WolframLang: Graphics Directives
Graphics Directives
Graphics Directives are things like color, thickness. They control the style and rendering of the graphics primitives.
Here are commonly used graphics directives:
Red
Green
Blue
Hue
GrayLevel
PointSize
Thickness
EdgeForm
FaceForm
Graphics directives are used in a list. they have effect on the subsequent graphics primitives.
Graphics[{Red, Circle[ ]} , Axes -> True ] Graphics[{Red, Circle[ ], Line[{{0,0},{1,1}}] }, Axes -> True ]
Graphics[{Red, Line[{{0,0},{1,1}}], Blue, Thick, Line[{{0,0},{1,2}}] }, Axes -> True ]
WolframLang, Graphics Programing
- WolframLang: Plot and Visualization
- WolframLang: Graphics Primitives
- WolframLang: Graphics Directives
- WolframLang: Extract Graphics from Plot
- WolframLang: Geometric Transformation Functions
- WolframLang: Compose Transformations
- WolframLang: Apply Transform to Graphics
- WolframLang: Translate Copy Graphics
- WolframLang: Transformation Matrix
- WolframLang: GraphicsComplex
- WolframLang: Mesh Region
- WolframLang: Graphics Misc
- WolframLang: Animation