Search found 24 matches
- Wed Aug 11, 2010 2:44 pm
- Forum: JFreeChart
- Topic: XYBlockRenderer BlockHeight
- Replies: 3
- Views: 3737
Re: XYBlockRenderer BlockHeight
HI Paradoxoff Tanx for replying. I'm writing an open source application for scientist at my work place, the purpose application is for visualization of some data that is produced as result of some experiments. For example they something like this first column(Num) is file 1, file2, and so on second ...
- Sat Aug 07, 2010 5:59 pm
- Forum: JFreeChart
- Topic: XYBlockRenderer BlockHeight
- Replies: 3
- Views: 3737
XYBlockRenderer BlockHeight
Is there any way that I cloud set Block height in xyzDataset so that first series has Block height of say 10 and the second series has block height of 20. http://wwwisis2.isis.rl.ac.uk/DataAnalysis/jpowder/Images/XYZDataSet.png I know to set block height we do this: XYBlockRenderer renderer = new XY...
- Thu Aug 05, 2010 8:59 pm
- Forum: JFreeChart
- Topic: XYBlockRenderer Won't remove series
- Replies: 5
- Views: 4780
- Mon Aug 02, 2010 9:29 am
- Forum: JFreeChart
- Topic: XYBlockRenderer Won't remove series
- Replies: 5
- Views: 4780
Re: XYBlockRenderer Won't remove series
Hi Paradoxoff, thank you very much for the replay you first solution works like a charm if only one series is plotted in the chart if more that one dataset its in the chart then I get null pointer exeption if (!item.isSelected()) { xYplot.getRenderer(index).setSeriesVisible(0, Boolean.FALSE); } . It...
- Fri Jul 30, 2010 3:47 pm
- Forum: JFreeChart
- Topic: XYBlockRenderer Won't remove series
- Replies: 5
- Views: 4780
Re: XYBlockRenderer Won't remove series
ANyone PlEaSe?
- Thu Jul 29, 2010 1:04 pm
- Forum: JFreeChart
- Topic: XYBlockRenderer Won't remove series
- Replies: 5
- Views: 4780
XYBlockRenderer Won't remove series
Hi I have created a chart which uses XYBlockRenerer which looks like this: http://wwwisis2.isis.rl.ac.uk/DataAnalysis/jpowder/ColorPlot.bmp And I have list of check box with each series name next to it however when i uncheck a check box using this code XYBlockRenderer renderer =(XYBlockRenderer) inF...
- Wed Jun 30, 2010 9:57 am
- Forum: JFreeChart
- Topic: need help with XYZDataSet
- Replies: 3
- Views: 3219
Re: need help with XYZDataSet
Sweet Tanx
- Thu Jun 24, 2010 1:22 pm
- Forum: JFreeChart
- Topic: need help with XYZDataSet
- Replies: 3
- Views: 3219
Re: need help with XYZDataSet
any idea is welcome.
- Tue Jun 22, 2010 12:53 pm
- Forum: JFreeChart
- Topic: need help with XYZDataSet
- Replies: 3
- Views: 3219
need help with XYZDataSet
Hi everyone, I am trying to do some plot using XYZ Dataset but Im stuck. i am reading data from a file here is my code: public static XYZDataset createDataset() { JpowderInternalframe inFocus = Jpowder.internalFrameInFocus; DefaultXYZDataset dataset = new DefaultXYZDataset(); for (int i = 0; i < inF...
- Tue Jun 22, 2010 11:08 am
- Forum: JFreeChart
- Topic: Drag and Move
- Replies: 0
- Views: 1734
Drag and Move
Quick Question
Is it possible to drag and move in jfreechart, For example drag and move the title, axis label and legend within the chart (change their location by means drag nad move). the same way as its done microsoft excel.
Tanx
Is it possible to drag and move in jfreechart, For example drag and move the title, axis label and legend within the chart (change their location by means drag nad move). the same way as its done microsoft excel.
Tanx
- Fri May 21, 2010 9:42 am
- Forum: JFreeChart
- Topic: DomainGridLine and Axes overlap
- Replies: 1
- Views: 2330
- Wed May 19, 2010 9:45 am
- Forum: JFreeChart
- Topic: DomainGridLine and Axes overlap
- Replies: 1
- Views: 2330
DomainGridLine and Axes overlap
Hi guys, I have little prob with setting grid lines and and axis Offset. Initially if the plot.setAxisOffset(new RectangleInsets(5.0, 5.0, 5.0, 5.0)); every thing is cool check out the image http://www.jpowder.org/wiki/images/d/db/Axis.png now I'll try to set axis offset to zero plot.setAxisOffset(R...
- Tue Apr 27, 2010 8:47 am
- Forum: JFreeChart
- Topic: Proposing 3d lib for extending Jfree capabilities
- Replies: 15
- Views: 39862
Re: Proposing 3d lib for extending Jfree capabilities
Hi guys, I am trying to use jzy3d, but I can not get it to work. any time i try to compile the code I get error saying: Exception in thread "main" java.lang.UnsatisfiedLinkError: no jogl in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709) at java.lang.Runtime.loadLibrary...
- Tue Mar 16, 2010 10:36 am
- Forum: JFreeChart
- Topic: Jfreechart 3D
- Replies: 2
- Views: 3202
Jfreechart 3D
When is the release date for jfreeChart 3d? I'm developed app using jfreechart 2d , however i need to implement 3d scatter plot for the next version, so dose anyone knows any 3d library that can be integrated with jfreechart?
Tanx
Tanx
- Mon Feb 22, 2010 12:47 pm
- Forum: JFreeChart
- Topic: Marker Size
- Replies: 3
- Views: 6095
Re: Marker Size
Sweet tanx for replying.