Search found 5 matches

by StanAccy
Wed Oct 17, 2018 4:33 am
Forum: JFreeChart
Topic: LogTicks dont seem to be rendered with TickLabelFont
Replies: 0
Views: 6787

LogTicks dont seem to be rendered with TickLabelFont

Ive got a LogAxis, and Im setting the tickLabelFont, but when JFreeChart renders the chart, its not using the supplied Font, but seems instead to be using the standard dialog font. In ValueAxis:693, we pass off the rendering to AttrStringUtils.drawRotatedString, which in turn calls drawRotatedString...
by StanAccy
Tue Jun 24, 2008 4:39 pm
Forum: JFreeChart
Topic: XYZ Plots
Replies: 7
Views: 9797

Thanks for the update - I just wanted to check that I wasn't overlooking this functionality in the latest distribution.
by StanAccy
Tue Jun 24, 2008 12:58 pm
Forum: JFreeChart
Topic: XYZ Plots
Replies: 7
Views: 9797

I did - this is what prompted my initial question. The stuff back last July looked great, but I didn't see any demos of the 3D stuff in the latest JFreeChart. The graph manipulation in 3D space was especially cool. However, one of the graph examples on david's blog looked like a surface plot, and th...
by StanAccy
Mon Jun 23, 2008 1:06 pm
Forum: JFreeChart
Topic: XYZ Plots
Replies: 7
Views: 9797

Many thanks for the reply. Ill look into the 3Dbar, but I'm looking to produce a surface plot.

Maybe a bar chart, with a thin enough bar, and clear XY sides (just leaving the top and bottom surfaces filled) will suffice.


A 3D surface plot chart would be a great addition :-)
by StanAccy
Fri Jun 20, 2008 6:51 pm
Forum: JFreeChart
Topic: XYZ Plots
Replies: 7
Views: 9797

XYZ Plots

I'm trying to plot 3D data (X/Y graph over a series of days). While I see that JFreeChart has an XYZDataset (along with a nice comment in the source code about yet-to-be-implemented 3D support), what are the plans, if any, to develop a 3D chart that would be capable of displaying this data? Is this ...