X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fcartesian.h;h=811aa533d8dcee79ac8fc2b8aaaf4a4b539fcc87;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=b8a86527ab908ac5d610834a4dd1c95072f38d68;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/output/charts/cartesian.h b/src/output/charts/cartesian.h index b8a86527..811aa533 100644 --- a/src/output/charts/cartesian.h +++ b/src/output/charts/cartesian.h @@ -35,10 +35,10 @@ void chart_datum(struct chart *ch, int dataset UNUSED, double x, double y); /* Draw a line with slope SLOPE and intercept INTERCEPT. between the points limit1 and limit2. - If lim_dim is CHART_DIM_Y then the limit{1,2} are on the + If lim_dim is CHART_DIM_Y then the limit{1,2} are on the y axis otherwise the x axis */ -void chart_line(struct chart *ch, double slope, double intercept, +void chart_line(struct chart *ch, double slope, double intercept, double limit1, double limit2, enum CHART_DIM lim_dim);