Nandulucky / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

CPTScatterPlot data point not plotted correctly #539

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Update your core-plot lib. to version 1.2
2. Create an datasource with 10 to 15 values containing 0 value for some 
datapoint (Preferred to have datasource with all data value as 0)
3. Plot an CPTScatterPlot with created datasource.

What is the expected output? What do you see instead?
Expected output: Scatter plot line should have been plotted on the x-axis.
Actual output: Scatter plot is plotted (shifted) below x-axis leaving some 
space between x-axis and scatter plot.

What version of the product are you using? On what operating system?
I am using core-plot universal lib. version 1.2

Please provide any additional information below.
In my app, I have updated core-plot lib. to 1.2 from 1.1.
Scatter plot is not plotted correctly according to x-axis and data value.
I have also observed that this is not the case when all values are 0, but it 
happens even if values are positive or negative in datasource.
Please refer the attached screenshot which can explain my problem.

Original issue reported on code.google.com by projectc...@gmail.com on 13 May 2013 at 11:58

Attachments:

GoogleCodeExporter commented 9 years ago
Does your scatter plot have a shadow? If so, this is a duplicate of issue 533 
and has already been fixed.

Original comment by eskr...@mac.com on 14 May 2013 at 1:12

GoogleCodeExporter commented 9 years ago
Yep I had also thought about this but was not sure. Removing the shadow fixed 
it.
Thanks a lot.

Original comment by projectc...@gmail.com on 14 May 2013 at 7:15

GoogleCodeExporter commented 9 years ago

Original comment by eskr...@mac.com on 14 May 2013 at 11:08