I've posted the source of an extended numeric axis on Sourceforge, which handles arbitrary transformations (Log/sqr/sqrt) and zooms accordingly.
http://sourceforge.net/tracker/index.ph ... tid=315494
regards
Markus
Search found 3 matches
- Wed Nov 30, 2005 3:54 pm
- Forum: JFreeChart
- Topic: Zooming problems with LogaritmicAxis
- Replies: 2
- Views: 6778
- Thu Jul 07, 2005 12:43 pm
- Forum: JFreeChart
- Topic: major/minor thiks
- Replies: 4
- Views: 5961
- Thu Jul 07, 2005 11:53 am
- Forum: JFreeChart
- Topic: using JFreeChart with SWT and/or JFace
- Replies: 5
- Views: 11724
I'm, into this problem to. The bridge is to use SWT_AWT. See below: protected void createContents() { shell = new Shell(); shell.setSize(500, 375); shell.setText("SWT Application"); final Composite drawarea = new Composite(shell, SWT.NONE); drawarea.setBounds(65, 65, 317, 192); Frame canvasFrame = S...