Lesson goal: Change the colors of your plots

Previous: Drawing pixels | Home | Next: Clearing the screen

You can change the plotting color of your graphics using the color function. color works like this:
color(n)
Move the mouse over a dotted box for more information.

0=black
1=Green
2=Yellow
3=Blue
4=Red
5=Buff
6=Cyan
7=Magenta
8=Orange
9=White

Now you try. Plot some pixels using pset, but just before the pset line, choose a color for yourself using the color function.

Type your code here:


See your results here: