Search found 8 matches

by petersk
Mon Nov 29, 2010 7:39 pm
Forum: JFreeChart
Topic: plot background change 8 to 13
Replies: 3
Views: 5326

Re: plot background change 8 to 13

The Documentation I purchased is pretty old (Pre -version 8 ), so I'll have to check if themes are mentioned.
Thanks,
Kurt
by petersk
Mon Nov 29, 2010 6:42 pm
Forum: JFreeChart
Topic: plot background change 8 to 13
Replies: 3
Views: 5326

plot background change 8 to 13

I updated some of my software and included the newest JFreeChart library (from 8 to 13). Now the plots have that hideous excel-like gray background! I suppose I need to do this to make it go back to the right way: plotX.setBackgroundPaint(Color.white); plotX.setRangeGridlinePaint(Color.black); plotX...
by petersk
Sun Dec 30, 2007 3:41 am
Forum: JFreeChart
Topic: Small Fractions on Log Charts
Replies: 7
Views: 15267

I'm using the latest release. I'm not sure if it's marked experimental in that release (I haven't bothered to check).
Kurt
by petersk
Tue Dec 18, 2007 1:08 am
Forum: JFreeChart
Topic: Small Fractions on Log Charts
Replies: 7
Views: 15267

It would seem LogAxis does the job right. Should I be concerned about putting it in "production code"?
Image

David,
On a side note, have you seen code out there that let's the user REMOVE annotations like that one at [1, 0.72]?
Regards,
Kurt
by petersk
Mon Dec 17, 2007 2:36 am
Forum: JFreeChart
Topic: Small Fractions on Log Charts
Replies: 7
Views: 15267

It seems like you didn't get a reply,but I think I have the same problem. I am trying to plot these values: X Y 0.1 1. 0.5 1. 1. 0.717 5. 0.5 10. 0.1 50. 0.01 100. 0.005 Using a log scale on the x-axis, I would think I should see 0.1 and 0.5, the same way the higher scales work. http://68.228.142.17...
by petersk
Sun Oct 22, 2006 2:53 pm
Forum: JFreeChart
Topic: advanced crosshair
Replies: 9
Views: 18526

I'm not sure he IS required to post the source code according to JFreeChart's license: "This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to...
by petersk
Sun Jun 25, 2006 12:48 am
Forum: JFreeChart
Topic: Dual Axis - Crosshairs only choose primary axis
Replies: 0
Views: 2631

Dual Axis - Crosshairs only choose primary axis

I noticed two different threads from Aug 04 and Oct 05 about incorrect behavious when using getRangeCrosshairValue() when one has two axis (in my case a right and left one for the Y-axis). Has anyone come up with a fix to this yet in JFreeChart? I noticed someone even submitted a bug report. Kurt Pe...
by petersk
Tue Mar 28, 2006 4:13 pm
Forum: JFreeChart
Topic: Logarithm axes problems
Replies: 6
Views: 13390

class works but the over-ridden method doesn't

Dave,
Is there any way to just incorporate the LogarithmicAxisPatched code on the sourceforge web site into the "real" LogorithmicAxis so others don't have to go through this pain?
Kurt