Search found 1 match
- Fri Jan 04, 2008 7:44 pm
- Forum: JFreeChart - Stockmarket
- Topic: jpython and jfreechart
- Replies: 0
- Views: 8038
jpython and jfreechart
Hi , Has anyone used jfreechart with jython ? i try the following in jython and get errors: >>> import sys >>> sys.packageManager.addJarDir('/tmp/jcommon-1.0.12',1) >>> sys.packageManager.addJarDir('/tmp/jfreechart-1.0.9',1) >>> from org import jfree >>> data=jfree.data.general.DefaultPieDataset() T...