필터 지우기
필터 지우기

Axis exponent causing all text in the figure to render as curves instead of text in svg

조회 수: 14 (최근 30일)
bader
bader 2024년 6월 14일
댓글: bader 2024년 7월 1일 2:36
I'm using the saveas function to export a figure as an svg file. I have set the renderer to be painters but occasionally the output of text is rendered as curves in the svg file.
Everything works fine except when using greek letters in axis labels (which I have avoided) or when the axis label contains exponents automatically by MATLAB. If I delete the " x 10^5 " part manually in the figure window or in the code I include ax = gca; ax.YAxis.Exponent = 0, then the saveas works fine exporting an svg file with text rendered as text. However, this is still a hassle and I'm hoping it can be fixed.
I'm using R2024a.

답변 (1개)

Divyanshu
Divyanshu 2024년 6월 27일 10:25
Hi bader,
I am not sure of the root cause of the issue that why greek letters are not exported successfully to an svg file using 'saveas'.
A possible workaround can be to use either 'exportgraphics' or 'print' function to export the figure as svg file.
You can refer the following documentation for further details:
Hope it helps!

카테고리

Help CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by