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 | Hardware |
Units: | US Customary | Metric |
Background: |
![]() |
|
|
|
|
|
|
|
|
|
The pre-placed blocks will draw two rectangles that aren't quite correctly sized. Edit the blocks to complete the French Flag. (Turn the grid on and off to be able to see distances when you need to).
/* Code generated by RoboBlockly v2.0 */ #include <chplot.h> CPlot plot; plot.noStrokeColor(); plot.fillColor("blue"); plot.rectangle(-22.5, -18, 15, 36); plot.fillColor("white"); plot.rectangle(-7.5, -18, 15, 36); plot.fillColor("red"); plot.rectangle(7.5, -18, 15, 36); plot.axisRange(PLOT_AXIS_XY, -48, 48); plot.ticsRange(PLOT_AXIS_XY, 12); plot.sizeRatio(1); plot.plotting();
Problem Statement:
|
|||||||||||
|
|||||||||||