Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Backport PR #27569 on branch v3.9.2-doc (DOC: initial tags for statistics section of gallery) #29033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
2 changes: 2 additions & 0 deletions 2 galleries/examples/statistics/boxplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@

# %%
#
# .. tags:: plot-type: boxplot, domain: statistics
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
2 changes: 2 additions & 0 deletions 2 galleries/examples/statistics/boxplot_color.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@

# %%
#
# .. tags:: styling: color, domain: statistics, plot-type: boxplot
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
2 changes: 2 additions & 0 deletions 2 galleries/examples/statistics/boxplot_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ def fake_bootstrapper(n):

# %%
#
# .. tags:: domain: statistics, plot-type: boxplot
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
2 changes: 2 additions & 0 deletions 2 galleries/examples/statistics/boxplot_vs_violin.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@

# %%
#
# .. tags:: plot-type: violin, plot-type: boxplot, domain: statistics
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
2 changes: 2 additions & 0 deletions 2 galleries/examples/statistics/bxp.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@

# %%
#
# .. tags:: plot-type: speciality, domain: statistics
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
8 changes: 8 additions & 0 deletions 8 galleries/examples/statistics/confidence_ellipse.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@ def get_correlated_dataset(n, dependency, mu, scale):

# %%
#
# .. tags::
#
# plot-type: speciality
# plot-type: scatter
# component: ellipse
# component: patch
# domain: statistics
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
2 changes: 2 additions & 0 deletions 2 galleries/examples/statistics/customized_violin.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ def set_axis_style(ax, labels):

# %%
#
# .. tags:: plot-type: violin, domain: statistics
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
3 changes: 3 additions & 0 deletions 3 galleries/examples/statistics/errorbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

# %%
#
#
# .. tags:: plot-type: errorbar, domain: statistics,
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
2 changes: 2 additions & 0 deletions 2 galleries/examples/statistics/errorbar_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@

# %%
#
# .. tags:: plot-type: errorbar, domain: statistics
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
2 changes: 2 additions & 0 deletions 2 galleries/examples/statistics/errorbar_limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@

# %%
#
# .. tags:: plot-type: errorbar, domain: statistics
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
8 changes: 8 additions & 0 deletions 8 galleries/examples/statistics/errorbars_and_boxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ def make_error_boxes(ax, xdata, ydata, xerror, yerror, facecolor='r',

# %%
#
#
# .. tags::
#
# plot-type: errorbar
# component: rectangle
# component: patchcollection
# domain: statistics
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
2 changes: 2 additions & 0 deletions 2 galleries/examples/statistics/hexbin_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@

# %%
#
# .. tags:: plot-type: histogram, plot-type: hexbin, domain: statistics
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
9 changes: 9 additions & 0 deletions 9 galleries/examples/statistics/hist.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@

# %%
#
# .. tags::
#
# plot-type: histogram,
# plot-type: histogram2d
# domain: statistics
# styling: color,
# component: normalization
# component: patch
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
4 changes: 4 additions & 0 deletions 4 galleries/examples/statistics/histogram_bihistogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@
ax.legend()

plt.show()

# %%
#
# .. tags:: plot-type: histogram, domain: statistics, purpose: showcase
2 changes: 2 additions & 0 deletions 2 galleries/examples/statistics/histogram_cumulative.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@

# %%
#
# .. tags:: plot-type: ecdf, plot-type: histogram, domain: statistics
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
2 changes: 2 additions & 0 deletions 2 galleries/examples/statistics/histogram_histtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@

# %%
#
# .. tags:: plot-type: histogram, domain: statistics, purpose: reference
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
2 changes: 2 additions & 0 deletions 2 galleries/examples/statistics/histogram_multihist.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@

# %%
#
# .. tags:: plot-type: histogram, domain: statistics, purpose: reference
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
2 changes: 2 additions & 0 deletions 2 galleries/examples/statistics/histogram_normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@

# %%
#
# .. tags:: plot-type: histogram, domain: statistics
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@

# %%
#
# .. tags::
#
# domain: statistics
# plot-type: barh
# plot-type: histogram
# styling: position
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
8 changes: 8 additions & 0 deletions 8 galleries/examples/statistics/time_series_histogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@

# %%
#
# .. tags::
#
# plot-type: histogram2d
# plot-type: pcolormesh
# purpose: storytelling
# styling: color
# component: colormap
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
2 changes: 2 additions & 0 deletions 2 galleries/examples/statistics/violinplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@

# %%
#
# .. tags:: plot-type: violin, domain: statistics
#
# .. admonition:: References
#
# The use of the following functions, methods, classes and modules is shown
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.