You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make and svg of my plot containing a LineSeries without the points of the line being discretized to the pixels. Currently it seems like even though I use SVGBackend the points of the line is rounded to the nearest pixel. Thus, when I zoom it it becomes jagged:
I understand that I can increase the resolution of the plot, however this causes the grid and text to become smaller. It is possible to create an svg where the points of the line is not rounded to the nearest pixel?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I want to make and svg of my plot containing a LineSeries without the points of the line being discretized to the pixels. Currently it seems like even though I use SVGBackend the points of the line is rounded to the nearest pixel. Thus, when I zoom it it becomes jagged:
I understand that I can increase the resolution of the plot, however this causes the grid and text to become smaller. It is possible to create an svg where the points of the line is not rounded to the nearest pixel?
Thanks!
Here is code to replicate:
Beta Was this translation helpful? Give feedback.
All reactions