Color and Mathematica
In PlotStyle commands, use the following to choose color with Hue[value].
Use Hue[value] instead of RGBColor[value, value, value].

The code to create this is:

Copy-and-Paste from the text below:
Show[Table[ ParametricPlot[{x, t}, {t, 0, 1}, PlotStyle -> {Hue[x], Thickness[0.03]}, DisplayFunction -> Identity], {x, 0, 1, 0.05}], DisplayFunction -> $DisplayFunction, AspectRatio -> Automatic, PlotLabel -> StyleForm["Hue = x", FontSize -> 14], AxesFront -> True, PlotRange -> {0, 0.25}, Ticks -> {Table[x, {x, 0, 1, 0.1}], None}];
Return to Mathematica Files
![]()
Abby Brown - Spring 2002