Search found 6 matches

by praneethshub
Wed Mar 01, 2017 2:22 am
Forum: JFreeChart
Topic: Multiple dataset graph plotting in same window
Replies: 3
Views: 11132

Re: Multiple dataset graph plotting in same window

The solution provided works but produces overlapping graph between datasets.

But i need them one below another (subplot) for each dataset i add, how to generate this ?
by praneethshub
Tue Feb 28, 2017 3:09 am
Forum: JFreeChart
Topic: Multiple dataset graph plotting in same window
Replies: 3
Views: 11132

Multiple dataset graph plotting in same window

How to generate a graph with multiple datasets in same windows? Below is the output of my current code, which is plotting only "createXYStepDataset()" i need to plot as well "createXYStepDataset2()" in same window. Please guide. https://drive.google.com/file/d/0B_7NwaeesYP0QnlmcUlFbHdldVk/view?usp=s...
by praneethshub
Wed Feb 22, 2017 2:21 pm
Forum: JFreeChart
Topic: XYStepChart from chart factory usage query
Replies: 5
Views: 9151

Re: XYStepChart from chart factory usage query

Thank you very much .. able to generate now :)
by praneethshub
Wed Feb 22, 2017 2:21 am
Forum: JFreeChart
Topic: XYStepChart from chart factory usage query
Replies: 5
Views: 9151

Re: XYStepChart from chart factory usage query

Hi, thanks for reply.. can you please tell where to edit exactly in my code.. i am newbie to jfreechart

I am unable to get desired output while using the suggested solution.
by praneethshub
Tue Feb 21, 2017 5:59 pm
Forum: JFreeChart
Topic: XYStepChart from chart factory usage query
Replies: 5
Views: 9151

XYStepChart from chart factory usage query

I am using XYStepChart from jFreeChart, couldn't able to get output graph for x-axis in numberical, instead i am getting in time format? Attached my code snippet here, i am using XYStepChart from chart factory. The x-axis scale at output for the code is being displayed in scale of eg: 05:30:00:00, 0...
by praneethshub
Tue Feb 21, 2017 5:51 pm
Forum: JFreeChart
Topic: Plotting a bar graph with X-Axis resizable bar width
Replies: 1
Views: 3504

Plotting a bar graph with X-Axis resizable bar width

I was using JFreeChart with code containing barChartData.setValue(10,"T1", "1"), which gives only varying y-axis parameters. Please see the attached image. I need bar width being changed based on input variable; Y-axis amplitude should be constant. X-axis need to be varied with bars of various width...