Export to SVG changes symbols on axes
Show older comments
Greetings MATLAB community,
while experimenting with figure exports, I found that, whenever I have a plot that has an exponential scaling factor attached to the axis and export it to SVG it will change the "x" symbol into a "#" symbol. The example is very easy:
plot(1e6*rand(10), 'o')
print(gcf, 'test', '-dsvg')
The plot directly exported to png (left) is fine, but exported to svg and then to png (right) is not:


I am, of course, aware that this problem could be avoided by exporting to a different format of by changing the tick labels. This question is aimed at understanding why this is happening, if it is intended and I am just doing something wrong or if it is indeed a bug.
I am grateful for any insights and hope everyone has a nice day.
Best regards, Fabian.
Accepted Answer
More Answers (0)
Categories
Find more on Graphics Object Properties in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!