Change value X-axis

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Sexma
Posts: 2
Joined: Thu Dec 18, 2003 9:25 am
Location: Valencia (Spain)
Contact:

Change value X-axis

Post by Sexma » Tue Feb 03, 2004 12:55 pm

Hi,

I have a XYPlot but i want to change the value of X-axis that normaly are numbers 1,2,3,.... but i want chage to letters A,C,A,T..

It is possible??

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Feb 04, 2004 11:14 am

Take a look at SymbolicChartDemo1.java and SymbolicXYPlotDemo.java in the JFreeChart distribution.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked