logarithmic scales in JFreeChart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
sergio_barcelos
Posts: 5
Joined: Thu May 06, 2021 6:51 pm
antibot: No, of course not.

logarithmic scales in JFreeChart

Post by sergio_barcelos » Thu May 06, 2021 6:58 pm

Hi,
I need to plot a graph with logarithmic scales on the X and Y axes ...
Is it possible to do this with JFreeChart? do I find examples buying the developer guide?
Thanks.

John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: logarithmic scales in JFreeChart

Post by John Matthews » Fri May 07, 2021 4:02 am

Yes, JFreeChart includes both LogAxis and LogarithmicAxis. Look for examples here and on sites like StackOverflow. I highly recommend the guide for professional developers. I'm not sure what's current, but you might download and browse among the samples.

sergio_barcelos
Posts: 5
Joined: Thu May 06, 2021 6:51 pm
antibot: No, of course not.

Re: logarithmic scales in JFreeChart

Post by sergio_barcelos » Fri May 07, 2021 4:52 pm

Hi @John Matthews,
thank you very much for your attention. I've been getting the guider now.
Great days.

Locked