Axis numbers appear in AWT render, but are absent in SVG file #459
Unanswered
btipton-ds
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for this package. I've been searching a general, scientific plotting package since, oh, 1985. I've even written a few.
This is doing almost everything my team needs, but...
I get this in the java chart

But this in the svg file generated directly from that render

I did a test of adding numbers to the axis labels, and those numbers appear.
Presto, the axis numbers have vanished. I've already tried the published solutions I could find. Most imply the axes are being drawn out of bounds, but the axis labels are closer to the bounds and still appear.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions