/* Code generated by RoboBlockly v2.0 */
#include <chplot.h>
double y;
double xStar;
double yStar;
CPlot plot;
int count;
int count2;
int count3;
int count4;
int count5;
int count6;
plot.noStrokeColor();
plot.fillColor("red");
plot.rectangle(-45.6, -24, 91.2, 48);
y = -24 + double(48)/13;
plot.fillColor("white");
count = 0;
while(count < 3) {
plot.rectangle(-45.6, y, 91.2, double(48)/13);
y = y + double(96)/13;
count = count + 1;
}
plot.fillColor("blue");
plot.rectangle(-45.6, -1.846, 36.48, 25.846);
plot.fillColor("white");
xStar = -42.576;
yStar = 0.746;
count3 = 0;
while(count3 < 6) {
count2 = 0;
while(count2 < 5) {
plot.star(xStar, yStar, 2.8, 0);
yStar = yStar + 5.184;
count2 = count2 + 1;
}
yStar = 0.746;
xStar = xStar + 6.048;
count3 = count3 + 1;
}
xStar = -39.552;
yStar = 3.338;
count5 = 0;
while(count5 < 5) {
count4 = 0;
while(count4 < 4) {
plot.star(xStar, yStar, 2.8, 0);
yStar = yStar + 5.184;
count4 = count4 + 1;
}
yStar = 3.338;
xStar = xStar + 6.048;
count5 = count5 + 1;
}
plot.fillColor("white");
count6 = 0;
while(count6 < 3) {
plot.rectangle(-9.12, y, 54.72, double(48)/13);
y = y + double(96)/13;
count6 = count6 + 1;
}
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, -48, 48);
plot.ticsRange(PLOT_AXIS_XY, 12);
plot.sizeRatio(1);
plot.plotting();