Mathematica > Data Manipulation > Statistical Data Analysis > Statistical Visualization > ReferenceLineStyle >
Mathematica > Mathematics and Algorithms > Statistical Data Analysis > Statistical Visualization > ReferenceLineStyle >
Mathematica > Visualization and Graphics > Charting and Information Visualization > Statistical Visualization > ReferenceLineStyle >

ReferenceLineStyle

ReferenceLineStyle
is an option for QuantilePlot and similar functions that specifies the style used for the reference line.
  • ReferenceLineStyle->g specifies that a graphics directive g should be used to draw the reference line.
  • ReferenceLineStyle specifies that successive directives should be used cyclically for successive reference lines.
  • 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.
ReferenceLineStyle is typically a dotted form of PlotStyle:
Use ReferenceLineStyle->None to turn off the reference line:
Specify a specific style for the reference line:
Use Dashing to get a solid reference line:
ReferenceLineStyle is typically a dotted form of PlotStyle:
In[1]:=
Click for copyable input
Out[1]=
 
Use ReferenceLineStyle->None to turn off the reference line:
In[1]:=
Click for copyable input
Out[1]=
 
Specify a specific style for the reference line:
In[1]:=
Click for copyable input
Out[1]=
 
Use Dashing to get a solid reference line:
In[1]:=
Click for copyable input
Out[1]=
New in 8
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF