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: |
![]() |
|
/* Code generated by RoboBlockly v2.0 */ #include <chplot.h> CPlot plot; plot.backgroundColor("#cccccc"); plot.noStrokeColor(); plot.fillColor("#33cc00"); plot.triangle(18, 18, 10, 8, 26, 8); plot.triangle(18, 24, 12, 13, 24, 13); plot.triangle(18, 25, 14, 19, 22, 19); plot.fillColor("#663333"); plot.rectangle(16, 3, 4, 5); plot.fillColor("red"); plot.circle(14, 9, 0.5); plot.circle(22, 10, 0.5); plot.circle(18, 16, 0.5); plot.circle(20, 17, 0.5); plot.circle(17, 22, 0.5); plot.fillColor("#33ccff"); plot.circle(16, 11, 0.5); plot.circle(22, 14, 0.5); plot.circle(16, 18, 0.5); plot.strokeColor("brown"); plot.strokeWidth(2); plot.text("Merry Christmas 2017!", PLOT_TEXT_LEFT, 8, 30); plot.grid(PLOT_OFF); plot.label(PLOT_AXIS_XY, ""); plot.grid(PLOT_OFF); plot.tics(PLOT_AXIS_XY, PLOT_OFF); plot.axis(PLOT_AXIS_XY, PLOT_OFF); plot.axisRange(PLOT_AXIS_XY, 0, 36); plot.ticsRange(PLOT_AXIS_XY, 6); plot.sizeRatio(1); plot.plotting();
Problem Statement: The pre-placed blocks will draw part of the body of a Christmas tree. You can modify the existing block and add more overlapping triangles to create the tree. Add ornaments and the trunk of the tree. You can add text to the image using the text string block, under the drawing tab. |
|||||||||||