IntervalMarkers
Details
- Interval markers are displayed as follows:
- IntervalMarkers takes the following forms:
-
Automatic automatically determined appearance None ignore uncertain data "name" use a named appearance to show uncertainty - Possible named appearances include:
-

"Bars" draw bars to represent errors 
"Fences" draw fences at the error limits 
"Points" draw points at the error limits 
"Ellipses" draw an ellipse contained in the error limits 
"Bands" draw a band enclosing the uncertainty - Possible named appearances in 3D include:
-

"Bars" draw bars to represent errors 
"Tubes" draw tubes to represent errors
Examples
open all close allBasic Examples (4)
Visualize the uncertainty around each point:
ListPlot[Table[Around[RandomReal[20], 1], 10], IntervalMarkers -> "Fences"]Use bars to visualize uncertainty:
ListPlot[Table[Around[RandomReal[20], 1], 10], IntervalMarkers -> "Bars"]Display a bar chart with uncertainty:
BarChart[Table[Around[RandomReal[5], RandomReal[0.5]], 12]]Use bands to visualize joined uncertainties:
ListLinePlot[Table[Around[RandomReal[{10, 20}], 1], 10], IntervalMarkers -> "Bands"]Scope (4)
Plot data with asymmetric uncertainty intervals:
ListLinePlot[{Around[37., {10., 18.}], Around[48., {6., 17.}], Around[45., {8., 15.}], Around[46., {8., 19.}], Around[53., {5., 11.}], Around[46., {10., 15.}], Around[37., {7., 18.}], Around[57., {7., 20.}], Around[34., {7., 16.}], Around[31., {7., 20.}]}]Plot correlated uncertainty in 2D:
ListPlot[{VectorAround[{1.8, 2.4}, {{0.3, 0.4}, 0.5}]}, PlotRange -> All, IntervalMarkers -> "Ellipses"]ListPointPlot3D[{{0, 0, 0}, {Around[1, 1], Around[1, 1], Around[1, 1]}, {2, 2, 2}, {3, 3, 3}}]Use tubes to represent uncertainty:
ListPointPlot3D[{{0, 0, 0}, {Around[1, 1], Around[1, 1], Around[1, 1]}, {2, 2, 2}, {3, 3, 3}}, PlotRange -> All, IntervalMarkers -> "Tubes"]Specify the style to use for uncertainty:
BarChart[Table[Around[RandomReal[5], RandomReal[0.5]], 12], IntervalMarkersStyle -> Red]Related Guides
Text
Wolfram Research (2019), IntervalMarkers, Wolfram Language function, https://reference.wolfram.com/language/ref/IntervalMarkers.html (updated 2020).
CMS
Wolfram Language. 2019. "IntervalMarkers." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/IntervalMarkers.html.
APA
Wolfram Language. (2019). IntervalMarkers. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/IntervalMarkers.html
BibTeX
@misc{reference.wolfram_2026_intervalmarkers, author="Wolfram Research", title="{IntervalMarkers}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/IntervalMarkers.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_intervalmarkers, organization={Wolfram Research}, title={IntervalMarkers}, year={2020}, url={https://reference.wolfram.com/language/ref/IntervalMarkers.html}, note=[Accessed: 13-June-2026]}