Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions galleries/examples/lines_bars_and_markers/gallery_order.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ span_regions
stem_plot

# other
errorbar_limits_simple
errorbar_subsample
categorical_variables
masked_demo
curve_error_band
spectrum_demo
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
This example illustrates how to draw an error band around a parametrized curve.
A parametrized curve x(t), y(t) can directly be drawn using `~.Axes.plot`.
.. redirect-from:: /gallery/lines_bars_and_markers/curve_error_band
"""
# sphinx_gallery_thumbnail_number = 2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
errorbars using the parameters ``uplims``, ``lolims`` of `~.pyplot.errorbar`.
Alternatively, you can use 2xN values to draw errorbars in only one direction.
.. redirect-from:: /gallery/lines_bars_and_markers/errorbar_limits_simple
"""

import matplotlib.pyplot as plt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
The parameter *errorevery* of `.Axes.errorbar` can be used to draw error bars
only on a subset of data points. This is particularly useful if there are many
data points with similar errors.
.. redirect-from:: /gallery/lines_bars_and_markers/errorbar_subsample
"""

import matplotlib.pyplot as plt
Expand Down
3 changes: 3 additions & 0 deletions galleries/examples/statistics/gallery_order.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
# errorbars
errorbar
errorbar_features
errorbar_subsample
errorbar_limits_simple
errorbar_limits
errorbars_and_boxes
confidence_ellipse
curve_error_band

# histograms
hist
Expand Down