Exported 3D plot into SVG shows swirly white lines between chopped subshapes in inkscape
when i export the 3D figures into svg using the following line
print(fig2,’LQF_axis’,’-dsvg’,’-painters’);
svg file is generated and when i open it in Inkscape, there are some swirly white lines separating subshapes. It seems that the vector graphics chopped into pieces in not efficient way and therefore while lines are to be seen.
the problem i have it only with surface,
s=surf(X,Y,LQF_axis’,’FaceColor’,’flat’,’LineStyle’,’-‘,’EdgeColor’,’k’);hold on;
is there a way to get rid of these annoyed white lines in the exported svg file or to make a better connection of thiny chopped pieces genereted from the print command?when i export the 3D figures into svg using the following line
print(fig2,’LQF_axis’,’-dsvg’,’-painters’);
svg file is generated and when i open it in Inkscape, there are some swirly white lines separating subshapes. It seems that the vector graphics chopped into pieces in not efficient way and therefore while lines are to be seen.
the problem i have it only with surface,
s=surf(X,Y,LQF_axis’,’FaceColor’,’flat’,’LineStyle’,’-‘,’EdgeColor’,’k’);hold on;
is there a way to get rid of these annoyed white lines in the exported svg file or to make a better connection of thiny chopped pieces genereted from the print command? when i export the 3D figures into svg using the following line
print(fig2,’LQF_axis’,’-dsvg’,’-painters’);
svg file is generated and when i open it in Inkscape, there are some swirly white lines separating subshapes. It seems that the vector graphics chopped into pieces in not efficient way and therefore while lines are to be seen.
the problem i have it only with surface,
s=surf(X,Y,LQF_axis’,’FaceColor’,’flat’,’LineStyle’,’-‘,’EdgeColor’,’k’);hold on;
is there a way to get rid of these annoyed white lines in the exported svg file or to make a better connection of thiny chopped pieces genereted from the print command? svg, inkscape, renderer, painters, dsvg, print, surf, figure, export MATLAB Answers — New Questions