Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion iOSPlot/Shared/PCLineChartView.m
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ - (void)drawRect:(CGRect)rect {
CGContextSetRGBFillColor(ctx, 0.2f, 0.2f, 0.2f, 1.0f);

int n_div;
int power;
int power=0;
float scale_min, scale_max, div_height;
float top_margin = 35;
float bottom_margin = 25;
Expand Down