Search found 18 matches
- Mon Apr 18, 2005 10:03 am
- Forum: JFreeChart
- Topic: Probability paper question
- Replies: 0
- Views: 2099
Probability paper question
Hello! Is there any way to build probability paper using JFreeChart like this __|___|___|___|___|___|__|__|__|__|__|__|__ __|___|___|___|___|___|__|__|__|__|__|__|__ __|___|___|___|___|___|__|__|__|__|__|__|__ __|___|___|___|___|___|__|__|__|__|__|__|__ __|___|___|___|___|___|__|__|__|__|__|__|__ __...
- Fri Apr 01, 2005 5:40 pm
- Forum: JFreeChart
- Topic: Help please
- Replies: 9
- Views: 13127
- Fri Apr 01, 2005 1:51 pm
- Forum: JFreeChart
- Topic: API docs / gjdoc
- Replies: 28
- Views: 44445
- Fri Apr 01, 2005 12:52 pm
- Forum: JFreeChart
- Topic: API docs / gjdoc
- Replies: 28
- Views: 44445
- Fri Apr 01, 2005 12:47 pm
- Forum: JFreeChart
- Topic: Travelling 1-8 April
- Replies: 3
- Views: 4893
- Wed Mar 30, 2005 4:11 pm
- Forum: JFreeChart
- Topic: Help please
- Replies: 9
- Views: 13127
Hello, everybody! I have some problem creating XYStepChart. Here is source code: public class StepFunctionChart extends JPanel { public StepFunctionChart(LinkedList classes) { XYSeriesCollection dataset = createDataset(classes); JFreeChart chart = createChart(dataset); chart = customizeChart(chart);...
- Wed Mar 23, 2005 2:47 pm
- Forum: JFreeChart
- Topic: Help please
- Replies: 9
- Views: 13127
- Tue Mar 22, 2005 4:21 pm
- Forum: JFreeChart
- Topic: Multiple Axis Problem
- Replies: 23
- Views: 29033
- Tue Mar 22, 2005 2:30 pm
- Forum: JFreeChart
- Topic: Multiple Axis Problem
- Replies: 23
- Views: 29033
- Tue Mar 22, 2005 2:01 pm
- Forum: JFreeChart
- Topic: Help please
- Replies: 9
- Views: 13127
- Mon Mar 21, 2005 7:55 pm
- Forum: JFreeChart
- Topic: Help please
- Replies: 9
- Views: 13127
Hi, everybody. These are the issues that I want to resolve using JFreeChart library. Can I do this? a) I want to build bar chart and some functions (y1=f(x1), y2=g(x2), etc.) in one JFreeChart http://chartproject.nm.ru/firstIssue.JPG b) I want to build step function (arrows on picture) and some func...
- Mon Mar 21, 2005 11:12 am
- Forum: JFreeChart
- Topic: Help please
- Replies: 9
- Views: 13127
- Sun Mar 20, 2005 11:36 pm
- Forum: JFreeChart
- Topic: Help please
- Replies: 9
- Views: 13127
- Tue Mar 15, 2005 5:59 pm
- Forum: JFreeChart
- Topic: Step function question
- Replies: 1
- Views: 3051
- Mon Mar 14, 2005 8:27 am
- Forum: JFreeChart
- Topic: Step function question
- Replies: 1
- Views: 3051
Step function question
Hi! Can somebody explain me how I can resolve next problem: I want to build step function like this (I have x-begin value and x-end value of arrow, y-value of arrow): Y | ---> | --> | --> | --> |____________________ X I have understood that I must use static method createXYStepChart() of ChartFactor...