Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
2
Task/Colour-bars-Display/Maple/colour-bars-display.maple
Normal file
2
Task/Colour-bars-Display/Maple/colour-bars-display.maple
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
with(plottools):
|
||||
plots:-display([rectangle([0, 0], [.3, 2.1], color = black), rectangle([.3, 0], [.6, 2.1], color = red), rectangle([.6, 0], [.9, 2.1], color = green), rectangle([.9, 0], [1.2, 2.1], color = magenta), rectangle([1.2, 0], [1.5, 2.1], color = cyan), rectangle([1.5, 0], [1.8, 2.1], color = white), rectangle([1.8, 0], [2.1, 2.1], color = yellow)])
|
||||
Loading…
Add table
Add a link
Reference in a new issue