Search found 3 matches
- Mon Jul 26, 2010 2:57 pm
- Forum: JFreeChart
- Topic: Automatcially updating PaintScaleLegend, Multiple z ranges
- Replies: 2
- Views: 4488
Re: Automatcially updating PaintScaleLegend, Multiple z ranges
Dear Paradoxoff, I have stumbled upon this post trying to find a solution to my small problem related to the plotting of the z values. I have a method to create 2D histograms based on an DefaultXYZDataset, an XYBlockRenderer and a PaintScaleLegend as you suggested, and it works fine, thank you! But,...
- Fri Apr 16, 2010 10:01 pm
- Forum: JFreeChart
- Topic: Blcok chart with DateAxis vs NumberAxis
- Replies: 2
- Views: 3362
Re: Blcok chart with DateAxis vs NumberAxis
Thanks for your answer! Now it works fine!!! I have added
for the 12 hours as you have suggested.
(Please disregard the previous edition of this post, it was my mistake, I have screwed up the dataset while editing and it was producing strange results)
Code: Select all
renderer.setBlockHeight(12*60*60*1000);
(Please disregard the previous edition of this post, it was my mistake, I have screwed up the dataset while editing and it was producing strange results)
- Thu Apr 15, 2010 11:41 am
- Forum: JFreeChart
- Topic: Blcok chart with DateAxis vs NumberAxis
- Replies: 2
- Views: 3362
Blcok chart with DateAxis vs NumberAxis
Hi! Thanks a lot for the JFreeChart, it is really amazing! I am using it to create a block chart like this using an XYZDataset, XYBlockRenderer and XYPlot (each row is a spectrum acquired every twelve hours): http://img.photobucket.com/albums/v673/kirrr/QCTrend.png but then I wanted to change the Y ...