Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

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:main
base:main
Choose a base branch
Loading
fromjklymak:doc-extra-labels
Open
Show file tree
Hide file tree
Changes fromall 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
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _contour_demo:

============
Contour Demo
============
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
"""
.. _contourf_demo:
=============
Contourf demo
=============
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _contourf_log:

============================
Contourf and log color scale
============================
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
"""
.. _image_antialiasing:

.. _image_resampling:

================
Image resampling
================
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _image_demo:

========================
Many ways to plot images
========================
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _pcolor_demo:

=============
pcolor images
=============
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _pcolormesh_grids:

============================
pcolormesh grids and shading
============================
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _plot_streamplot:

==========
Streamplot
==========
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _tricontour_demo:

===============
Tricontour Demo
===============
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _tricontour_smooth_delaunay:

==========================
Tricontour Smooth Delaunay
==========================
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _tricontour_smooth_user:

======================
Tricontour Smooth User
======================
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _tripcolor_demo:

==============
Tripcolor Demo
==============
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _triplot_demo:

============
Triplot Demo
============
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _categorical_variables:

==============================
Plotting categorical variables
==============================
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _eventplot_demo:

==============
Eventplot demo
==============
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _fill_between_demo:

===============================
Fill the area between two lines
===============================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/lines_bars_and_markers/step_demo.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _step_demo:

=========
Step Demo
=========
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/bars3d.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _bars3d:

========================================
Create 2D bar graphs in different planes
========================================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/box3d.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _box3d:

===================
3D box surface plot
===================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/custom_shaded_3d_surface.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _custom_shaded_3d_surface:

=======================================
Custom hillshading in a 3D surface plot
=======================================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/intersecting_planes.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _intersecting_planes:

===================
Intersecting planes
===================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/quiver3d.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _quiver3d:

==============
3D quiver plot
==============
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/stem3d_demo.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _stem3d_demo:

=======
3D stem
=======
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/surface3d.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _surface3d:

=====================
3D surface (colormap)
=====================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/surface3d_2.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _surface3d_2:

========================
3D surface (solid color)
========================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/surface3d_3.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _surface3d_3:

=========================
3D surface (checkerboard)
=========================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/trisurf3d.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _trisurf3d:

======================
Triangular 3D surfaces
======================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/mplot3d/trisurf3d_2.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _trisurf3d_2:

===========================
More triangular 3D surfaces
===========================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/boxplot.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _boxplot_artists:

=================================
Artist customization in box plots
=================================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/boxplot_color.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _boxplot_color:

=================================
Box plots with custom fill colors
=================================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/boxplot_demo.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _boxplot_demo:

========
Boxplots
========
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/boxplot_vs_violin.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _boxplot_vs_violin:

===================================
Box plot vs. violin plot comparison
===================================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/customized_violin.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _customized_violin:

=========================
Violin plot customization
=========================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/hexbin_demo.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _hexbin_demo:

=====================
Hexagonal binned plot
=====================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/histogram_histtypes.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _histogram_histtypes:

================================================================
Demo of the histogram function's different ``histtype`` settings
================================================================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/histogram_multihist.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _histogram_multihist:

=====================================================
The histogram (hist) function with multiple data sets
=====================================================
Expand Down
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
"""
.. redirect-from:: /gallery/statistics/histogram_features
.. _histogram_normalization:

===================================
Histogram bins, density, and weight
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/examples/statistics/violinplot.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _violinplot:

==================
Violin plot basics
==================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/plot_types/3D/bar3d_simple.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _bar3d_simple:

==========================
bar3d(x, y, z, dx, dy, dz)
==========================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/plot_types/3D/surface3d_simple.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _surface3d_simple:

=====================
plot_surface(X, Y, Z)
=====================
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/plot_types/3D/trisurf3d_simple.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
"""
.. _trisurf3d_simple:

=====================
plot_trisurf(x, y, z)
=====================
Expand Down
3 changes: 3 additions & 0 deletionsgalleries/plot_types/arrays/pcolormesh.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
"""
.. _pcolormesh:

===================
pcolormesh(X, Y, Z)
===================

Create a pseudocolor plot with a non-regular rectangular grid.

`~.axes.Axes.pcolormesh` is more flexible than `~.axes.Axes.imshow` in that
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/users_explain/artists/index.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
.. _users-guide-artists:

+++++++
Artists
+++++++
Expand Down
2 changes: 2 additions & 0 deletionsgalleries/users_explain/axes/index.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
.. _users_guide_axes:

+++++++++++++++++
Axes and subplots
+++++++++++++++++
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp