Search found 5 matches
- Wed Oct 17, 2018 4:33 am
- Forum: JFreeChart
- Topic: LogTicks dont seem to be rendered with TickLabelFont
- Replies: 0
- Views: 9279
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...
- Tue Jun 24, 2008 4:39 pm
- Forum: JFreeChart
- Topic: XYZ Plots
- Replies: 7
- Views: 11374
- Tue Jun 24, 2008 12:58 pm
- Forum: JFreeChart
- Topic: XYZ Plots
- Replies: 7
- Views: 11374
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...
- Mon Jun 23, 2008 1:06 pm
- Forum: JFreeChart
- Topic: XYZ Plots
- Replies: 7
- Views: 11374
- Fri Jun 20, 2008 6:51 pm
- Forum: JFreeChart
- Topic: XYZ Plots
- Replies: 7
- Views: 11374
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 ...