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 have a scatter plot with lots of dots. When I try to save it as svg, everything except for the datapoints is real SVG. Unfortunately, the data points are just embedded PNG.
In my oppinion, if the user asks for SVG, they should get SVG and only SVG without any PNG embeddings. If this kind of optimization is desireable for performance reasons, I'd at least like to have an option to turn it off.
The text was updated successfully, but these errors were encountered:
I have a scatter plot with lots of dots. When I try to save it as svg, everything except for the datapoints is real SVG. Unfortunately, the data points are just embedded PNG.
In my oppinion, if the user asks for SVG, they should get SVG and only SVG without any PNG embeddings. If this kind of optimization is desireable for performance reasons, I'd at least like to have an option to turn it off.
The text was updated successfully, but these errors were encountered: