Skip to content

Commit 3aadc71

Browse files
authored
Merge pull request matplotlib#27566 from story645/tags-plot-type
DOC: changed tag `plot type` to `plot-type`
2 parents 7151a98 + b96f272 commit 3aadc71

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/devel/tag_glossary.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -94,21 +94,21 @@ API tags: what content from the API reference is in the example?
9494
+-----------------------------------+---------------------------------------------+
9595
|**Plot Type** |
9696
+-----------------------------------+---------------------------------------------+
97-
|``plot type: bar`` |example contains a bar plot |
97+
|``plot-type: bar`` |example contains a bar plot |
9898
+-----------------------------------+---------------------------------------------+
99-
|``plot type: line`` |example contains a line plot |
99+
|``plot-type: line`` |example contains a line plot |
100100
+-----------------------------------+---------------------------------------------+
101-
|``plot type: pie`` |example contains a pie plot |
101+
|``plot-type: pie`` |example contains a pie plot |
102102
+-----------------------------------+---------------------------------------------+
103-
|``plot type: polar`` |example contains a polar plot |
103+
|``plot-type: polar`` |example contains a polar plot |
104104
+-----------------------------------+---------------------------------------------+
105-
|``plot type: 3D`` |example contains a 3D plot |
105+
|``plot-type: 3D`` |example contains a 3D plot |
106106
+-----------------------------------+---------------------------------------------+
107-
|``plot type: histogram`` |example contains a histogram |
107+
|``plot-type: histogram`` |example contains a histogram |
108108
+-----------------------------------+---------------------------------------------+
109-
|``plot type: specialty`` | |
109+
|``plot-type: specialty`` | |
110110
+-----------------------------------+---------------------------------------------+
111-
|``plot type: scatter`` | |
111+
|``plot-type: scatter`` | |
112112
+-----------------------------------+---------------------------------------------+
113113

114114

@@ -166,7 +166,7 @@ Internal tags: what information is helpful for maintainers or contributors?
166166
+-------------------------------+-----------------------------------------------------------------------+
167167
|``tag`` | use case |
168168
+===============================+=======================================================================+
169-
|``internal: low bandwidth`` |allows users to filter out bandwidth-intensive examples like animations|
169+
|``internal: high-bandwidth`` |allows users to filter out bandwidth-intensive examples like animations|
170170
+-------------------------------+-----------------------------------------------------------------------+
171171
|``internal: untagged`` |allows docs contributors to easily find untagged examples |
172172
+-------------------------------+-----------------------------------------------------------------------+

galleries/examples/subplots_axes_and_figures/multiple_figs_demo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@
5151
plt.show()
5252

5353
# %%
54-
# .. tags:: component: figure, plot type: line
54+
# .. tags:: component: figure, plot-type: line

0 commit comments

Comments
 (0)