Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Visualization and Graphics > Symbolic Graphics Language > Graphics Directives >

DotDashed

DotDashed
is a graphics directive that specifies that lines which follow should be drawn dot-dashed.
Use EdgeForm to draw dot-dashed edges:
A plot with a dot-dashed line:
DotDashed is equivalent to Dashing[{0, Small, Small, Small}]:
Dashing and AbsoluteDashing provide richer ways to specify dashing:
DotDashed is absolute dashing, independent of the image size:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team