Hi,
I'm using JFreeChart to display some XYPlots and it works well on the screen but if I try to print the chart no text is on the sheet neither title nor axis-titles or legend-strings.
Saving the chart to a png-file is correct.
Is there something I forgot?
Thanks,
Jens
Printing problem
RE: Printing problem
Is this just with JFreeChart or are you having trouble with printing from other Java programs too? The demo program just uses the standard Java2D printing mechanism, so there's nothing special to do...
What JDK and operating system are you using?
DG.
What JDK and operating system are you using?
DG.
RE: Printing problem
I used JDK 1.2.? (maybe not 1.2.2
on Windows NT 4.0 SP5.
I updated to JDK 1.3.1 and it now it works fine!
Thanks.
Jens

I updated to JDK 1.3.1 and it now it works fine!
Thanks.
Jens