Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e57997

Browse files
committed
fixing spacing error
1 parent fd201c0 commit 4e57997

10 files changed

+11
-10
lines changed

galleries/examples/statistics/barchart_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def plot_student_results(student, scores_by_test, cohort_size):
101101

102102
# %%
103103
#
104-
# ..tags:: purpose:storytelling, domain: statistics, plot-type: bar
104+
# ..tags:: purpose: storytelling, domain: statistics, plot-type: bar
105105
#
106106
# .. admonition:: References
107107
#

galleries/examples/statistics/confidence_ellipse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def get_correlated_dataset(n, dependency, mu, scale):
219219
#
220220
# .. tags::
221221
#
222-
# plot-type: speciality, plot-type:scatter, component: ellipse, component: patch,
222+
# plot-type: speciality, plot-type: scatter, component: ellipse, component: patch,
223223
# domain: statistics,
224224
#
225225
# .. admonition:: References

galleries/examples/statistics/customized_violin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def set_axis_style(ax, labels):
7373

7474
# %%
7575
#
76-
# .. tags:: plot-type: violin, domain:statistics
76+
# .. tags:: plot-type: violin, domain: statistics
7777
#
7878
# .. admonition:: References
7979
#

galleries/examples/statistics/errorbars_and_boxes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def make_error_boxes(ax, xdata, ydata, xerror, yerror, facecolor='r',
7474
#
7575
# .. tags::
7676
#
77-
# plot-type: errorbar, component:rectangle, component: patchcollection,
77+
# plot-type: errorbar, component: rectangle, component: patchcollection,
7878
# domain: statistics
7979
#
8080
# .. admonition:: References

galleries/examples/statistics/hexbin_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#
3838
# .. tags::
3939
#
40-
# plot-type: histogram, plot-type:hexbin, domain:statistics
40+
# plot-type: histogram, plot-type: hexbin, domain: statistics
4141
#
4242
# .. admonition:: References
4343
#

galleries/examples/statistics/hist.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@
105105
#
106106
# .. tags::
107107
#
108-
# plot-type:histogram, plot-type:histogram2d, domain:statistics, styling:color,
108+
# plot-type: histogram, plot-type: histogram2d,
109+
# domain: statistics, styling: color,
109110
# component: normalization, component: patch
110111
#
111112
# .. admonition:: References

galleries/examples/statistics/histogram_bihistogram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646

4747
# %%
4848
#
49-
# .. tags:: plot-type: histogram, domain:statistics, purpose: showcase
49+
# .. tags:: plot-type: histogram, domain: statistics, purpose: showcase

galleries/examples/statistics/histogram_cumulative.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
# %%
6969
#
70-
# ..tags:: plot-type: ecdf, plot-type: histogram, domain:statistics
70+
# ..tags:: plot-type: ecdf, plot-type: histogram, domain: statistics
7171
#
7272
# .. admonition:: References
7373
#

galleries/examples/statistics/time_series_histogram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
#
9797
# .. tags::
9898
#
99-
# plot-type: histogram2d, plot-type: pcolormesh, purpose:storytelling,
99+
# plot-type: histogram2d, plot-type: pcolormesh, purpose: storytelling,
100100
# styling: color, component: colormap
101101
#
102102
# .. admonition:: References

galleries/examples/statistics/violinplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106

107107
# %%
108108
#
109-
# ..tags:: plot-type: violin, domain:statistics
109+
# ..tags:: plot-type: violin, domain: statistics
110110
#
111111
# .. admonition:: References
112112
#

0 commit comments

Comments
 (0)