Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

First and last symbol were cut off #352

Copy link
Copy link
@PhamPhiPhuc

Description

@PhamPhiPhuc
Issue body actions

For example, I has chart data:

self.chartData = @[@{@"x": @0, @"y": @3},
                   @{@"x": @1, @"y": @3},
                   @{@"x": @2, @"y": @2},
                   @{@"x": @3, @"y": @8},
                   @{@"x": @4, @"y": @6},
                   @{@"x": @5, @"y": @9}];

and set the xRange:

[plotSpace setXRange:[CPTPlotRange plotRangeWithLocation:[NSNumber numberWithInt:0] length:[NSNumber numberWithInt:5]]];

The first and the last plot symbol will be cut off.

There are any way to set padding from axises to have more space to draw symbols. Or any way to prevent plot symbol to be cut off.

I don't want to set xRange to [-1 : 6]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.