|
|
|||
|
|
| PlotStyle is an option for plotting and related functions that specifies styles in which objects are to be drawn. |
| Dashing[{w1,...}] | dashing specification | |
| Directive[g1,g2,...] | composite graphics directive | |
| EdgeForm[g] | edge-drawing specification | |
| FaceForm[g] | face-drawing specification | |
| Glow[c] | glow color | |
| GrayLevel[i] | intensity | |
| Hue[h] | hue | |
| Opacity[a] | opacity | |
| PointSize[d] | point size | |
| Red, Blue, etc. | named colors | |
| RGBColor[r,g,b] | RGB color | |
| Specularity[s] | surface specularity | |
| Thickness[w] | line thickness |
Plot and related functions will automatically style multiple curves:
Explicitly style different curves:
Add specularity to a surface:
Use transparency to show hidden features:
Use transparency to show overlapping regions:
|
| © 2013 Wolfram Research, Inc. |