Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
DOC: just new labels#29508
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
jklymak wants to merge1 commit intomatplotlib:mainChoose a base branch fromjklymak:doc-extra-labels
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
+89 −0
Open
DOC: just new labels#29508
Changes fromall commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
2 changes: 2 additions & 0 deletionsgalleries/examples/images_contours_and_fields/contour_demo.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _contour_demo: | ||
============ | ||
Contour Demo | ||
============ | ||
1 change: 1 addition & 0 deletionsgalleries/examples/images_contours_and_fields/contourf_demo.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
""" | ||
.. _contourf_demo: | ||
============= | ||
Contourf demo | ||
============= | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/images_contours_and_fields/contourf_log.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _contourf_log: | ||
============================ | ||
Contourf and log color scale | ||
============================ | ||
4 changes: 4 additions & 0 deletionsgalleries/examples/images_contours_and_fields/image_antialiasing.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
""" | ||
.. _image_antialiasing: | ||
.. _image_resampling: | ||
================ | ||
Image resampling | ||
================ | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/images_contours_and_fields/image_demo.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _image_demo: | ||
======================== | ||
Many ways to plot images | ||
======================== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/images_contours_and_fields/pcolor_demo.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _pcolor_demo: | ||
============= | ||
pcolor images | ||
============= | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/images_contours_and_fields/pcolormesh_grids.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _pcolormesh_grids: | ||
============================ | ||
pcolormesh grids and shading | ||
============================ | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/images_contours_and_fields/plot_streamplot.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _plot_streamplot: | ||
========== | ||
Streamplot | ||
========== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/images_contours_and_fields/tricontour_demo.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _tricontour_demo: | ||
=============== | ||
Tricontour Demo | ||
=============== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/images_contours_and_fields/tricontour_smooth_delaunay.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _tricontour_smooth_delaunay: | ||
========================== | ||
Tricontour Smooth Delaunay | ||
========================== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/images_contours_and_fields/tricontour_smooth_user.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _tricontour_smooth_user: | ||
====================== | ||
Tricontour Smooth User | ||
====================== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/images_contours_and_fields/tripcolor_demo.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _tripcolor_demo: | ||
============== | ||
Tripcolor Demo | ||
============== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/images_contours_and_fields/triplot_demo.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _triplot_demo: | ||
============ | ||
Triplot Demo | ||
============ | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/lines_bars_and_markers/categorical_variables.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionsgalleries/examples/lines_bars_and_markers/eventplot_demo.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _eventplot_demo: | ||
============== | ||
Eventplot demo | ||
============== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/lines_bars_and_markers/fill_between_demo.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionsgalleries/examples/lines_bars_and_markers/step_demo.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _step_demo: | ||
========= | ||
Step Demo | ||
========= | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/bars3d.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/box3d.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _box3d: | ||
=================== | ||
3D box surface plot | ||
=================== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/custom_shaded_3d_surface.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/intersecting_planes.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _intersecting_planes: | ||
=================== | ||
Intersecting planes | ||
=================== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/quiver3d.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _quiver3d: | ||
============== | ||
3D quiver plot | ||
============== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/stem3d_demo.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _stem3d_demo: | ||
======= | ||
3D stem | ||
======= | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/surface3d.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _surface3d: | ||
===================== | ||
3D surface (colormap) | ||
===================== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/surface3d_2.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _surface3d_2: | ||
======================== | ||
3D surface (solid color) | ||
======================== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/surface3d_3.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _surface3d_3: | ||
========================= | ||
3D surface (checkerboard) | ||
========================= | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/trisurf3d.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _trisurf3d: | ||
====================== | ||
Triangular 3D surfaces | ||
====================== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/trisurf3d_2.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _trisurf3d_2: | ||
=========================== | ||
More triangular 3D surfaces | ||
=========================== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/boxplot.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/boxplot_color.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/boxplot_demo.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _boxplot_demo: | ||
======== | ||
Boxplots | ||
======== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/boxplot_vs_violin.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/customized_violin.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _customized_violin: | ||
========================= | ||
Violin plot customization | ||
========================= | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/hexbin_demo.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _hexbin_demo: | ||
===================== | ||
Hexagonal binned plot | ||
===================== | ||
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/histogram_histtypes.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/histogram_multihist.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletionsgalleries/examples/statistics/histogram_normalization.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/violinplot.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _violinplot: | ||
================== | ||
Violin plot basics | ||
================== | ||
2 changes: 2 additions & 0 deletionsgalleries/plot_types/3D/bar3d_simple.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _bar3d_simple: | ||
========================== | ||
bar3d(x, y, z, dx, dy, dz) | ||
========================== | ||
2 changes: 2 additions & 0 deletionsgalleries/plot_types/3D/surface3d_simple.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _surface3d_simple: | ||
===================== | ||
plot_surface(X, Y, Z) | ||
===================== | ||
2 changes: 2 additions & 0 deletionsgalleries/plot_types/3D/trisurf3d_simple.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
""" | ||
.. _trisurf3d_simple: | ||
===================== | ||
plot_trisurf(x, y, z) | ||
===================== | ||
3 changes: 3 additions & 0 deletionsgalleries/plot_types/arrays/pcolormesh.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletionsgalleries/users_explain/artists/index.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _users-guide-artists: | ||
+++++++ | ||
Artists | ||
+++++++ | ||
2 changes: 2 additions & 0 deletionsgalleries/users_explain/axes/index.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _users_guide_axes: | ||
+++++++++++++++++ | ||
Axes and subplots | ||
+++++++++++++++++ | ||
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.