Skip to content

Instantly share code, notes, and snippets.

@cdesch
Created March 13, 2012 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cdesch/2032690 to your computer and use it in GitHub Desktop.
Save cdesch/2032690 to your computer and use it in GitHub Desktop.
Core Plot Scatterplot Point size for touch detection
// Create plot and increase size for
CPTScatterPlot *dataSourceLinePlot = [[CPTScatterPlot alloc] init];
dataSourceLinePlot.plotSpace = plotSpace;
dataSourceLinePlot.identifier = colorName;
dataSourceLinePlot.plotSymbolMarginForHitDetection = 10.0f;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment