gujjula / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

Scatter Plot symbols appear blurry on recent builds #260

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In th latest version 0.2.2, I get blurry plotSymbols. Previously I didn't.
Here's the implementation.

        CPScatterPlot *dataPlot; (dataPlot obtained elsewhere)

        // Add points to this plot
        CPPlotSymbol *circlePlotSymbol = [CPPlotSymbol ellipsePlotSymbol];
        circlePlotSymbol.fill = [CPFill fillWithColor:dataPlot.dataLineStyle.lineColor];
        circlePlotSymbol.size = CGSizeMake(6, 6);

        dataPlot.plotSymbol = circlePlotSymbol;

Original issue reported on code.google.com by drewmcco...@mac.com on 24 Feb 2011 at 7:41

GoogleCodeExporter commented 9 years ago
This issue was closed by revision afce059558c7.

Original comment by eskr...@mac.com on 2 May 2011 at 12:45