Search found 29 matches

by plunavat
Mon Aug 19, 2019 6:45 am
Forum: JFreeChart
Topic: Show majorAxis at the end of NumberAxis
Replies: 4
Views: 9941

Re: Show majorAxis at the end of NumberAxis

Hello David, Thanks for the reply. The graphs are created dynamically and hence I would like to go by AutoRange. My only requirement is that the max end of the axis should always display the value as its a standard norms. Currently (attached image in original post) it doesn't show. Whether this can ...
by plunavat
Wed Aug 14, 2019 3:11 pm
Forum: JFreeChart
Topic: Show majorAxis at the end of NumberAxis
Replies: 4
Views: 9941

Show majorAxis at the end of NumberAxis

Hello, We have plotted XYPlot with Domain and Range Axis as Number Axis with AutoRangeIncludesZero(true). The issue is that we want to extend the axis to contain majoraxis at the end https://i.imgur.com/LpcmZWD.png In the attached image the in first graph the Range axis should automatically go till ...
by plunavat
Wed Feb 07, 2018 4:21 pm
Forum: JFreeChart
Topic: Chart Appears as red colour in android mobile acrobat Reader
Replies: 1
Views: 4497

Chart Appears as red colour in android mobile acrobat Reader

Hello, I am using scatter chart and printing the same to pdf using JASPERREPORT (as i need to show other data) I am creating collection as follows public FamilyChartSheet(Tbl12ModelPerformance tbl12ModelPerformance,JFreeChart chart) { this.tbl12ModelPerformance = tbl12ModelPerformance; this.chart = ...
by plunavat
Fri Jan 13, 2017 3:47 pm
Forum: JFreeChart
Topic: Multiple domian axis on chart without dataset
Replies: 3
Views: 5395

Re: Multiple domian axis on chart without dataset

Hello, Thanks for your reply. I tried a different way as shown below. I was able to show two domain axis for XYPLOT (See Splines Tab) NumberAxis xAxis1 = new NumberAxis("X1 (X*0.2)"); System.out.println(xAxis.getRange()); xAxis1.setRange(xAxis.getLowerBound() * 0.2, xAxis.getUpperBound() * 0.2); xAx...
by plunavat
Fri Dec 30, 2016 5:12 am
Forum: JFreeChart
Topic: Multiple domian axis on chart without dataset
Replies: 3
Views: 5395

Multiple domian axis on chart without dataset

Hello, I have a requirement to show multiple domain axis (of different units) without adding dataset Referring to attached image, I have plotted the data on domain axis (L/S Liters Per Seconds). This is perfectly fine https://drive.google.com/open?id=0B_v9nLQoQb7RdldHZVZtT05KM00 https://drive.google...
by plunavat
Wed Jul 08, 2015 12:58 pm
Forum: JFreeSVG
Topic: svg to pdf (with compressed size)
Replies: 1
Views: 25846

svg to pdf (with compressed size)

Hello,

Could you please let me know as to how we can convert svg file to pdf in java (sample code). The pdf should be as small as possible in size

Also is it possible to convert dxf file to pdf. If Yes could you please help me out

Thanks in Advance

Thanks & Regards,
Pranav C Lunavat
by plunavat
Fri May 08, 2015 1:35 pm
Forum: JFreeChart
Topic: Log Scale axis values not vissible
Replies: 5
Views: 9210

Re: Log Scale axis values not vissible

Hello,

how can we display the axis values on logarithmic axis in above image. Like on Y axis there is lot of space to show the values as 10,20, etc but still it is not showing

Thanks & Regards,
Pranav C Lunavat
by plunavat
Mon Mar 09, 2015 10:55 am
Forum: JFreeChart
Topic: drawing smooth curve
Replies: 2
Views: 4867

Re: drawing smooth curve

Hello,

can any body help me out about how to use bezier curve in XY scatter chart

Regards,
Pranav C Lunavat
by plunavat
Thu Mar 05, 2015 1:32 pm
Forum: JFreeChart
Topic: drawing smooth curve
Replies: 2
Views: 4867

drawing smooth curve

Hello, i have couple of points and want to draw smooth curve on XY Scatter plot which best fits all points as shown below (blue colour line with pink colour points). sometimes the points would be too scattered, but still i would require smooth curve http://www.velotechsolutions.com/IsoEffCurve.jpg I...
by plunavat
Wed Aug 13, 2014 1:36 pm
Forum: JFreeChart
Topic: Log Scale axis values not vissible
Replies: 5
Views: 9210

Re: Log Scale axis values not vissible

Thanks David for your solution. but i see two things happening, 1. the axis becomes equidistant v/s the image attached above (where the distance is more initially and then reduces gradually) 2. instead of whole numbers in axis it shows 10^0.9 and so on. i would require the output in the same fashion...
by plunavat
Wed Jul 30, 2014 8:09 am
Forum: JFreeChart
Topic: Log Scale axis values not vissible
Replies: 5
Views: 9210

Re: Log Scale axis values not vissible

Hello,

can anybody please help on the above issue.

Regards,
Pranav C Lunavat
by plunavat
Sat Jul 12, 2014 9:53 am
Forum: JFreeChart
Topic: Log Scale axis values not vissible
Replies: 5
Views: 9210

Log Scale axis values not vissible

Hello, I am plotting a scatter graph on Logarithmic scale. I have two issues, 1. how to display axis values of all grid lines (say 10, 20, 30, 40, 50, 60, 70, 80,90,100, etc). In the image below only only 10, 20, 30 are shown on x-axis and only 100 is shown on y-axis. values are not shown in spite o...
by plunavat
Sat Jan 18, 2014 12:19 pm
Forum: JFreeChart
Topic: draw a custom shape chart with colour and log scale
Replies: 2
Views: 5551

Re: draw a custom shape chart with colour and log scale

i am attaching a sample dataset for one shape private static XYDataset createDataset() { XYSeriesCollection dataset = new XYSeriesCollection(); XYSeries series = new XYSeries("Random Data", false); XYSeries series1 = new XYSeries("Random Data1", false); XYSeries series2 = new XYSeries("Random Data2"...
by plunavat
Sat Jan 18, 2014 12:11 pm
Forum: JFreeChart
Topic: draw a custom shape chart with colour and log scale
Replies: 2
Views: 5551

draw a custom shape chart with colour and log scale

Hello,

How we can draw the attached chart using jfreechart. i have the XY Points of the curve.
1. The shape would be painted
2. it would be on log scale

Image

any direction would be of great help.
Regards,
Pranav C Lunavat
by plunavat
Fri May 24, 2013 1:09 pm
Forum: JFreeChart
Topic: Attractive Chart Themes
Replies: 0
Views: 3140

Attractive Chart Themes

Hello, The look and feel (colour combination and gradient) of the chart generated through jfreechart is a bit less attractive. can anybody tell me how we can upgrade the look and feel, so that it can be at par with various other chart library. also it would be of great help if someone can let me kno...