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

Commit 7859520

Browse filesBrowse files
authored
Merge pull request #29033 from meeseeksmachine/auto-backport-of-pr-27569-on-v3.9.2-doc
Backport PR #27569 on branch v3.9.2-doc (DOC: initial tags for statistics section of gallery)
2 parents 8daf45d + af21823 commit 7859520
Copy full SHA for 7859520
Expand file treeCollapse file tree

21 files changed

+75
-0
lines changed
Open diff view settings
Collapse file

‎galleries/examples/statistics/boxplot.py‎

Copy file name to clipboardExpand all lines: galleries/examples/statistics/boxplot.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797

9898
# %%
9999
#
100+
# .. tags:: plot-type: boxplot, domain: statistics
101+
#
100102
# .. admonition:: References
101103
#
102104
# The use of the following functions, methods, classes and modules is shown
Collapse file

‎galleries/examples/statistics/boxplot_color.py‎

Copy file name to clipboardExpand all lines: galleries/examples/statistics/boxplot_color.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636

3737
# %%
3838
#
39+
# .. tags:: styling: color, domain: statistics, plot-type: boxplot
40+
#
3941
# .. admonition:: References
4042
#
4143
# The use of the following functions, methods, classes and modules is shown
Collapse file

‎galleries/examples/statistics/boxplot_demo.py‎

Copy file name to clipboardExpand all lines: galleries/examples/statistics/boxplot_demo.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ def fake_bootstrapper(n):
247247

248248
# %%
249249
#
250+
# .. tags:: domain: statistics, plot-type: boxplot
251+
#
250252
# .. admonition:: References
251253
#
252254
# The use of the following functions, methods, classes and modules is shown
Collapse file

‎galleries/examples/statistics/boxplot_vs_violin.py‎

Copy file name to clipboardExpand all lines: galleries/examples/statistics/boxplot_vs_violin.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454

5555
# %%
5656
#
57+
# .. tags:: plot-type: violin, plot-type: boxplot, domain: statistics
58+
#
5759
# .. admonition:: References
5860
#
5961
# The use of the following functions, methods, classes and modules is shown
Collapse file

‎galleries/examples/statistics/bxp.py‎

Copy file name to clipboardExpand all lines: galleries/examples/statistics/bxp.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464

6565
# %%
6666
#
67+
# .. tags:: plot-type: speciality, domain: statistics
68+
#
6769
# .. admonition:: References
6870
#
6971
# The use of the following functions, methods, classes and modules is shown
Collapse file

‎galleries/examples/statistics/confidence_ellipse.py‎

Copy file name to clipboardExpand all lines: galleries/examples/statistics/confidence_ellipse.py
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,14 @@ def get_correlated_dataset(n, dependency, mu, scale):
217217

218218
# %%
219219
#
220+
# .. tags::
221+
#
222+
# plot-type: speciality
223+
# plot-type: scatter
224+
# component: ellipse
225+
# component: patch
226+
# domain: statistics
227+
#
220228
# .. admonition:: References
221229
#
222230
# The use of the following functions, methods, classes and modules is shown
Collapse file

‎galleries/examples/statistics/customized_violin.py‎

Copy file name to clipboardExpand all lines: galleries/examples/statistics/customized_violin.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ def set_axis_style(ax, labels):
7373

7474
# %%
7575
#
76+
# .. tags:: plot-type: violin, domain: statistics
77+
#
7678
# .. admonition:: References
7779
#
7880
# The use of the following functions, methods, classes and modules is shown
Collapse file

‎galleries/examples/statistics/errorbar.py‎

Copy file name to clipboardExpand all lines: galleries/examples/statistics/errorbar.py
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121

2222
# %%
2323
#
24+
#
25+
# .. tags:: plot-type: errorbar, domain: statistics,
26+
#
2427
# .. admonition:: References
2528
#
2629
# The use of the following functions, methods, classes and modules is shown
Collapse file

‎galleries/examples/statistics/errorbar_features.py‎

Copy file name to clipboardExpand all lines: galleries/examples/statistics/errorbar_features.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848

4949
# %%
5050
#
51+
# .. tags:: plot-type: errorbar, domain: statistics
52+
#
5153
# .. admonition:: References
5254
#
5355
# The use of the following functions, methods, classes and modules is shown
Collapse file

‎galleries/examples/statistics/errorbar_limits.py‎

Copy file name to clipboardExpand all lines: galleries/examples/statistics/errorbar_limits.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777

7878
# %%
7979
#
80+
# .. tags:: plot-type: errorbar, domain: statistics
81+
#
8082
# .. admonition:: References
8183
#
8284
# The use of the following functions, methods, classes and modules is shown

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.