Grid: | ||
Tics Lines: |
|
Width
px
|
Hash Lines: |
|
Width
px
|
Labels: |
|
Font
px
|
Trace Lines: | ||
Robot 1: |
|
Width
px
|
Robot 2: |
|
Width
px
|
Robot 3: |
|
Width
px
|
Robot 4: |
|
Width
px
|
Axes: | x-axis | y-axis | Show Grid |
Grid: | 24x24 inches | 36x36 inches | 72x72 inches |
96x96 inches | 192x192 inches | ||
Quad: | 4 quadrants | 1 quadrant | |
Units: | US Customary | Metric |
Background: |
![]() |
|
/* Code generated by RoboBlockly v2.0 */ #include <chplot.h> double variable; CPlot plot; plot.strokeColor("cyan"); plot.point(1, 0); plot.point(1, 0); plot.point(3, 0); plot.point(4, 0); plot.point(6, 0); plot.point(6, 0); plot.point(7, 0); plot.point(8, 0); plot.point(13, 0); plot.point(15, 0); printf("What is the mean value of the data set?"+"\n"); scanf("%lf", &variable); printf("If the surveyor decides to ask one more student how many pairs of shoes they own, which value would you most expect?"+"\n"); scanf("%lf", &variable); plot.axisRange(PLOT_AXIS_XY, -12, 24); plot.ticsRange(PLOT_AXIS_XY, 6); plot.sizeRatio(1); plot.plotting();
Problem Statement: |
||||||||||||