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> CPlot plot; plot.strokeWidth(15); plot.strokeColor("#33cc00"); plot.line(12, 10, 12, 3); plot.noStrokeColor(); plot.fillColor("#ff6666"); plot.circle(12, 17, 2.5); plot.circle(12, 11, 2.5); plot.circle(15, 14, 2.5); plot.circle(9, 14, 2.5); plot.fillColor("#ffff33"); plot.circle(12, 14, 2); plot.fillColor("#33cc00"); plot.ellipse(14, 6, 3, 5, 135); plot.ellipse(10, 6, 3, 5, 45); plot.grid(PLOT_OFF); plot.axisRange(PLOT_AXIS_XY, 0, 24); plot.ticsRange(PLOT_AXIS_XY, 2); plot.sizeRatio(1); plot.plotting();
Problem Statement: |
||||||||||||
|
||||||||||||