Search found 7 matches
- Sun Mar 09, 2008 12:50 am
- Forum: JFreeChart
- Topic: Two or more XYDatasets in ScatterPlot
- Replies: 1
- Views: 3539
Two or more XYDatasets in ScatterPlot
I want to have two or more sets of data in my ScatterPlot. How should I do, is it possible? The following code I use at the moment, because the ScatterPlot require the type XYDataset, but it is only one set of data. I can not find data.add() or something like this.... please help me /Mike XYDataset ...
- Tue Mar 04, 2008 3:48 pm
- Forum: JFreeChart
- Topic: change size on the plot in a ScatterPlot
- Replies: 0
- Views: 1907
change size on the plot in a ScatterPlot
I like to change the size on the plot. How can I do? I have try to find a solution the whole day and now my hope are to some of you. The following code is the basic stuff for my chart. Please /Mike JFreeChart chart = ChartFactory.createScatterPlot( //skapar diagram "Scatter-plot diagram", // chart t...
- Tue Mar 04, 2008 8:22 am
- Forum: JFreeChart
- Topic: Not dynamic X- and Y axis
- Replies: 2
- Views: 3209
- Mon Mar 03, 2008 9:27 pm
- Forum: JFreeChart
- Topic: Not dynamic X- and Y axis
- Replies: 2
- Views: 3209
Not dynamic X- and Y axis
Hi! I´m new on JFreeChart. I´ve try to find out how to make that the value on the axis not will change as a result of the value of the plot. If you do not understand my problem, please tell me. For example: I like to draw x-axis 0 to 100 and y-axis 0 to 100, but have just one point at value (5,5) At...
- Tue Feb 26, 2008 6:30 am
- Forum: JFreeChart
- Topic: Gaussian distribution with XYDataset
- Replies: 0
- Views: 1995
Gaussian distribution with XYDataset
Have someone tips or maybe code so I can solve this problem? I have created a scatter plot diagram with XYDataset. I want to create/distribute the value in the dataset so they are categorized and my opinion is to use the Gaussian distribution method. At the end I like to have several categories with...
- Thu Feb 07, 2008 11:50 am
- Forum: JFreeChart
- Topic: incompatible type when createScatterPlot
- Replies: 4
- Views: 5004
- Thu Feb 07, 2008 4:08 am
- Forum: JFreeChart
- Topic: incompatible type when createScatterPlot
- Replies: 4
- Views: 5004
incompatible type when createScatterPlot
I got incompatible type when I try to write this, wy? JFreeChart chart = ChartFactory.createScatterPlot( "Line Chart Demo 2", // chart title "X", // x axis label "Y", // y axis label subplot1, // data PlotOrientation.VERTICAL, true, // include legend true, // tooltips false // urls ); I just whant t...