September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 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