|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ReferenceLineStyle
ReferenceLineStyle
is an option for QuantilePlot and similar functions that specifies the style used for the reference line.
DetailsDetails
- ReferenceLineStyle->g specifies that a graphics directive g should be used to draw the reference line.
- ReferenceLineStyle->{g1, g2, ...} specifies that successive directives
should be used cyclically for successive reference lines. - ReferenceLineStyle->None specifies that the reference line should not be drawn.
- The directives that can be given include:
-
AbsoluteDashing[{w1,...}] dashing specification in point sizes AbsoluteThickness[w] line thickness in point size Dashing[{w1,...}] dashing specification Directive[g1,g2,...] composite graphics directive GrayLevel[i] intensity Hue[h] hue Opacity[a] opacity Red,Blue, etc. named colors RGBColor[r,g,b] RGB color Thickness[w] line thickness - Multiple directives can be given for a single reference line using Directive[g1, g2, ...].
ExamplesExamplesopen allclose all
Basic Examples (4)Basic Examples (4)
ReferenceLineStyle is typically a dotted form of PlotStyle:
| In[1]:= |
| Out[1]= | ![]() |
Use ReferenceLineStyle->None to turn off the reference line:
| In[1]:= |
| Out[1]= | ![]() |
Specify a specific style for the reference line:
| In[1]:= |
| Out[1]= | ![]() |
Use Dashing[{}] to get a solid reference line:
| In[1]:= |
| Out[1]= | ![]() |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »




