| Skip to main content | https://matplotlib.org/devdocs/gallery/mplot3d/pathpatch3d.html#main-content |
|
| https://matplotlib.org/stable/ |
| Plot types | https://matplotlib.org/devdocs/plot_types/index.html |
| User guide | https://matplotlib.org/devdocs/users/index.html |
| Tutorials | https://matplotlib.org/devdocs/tutorials/index.html |
| Examples | https://matplotlib.org/devdocs/gallery/index.html |
| Reference | https://matplotlib.org/devdocs/api/index.html |
| Contribute | https://matplotlib.org/devdocs/devel/index.html |
| Releases | https://matplotlib.org/devdocs/users/release_notes.html |
| Gitter | https://gitter.im/matplotlib/matplotlib |
| Discourse | https://discourse.matplotlib.org |
| GitHub | https://github.com/matplotlib/matplotlib |
| Plot types | https://matplotlib.org/devdocs/plot_types/index.html |
| User guide | https://matplotlib.org/devdocs/users/index.html |
| Tutorials | https://matplotlib.org/devdocs/tutorials/index.html |
| Examples | https://matplotlib.org/devdocs/gallery/index.html |
| Reference | https://matplotlib.org/devdocs/api/index.html |
| Contribute | https://matplotlib.org/devdocs/devel/index.html |
| Releases | https://matplotlib.org/devdocs/users/release_notes.html |
| Gitter | https://gitter.im/matplotlib/matplotlib |
| Discourse | https://discourse.matplotlib.org |
| GitHub | https://github.com/matplotlib/matplotlib |
| Lines, bars and markers | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/index.html |
| Line plot | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/simple_plot.html |
| Linestyles | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/linestyles.html |
| Dashed line style configuration | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/line_demo_dash_control.html |
| Markevery Demo | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/markevery_demo.html |
| JoinStyle | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/joinstyle.html |
| CapStyle | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/capstyle.html |
| Marker reference | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/marker_reference.html |
| Infinite lines | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/axline.html |
| Multicolored lines | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/multicolored_line.html |
| Lines with a ticked patheffect | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/lines_with_ticks_demo.html |
| Grouped bar chart with labels | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/barchart.html |
| Bar chart with labels | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/bar_label_demo.html |
| Stacked bar chart | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/bar_stacked.html |
| Bar chart with individual bar colors | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/bar_colors.html |
| Hat graph | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/hat_graph.html |
| Bar chart with gradients | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/gradient_bar.html |
| Horizontal bar chart | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/barh.html |
| Discrete distribution as horizontal bar chart | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/horizontal_barchart_distribution.html |
| Broken horizontal bars | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/broken_barh.html |
| Scatter Demo2 | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/scatter_demo2.html |
| Mapping marker properties to multivariate data | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/multivariate_marker_plot.html |
| Marker examples | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/scatter_star_poly.html |
| Scatter plot with a legend | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/scatter_with_legend.html |
| Scatter plot with masked values | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/scatter_masked.html |
| Scatter plot with histograms | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/scatter_hist.html |
| Stairs Demo | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/stairs_demo.html |
| Step Demo | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/step_demo.html |
| Filled polygon | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/fill.html |
| fill_between with transparency | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/fill_between_alpha.html |
| Fill the area between two lines | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/fill_between_demo.html |
| Fill the area between two vertical lines | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/fill_betweenx_demo.html |
| Stackplots and streamgraphs | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/stackplot_demo.html |
| EventCollection Demo | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/eventcollection_demo.html |
| Eventplot demo | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/eventplot_demo.html |
| Timeline with lines, dates, and text | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/timeline.html |
| hlines and vlines | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/vline_hline_demo.html |
| Shade regions defined by a logical mask using fill_between | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/span_regions.html |
| Stem plot | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/stem_plot.html |
| Plotting categorical variables | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/categorical_variables.html |
| Plotting masked and NaN values | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/masked_demo.html |
| Spectrum representations | https://matplotlib.org/devdocs/gallery/lines_bars_and_markers/spectrum_demo.html |
| Images, contours and fields | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/index.html |
| Many ways to plot images | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/image_demo.html |
| Image with masked values | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/image_masked.html |
| Multiple images with one colorbar | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/multi_image.html |
| Modifying the coordinate formatter | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/image_zcoord.html |
| Image resampling | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/image_antialiasing.html |
| Interpolations for imshow | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/interpolation_methods.html |
| Layer images with alpha blending | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/layer_images.html |
| Blend transparency with color in 2D images | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/image_transparency_blend.html |
| Shading example | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/shading_example.html |
| Clipping images with patches | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/image_clip_path.html |
| Placing images, preserving relative sizes | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/image_exact_placement.html |
| pcolor images | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/pcolor_demo.html |
| pcolormesh | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/pcolormesh_levels.html |
| pcolormesh grids and shading | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/pcolormesh_grids.html |
| Image nonuniform | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/image_nonuniform.html |
| QuadMesh Demo | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/quadmesh_demo.html |
| Triplot Demo | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/triplot_demo.html |
| Tripcolor Demo | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/tripcolor_demo.html |
| Tricontour Demo | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/tricontour_demo.html |
| Tricontour Smooth User | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/tricontour_smooth_user.html |
| Tricontour Smooth Delaunay | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/tricontour_smooth_delaunay.html |
| Trigradient Demo | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/trigradient_demo.html |
| Triinterp Demo | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/triinterp_demo.html |
| Contour plot of irregularly spaced data | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/irregulardatagrid.html |
| Contour Demo | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/contour_demo.html |
| Contour Label Demo | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/contour_label_demo.html |
| Contourf demo | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/contourf_demo.html |
| Contour image | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/contour_image.html |
| Contourf and log color scale | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/contourf_log.html |
| Contourf hatching | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/contourf_hatching.html |
| Contour corner mask | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/contour_corner_mask.html |
| Contouring the solution space of optimizations | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/contours_in_optimization_demo.html |
| Quiver Simple Demo | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/quiver_simple_demo.html |
| Advanced quiver and quiverkey functions | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/quiver_demo.html |
| Wind barbs | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/barb_demo.html |
| Streamplot | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/plot_streamplot.html |
| Interactive adjustment of colormap range | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/colormap_interactive_adjustment.html |
| Colormap normalizations | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/colormap_normalizations.html |
| Colormap normalizations SymLogNorm | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/colormap_normalizations_symlognorm.html |
| Annotated heatmap | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/image_annotated_heatmap.html |
| Affine transform of an image | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/affine_image.html |
| Visualize matrices with matshow | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/matshow.html |
| Spy Demos | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/spy_demos.html |
| Spectrogram | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/specgram_demo.html |
| Barcode | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/barcode_demo.html |
| BboxImage Demo | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/demo_bboximage.html |
| Figimage Demo | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/figimage_demo.html |
| Watermark image | https://matplotlib.org/devdocs/gallery/images_contours_and_fields/watermark_image.html |
| Statistics | https://matplotlib.org/devdocs/gallery/statistics/index.html |
| Errorbar function | https://matplotlib.org/devdocs/gallery/statistics/errorbar.html |
| Different ways of specifying error bars | https://matplotlib.org/devdocs/gallery/statistics/errorbar_features.html |
| Errorbar subsampling | https://matplotlib.org/devdocs/gallery/statistics/errorbar_subsample.html |
| Errorbar limit selection | https://matplotlib.org/devdocs/gallery/statistics/errorbar_limits_simple.html |
| Including upper and lower limits in error bars | https://matplotlib.org/devdocs/gallery/statistics/errorbar_limits.html |
| Create boxes from error bars using PatchCollection | https://matplotlib.org/devdocs/gallery/statistics/errorbars_and_boxes.html |
| Plot a confidence ellipse of a two-dimensional dataset | https://matplotlib.org/devdocs/gallery/statistics/confidence_ellipse.html |
| Curve with error band | https://matplotlib.org/devdocs/gallery/statistics/curve_error_band.html |
| Histograms | https://matplotlib.org/devdocs/gallery/statistics/hist.html |
| Demo of the histogram function's different histtype settings | https://matplotlib.org/devdocs/gallery/statistics/histogram_histtypes.html |
| Histogram bins, density, and weight | https://matplotlib.org/devdocs/gallery/statistics/histogram_normalization.html |
| The histogram (hist) function with multiple data sets | https://matplotlib.org/devdocs/gallery/statistics/histogram_multihist.html |
| Multiple histograms side by side | https://matplotlib.org/devdocs/gallery/statistics/multiple_histograms_side_by_side.html |
| Bihistogram | https://matplotlib.org/devdocs/gallery/statistics/histogram_bihistogram.html |
| Cumulative distributions | https://matplotlib.org/devdocs/gallery/statistics/histogram_cumulative.html |
| Hexagonal binned plot | https://matplotlib.org/devdocs/gallery/statistics/hexbin_demo.html |
| Time Series Histogram | https://matplotlib.org/devdocs/gallery/statistics/time_series_histogram.html |
| Boxplots | https://matplotlib.org/devdocs/gallery/statistics/boxplot_demo.html |
| Artist customization in box plots | https://matplotlib.org/devdocs/gallery/statistics/boxplot.html |
| Box plots with custom fill colors | https://matplotlib.org/devdocs/gallery/statistics/boxplot_color.html |
| Separate calculation and plotting of boxplots | https://matplotlib.org/devdocs/gallery/statistics/bxp.html |
| Box plot vs. violin plot comparison | https://matplotlib.org/devdocs/gallery/statistics/boxplot_vs_violin.html |
| Violin plot basics | https://matplotlib.org/devdocs/gallery/statistics/violinplot.html |
| Violin plot customization | https://matplotlib.org/devdocs/gallery/statistics/customized_violin.html |
| Cross- and auto-correlation | https://matplotlib.org/devdocs/gallery/statistics/xcorr_acorr_demo.html |
| Power spectral density (PSD) | https://matplotlib.org/devdocs/gallery/statistics/psd_demo.html |
| Cross spectral density (CSD) | https://matplotlib.org/devdocs/gallery/statistics/csd_demo.html |
| Plotting the coherence of two signals | https://matplotlib.org/devdocs/gallery/statistics/cohere.html |
| Pie and polar charts | https://matplotlib.org/devdocs/gallery/pie_and_polar_charts/index.html |
| Pie charts | https://matplotlib.org/devdocs/gallery/pie_and_polar_charts/pie_features.html |
| Bar of pie | https://matplotlib.org/devdocs/gallery/pie_and_polar_charts/bar_of_pie.html |
| Nested pie charts | https://matplotlib.org/devdocs/gallery/pie_and_polar_charts/nested_pie.html |
| A pie and a donut with labels | https://matplotlib.org/devdocs/gallery/pie_and_polar_charts/pie_and_donut_labels.html |
| Labeling pie charts | https://matplotlib.org/devdocs/gallery/pie_and_polar_charts/pie_label.html |
| Bar chart on polar axis | https://matplotlib.org/devdocs/gallery/pie_and_polar_charts/polar_bar.html |
| Polar plot | https://matplotlib.org/devdocs/gallery/pie_and_polar_charts/polar_demo.html |
| Error bar rendering on polar axis | https://matplotlib.org/devdocs/gallery/pie_and_polar_charts/polar_error_caps.html |
| Polar legend | https://matplotlib.org/devdocs/gallery/pie_and_polar_charts/polar_legend.html |
| Scatter plot on polar axis | https://matplotlib.org/devdocs/gallery/pie_and_polar_charts/polar_scatter.html |
| Subplots, axes and figures | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/index.html |
| Multiple subplots | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/subplot.html |
| Create multiple subplots using plt.subplots | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/subplots_demo.html |
| Axes Demo | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/axes_demo.html |
| GridSpec with variable sizes and spacing | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/gridspec_customization.html |
| Gridspec for multi-column/row subplot layouts | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/gridspec_multicolumn.html |
| Nested Gridspecs | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/gridspec_nested.html |
| Combine two subplots using subplots and GridSpec | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/gridspec_and_subplots.html |
| subplot2grid | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/subplot2grid.html |
| Resize Axes with constrained layout | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/demo_constrained_layout.html |
| Resize Axes with tight layout | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/demo_tight_layout.html |
| Subplots spacings and margins | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/subplots_adjust.html |
| Programmatically control subplot adjustment | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/auto_subplots_adjust.html |
| Adjacent subplots | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/ganged_plots.html |
| Controlling view limits using margins and sticky_edges | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/axes_margins.html |
| Axes box aspect | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/axes_box_aspect.html |
| Equal axis aspect ratio | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/axis_equal_demo.html |
| Manage multiple figures in pyplot | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/multiple_figs_demo.html |
| Figure size in different units | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/figure_size_units.html |
| Figure subfigures | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/subfigures.html |
| Custom Figure subclasses | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/custom_figure_class.html |
| Shared axis | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/shared_axis_demo.html |
| Inverted axis | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/invert_axes.html |
| Plots with different scales | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/two_scales.html |
| Different scales on the same Axes | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/fahrenheit_celsius_scales.html |
| Multiple y-axis with Spines | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/multiple_yaxis_with_spines.html |
| Twin Axes with delta_zorder | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/twin_axes_zorder.html |
| Secondary Axis | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/secondary_axis.html |
| Align labels and titles | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/align_labels_demo.html |
| Axis label position | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/axis_labels_demo.html |
| Axes properties | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/axes_props.html |
| Figure labels: suptitle, supxlabel, supylabel | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/figure_title.html |
| Axes zoom effect | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/axes_zoom_effect.html |
| Zoom region inset Axes | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/zoom_inset_axes.html |
| Broken axis | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/broken_axis.html |
| Geographic Projections | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/geo_demo.html |
| Draw regions that span an Axes | https://matplotlib.org/devdocs/gallery/subplots_axes_and_figures/axhspan_demo.html |
| Ticks | https://matplotlib.org/devdocs/gallery/ticks/index.html |
| Automatically setting tick positions | https://matplotlib.org/devdocs/gallery/ticks/auto_ticks.html |
| Tick locators | https://matplotlib.org/devdocs/gallery/ticks/tick-locators.html |
| Major and minor ticks | https://matplotlib.org/devdocs/gallery/ticks/major_minor_demo.html |
| Align tick labels | https://matplotlib.org/devdocs/gallery/ticks/align_ticklabels.html |
| Move x/y-axis ticks and labels on top and right | https://matplotlib.org/devdocs/gallery/ticks/ticks_top_right.html |
| Center labels between ticks | https://matplotlib.org/devdocs/gallery/ticks/centered_ticklabels.html |
| Rotated tick labels | https://matplotlib.org/devdocs/gallery/ticks/ticklabels_rotation.html |
| Multilevel (nested) ticks | https://matplotlib.org/devdocs/gallery/ticks/multilevel_ticks.html |
| The default tick formatter | https://matplotlib.org/devdocs/gallery/ticks/scalarformatter.html |
| Tick formatters | https://matplotlib.org/devdocs/gallery/ticks/tick-formatters.html |
| Custom Ticker | https://matplotlib.org/devdocs/gallery/ticks/custom_ticker1.html |
| Dollar ticks | https://matplotlib.org/devdocs/gallery/ticks/dollar_ticks.html |
| Format ticks using engineering notation | https://matplotlib.org/devdocs/gallery/ticks/engineering_formatter.html |
| SI prefixed offsets and natural order of magnitudes | https://matplotlib.org/devdocs/gallery/ticks/engformatter_offset.html |
| Setting tick labels from a list of values | https://matplotlib.org/devdocs/gallery/ticks/tick_labels_from_values.html |
| Date tick labels | https://matplotlib.org/devdocs/gallery/ticks/date.html |
| Date tick locators and formatters | https://matplotlib.org/devdocs/gallery/ticks/date_formatters_locators.html |
| Format date ticks using ConciseDateFormatter | https://matplotlib.org/devdocs/gallery/ticks/date_concise_formatter.html |
| Date converter demo | https://matplotlib.org/devdocs/gallery/ticks/date_demo_convert.html |
| Placing date ticks using recurrence rules | https://matplotlib.org/devdocs/gallery/ticks/date_demo_rrule.html |
| Custom tick formatter for time series | https://matplotlib.org/devdocs/gallery/ticks/date_index_formatter.html |
| Date precision and epochs | https://matplotlib.org/devdocs/gallery/ticks/date_precision_and_epochs.html |
| Colorbar Tick labelling | https://matplotlib.org/devdocs/gallery/ticks/colorbar_tick_labelling_demo.html |
| Customizing figure and axes appearance | https://matplotlib.org/devdocs/gallery/ticks/fig_axes_customize_simple.html |
| Fixing too many ticks | https://matplotlib.org/devdocs/gallery/ticks/ticks_too_many.html |
| Scales | https://matplotlib.org/devdocs/gallery/scales/index.html |
| Scales overview | https://matplotlib.org/devdocs/gallery/scales/scales.html |
| Asinh scale | https://matplotlib.org/devdocs/gallery/scales/asinh_demo.html |
| Loglog aspect | https://matplotlib.org/devdocs/gallery/scales/aspect_loglog.html |
| Custom scale | https://matplotlib.org/devdocs/gallery/scales/custom_scale.html |
| Log scale | https://matplotlib.org/devdocs/gallery/scales/log_demo.html |
| Logit scale | https://matplotlib.org/devdocs/gallery/scales/logit_demo.html |
| Exploring normalizations | https://matplotlib.org/devdocs/gallery/scales/power_norm.html |
| Symlog scale | https://matplotlib.org/devdocs/gallery/scales/symlog_demo.html |
| Spines | https://matplotlib.org/devdocs/gallery/spines/index.html |
| Spines | https://matplotlib.org/devdocs/gallery/spines/spines.html |
| Spine placement | https://matplotlib.org/devdocs/gallery/spines/spine_placement_demo.html |
| Dropped spines | https://matplotlib.org/devdocs/gallery/spines/spines_dropped.html |
| Centered spines with arrows | https://matplotlib.org/devdocs/gallery/spines/centered_spines_with_arrows.html |
| Text, labels and annotations | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/index.html |
| Text properties | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/text_commands.html |
| Controlling style of text and labels using a dictionary | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/text_fontdict.html |
| Text alignment | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/text_alignment.html |
| Multiline text | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/multiline.html |
| Auto-wrap text | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/autowrap.html |
| Text rotation mode | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/demo_text_rotation_mode.html |
| Text rotation angle in data coordinates | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/text_rotation_relative_to_line.html |
| Concatenate text objects with different properties | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/rainbow_text.html |
| Using a text as a Path | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/demo_text_path.html |
| Annotating a plot | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/annotation_basic.html |
| Annotate plots | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/annotation_demo.html |
| Annotate polar plots | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/annotation_polar.html |
| Angle annotations on bracket arrows | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/angles_on_bracket_arrows.html |
| Annotation arrow style reference | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/fancyarrow_demo.html |
| Styling text boxes | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/fancytextbox_demo.html |
| Placing text boxes | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/placing_text_boxes.html |
| Labelling subplots | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/label_subplots.html |
| Artists as annotations | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/demo_annotation_box.html |
| Arrow Demo | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/arrow_demo.html |
| Scale invariant angle label | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/angle_annotation.html |
| Legend Demo | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/legend_demo.html |
| Legend using pre-defined labels | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/legend.html |
| Compose custom legends | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/custom_legends.html |
| Figure legend demo | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/figlegend_demo.html |
| Accented text | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/accented_text.html |
| The difference between \dfrac and \frac | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/dfrac_demo.html |
| Configure the font family | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/font_family_rc.html |
| Using ttf font files | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/font_file.html |
| Font table | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/font_table.html |
| Fonts demo (object-oriented style) | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/fonts_demo.html |
| Fonts demo (keyword arguments) | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/fonts_demo_kw.html |
| Convert texts to images | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/mathtext_asarray.html |
| Mathtext | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/mathtext_demo.html |
| Mathematical expressions | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/mathtext_examples.html |
| Math fontfamily | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/mathtext_fontfamily_example.html |
| STIX Fonts | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/stix_fonts_demo.html |
| Render math equations using TeX | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/tex_demo.html |
| Unicode minus | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/unicode_minus.html |
| Usetex text baseline | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/usetex_baseline_test.html |
| Usetex font effects | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/usetex_fonteffects.html |
| Artist within an artist | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/line_with_text.html |
| Title positioning | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/titles_demo.html |
| Text watermark | https://matplotlib.org/devdocs/gallery/text_labels_and_annotations/watermark_text.html |
| Shapes and collections | https://matplotlib.org/devdocs/gallery/shapes_and_collections/index.html |
| Arrow guide | https://matplotlib.org/devdocs/gallery/shapes_and_collections/arrow_guide.html |
| Reference for Matplotlib artists | https://matplotlib.org/devdocs/gallery/shapes_and_collections/artist_reference.html |
| Line, Poly and RegularPoly Collection | https://matplotlib.org/devdocs/gallery/shapes_and_collections/collections.html |
| Compound path | https://matplotlib.org/devdocs/gallery/shapes_and_collections/compound_path.html |
| Dolphins | https://matplotlib.org/devdocs/gallery/shapes_and_collections/dolphin.html |
| Mmh Donuts!!! | https://matplotlib.org/devdocs/gallery/shapes_and_collections/donut.html |
| Ellipse with orientation arrow demo | https://matplotlib.org/devdocs/gallery/shapes_and_collections/ellipse_arrow.html |
| Ellipse Collection | https://matplotlib.org/devdocs/gallery/shapes_and_collections/ellipse_collection.html |
| Ellipse Demo | https://matplotlib.org/devdocs/gallery/shapes_and_collections/ellipse_demo.html |
| Drawing fancy boxes | https://matplotlib.org/devdocs/gallery/shapes_and_collections/fancybox_demo.html |
| Hatch demo | https://matplotlib.org/devdocs/gallery/shapes_and_collections/hatch_demo.html |
| Hatch style reference | https://matplotlib.org/devdocs/gallery/shapes_and_collections/hatch_style_reference.html |
| Hatchcolor Demo | https://matplotlib.org/devdocs/gallery/shapes_and_collections/hatchcolor_demo.html |
| Plot multiple lines using a LineCollection | https://matplotlib.org/devdocs/gallery/shapes_and_collections/line_collection.html |
| Circles, Wedges and Polygons | https://matplotlib.org/devdocs/gallery/shapes_and_collections/patch_collection.html |
| PathPatch object | https://matplotlib.org/devdocs/gallery/shapes_and_collections/path_patch.html |
| Bezier curve | https://matplotlib.org/devdocs/gallery/shapes_and_collections/quad_bezier.html |
| Scatter plot | https://matplotlib.org/devdocs/gallery/shapes_and_collections/scatter.html |
| Color | https://matplotlib.org/devdocs/gallery/color/index.html |
| Color Demo | https://matplotlib.org/devdocs/gallery/color/color_demo.html |
| Color by y-value | https://matplotlib.org/devdocs/gallery/color/color_by_yvalue.html |
| Colors in the default property cycle | https://matplotlib.org/devdocs/gallery/color/color_cycle_default.html |
| Named color sequences | https://matplotlib.org/devdocs/gallery/color/color_sequences.html |
| Colorbar | https://matplotlib.org/devdocs/gallery/color/colorbar_basics.html |
| Histogram as colorbar | https://matplotlib.org/devdocs/gallery/color/colorbar_histogram.html |
| Colormap reference | https://matplotlib.org/devdocs/gallery/color/colormap_reference.html |
| Create a colormap from a list of colors | https://matplotlib.org/devdocs/gallery/color/custom_cmap.html |
| Selecting individual colors from a colormap | https://matplotlib.org/devdocs/gallery/color/individual_colors_from_cmap.html |
| List of named colors | https://matplotlib.org/devdocs/gallery/color/named_colors.html |
| Ways to set a color's alpha value | https://matplotlib.org/devdocs/gallery/color/set_alpha.html |
| Style sheets | https://matplotlib.org/devdocs/gallery/style_sheets/index.html |
| Bayesian Methods for Hackers style sheet | https://matplotlib.org/devdocs/gallery/style_sheets/bmh.html |
| Dark background style sheet | https://matplotlib.org/devdocs/gallery/style_sheets/dark_background.html |
| FiveThirtyEight style sheet | https://matplotlib.org/devdocs/gallery/style_sheets/fivethirtyeight.html |
| ggplot style sheet | https://matplotlib.org/devdocs/gallery/style_sheets/ggplot.html |
| Grayscale style sheet | https://matplotlib.org/devdocs/gallery/style_sheets/grayscale.html |
| Petroff style sheets | https://matplotlib.org/devdocs/gallery/style_sheets/petroff10.html |
| Solarized Light stylesheet | https://matplotlib.org/devdocs/gallery/style_sheets/plot_solarizedlight2.html |
| Style sheets reference | https://matplotlib.org/devdocs/gallery/style_sheets/style_sheets_reference.html |
| Module - pyplot | https://matplotlib.org/devdocs/gallery/pyplots/index.html |
| Basic plot | https://matplotlib.org/devdocs/gallery/pyplots/pyplot_simple.html |
| Two subplots using pyplot | https://matplotlib.org/devdocs/gallery/pyplots/pyplot_two_subplots.html |
| 3D plotting | https://matplotlib.org/devdocs/gallery/mplot3d/index.html |
| Plot 2D data on 3D plot | https://matplotlib.org/devdocs/gallery/mplot3d/2dcollections3d.html |
| Demo of 3D bar charts | https://matplotlib.org/devdocs/gallery/mplot3d/3d_bars.html |
| Clip the data to the axes view limits | https://matplotlib.org/devdocs/gallery/mplot3d/axlim_clip.html |
| Create 2D bar graphs in different planes | https://matplotlib.org/devdocs/gallery/mplot3d/bars3d.html |
| 3D box surface plot | https://matplotlib.org/devdocs/gallery/mplot3d/box3d.html |
| Plot contour (level) curves in 3D | https://matplotlib.org/devdocs/gallery/mplot3d/contour3d.html |
| Plot contour (level) curves in 3D using the extend3d option | https://matplotlib.org/devdocs/gallery/mplot3d/contour3d_2.html |
| Project contour profiles onto a graph | https://matplotlib.org/devdocs/gallery/mplot3d/contour3d_3.html |
| Filled contours | https://matplotlib.org/devdocs/gallery/mplot3d/contourf3d.html |
| Project filled contour onto a graph | https://matplotlib.org/devdocs/gallery/mplot3d/contourf3d_2.html |
| Custom hillshading in a 3D surface plot | https://matplotlib.org/devdocs/gallery/mplot3d/custom_shaded_3d_surface.html |
| 3D errorbars | https://matplotlib.org/devdocs/gallery/mplot3d/errorbar3d.html |
| Fill between 3D lines | https://matplotlib.org/devdocs/gallery/mplot3d/fillbetween3d.html |
| Fill under 3D line graphs | https://matplotlib.org/devdocs/gallery/mplot3d/fillunder3d.html |
| Create 3D histogram of 2D data | https://matplotlib.org/devdocs/gallery/mplot3d/hist3d.html |
| 2D images in 3D | https://matplotlib.org/devdocs/gallery/mplot3d/imshow3d.html |
| Intersecting planes | https://matplotlib.org/devdocs/gallery/mplot3d/intersecting_planes.html |
| Parametric curve | https://matplotlib.org/devdocs/gallery/mplot3d/lines3d.html |
| Lorenz attractor | https://matplotlib.org/devdocs/gallery/mplot3d/lorenz_attractor.html |
| 2D and 3D Axes in same figure | https://matplotlib.org/devdocs/gallery/mplot3d/mixed_subplots.html |
| Automatic text offsetting | https://matplotlib.org/devdocs/gallery/mplot3d/offset.html |
| Draw flat objects in 3D plot | https://matplotlib.org/devdocs/gallery/mplot3d/pathpatch3d.html |
| Generate 3D polygons | https://matplotlib.org/devdocs/gallery/mplot3d/polys3d.html |
| 3D plot projection types | https://matplotlib.org/devdocs/gallery/mplot3d/projections.html |
| 3D quiver plot | https://matplotlib.org/devdocs/gallery/mplot3d/quiver3d.html |
| Rotating a 3D plot | https://matplotlib.org/devdocs/gallery/mplot3d/rotate_axes3d_sgskip.html |
| Scales on 3D (Log, Symlog, etc.) | https://matplotlib.org/devdocs/gallery/mplot3d/scales3d.html |
| 3D scatterplot | https://matplotlib.org/devdocs/gallery/mplot3d/scatter3d.html |
| 3D stem | https://matplotlib.org/devdocs/gallery/mplot3d/stem3d_demo.html |
| 3D plots as subplots | https://matplotlib.org/devdocs/gallery/mplot3d/subplot3d.html |
| 3D surface (colormap) | https://matplotlib.org/devdocs/gallery/mplot3d/surface3d.html |
| 3D surface (solid color) | https://matplotlib.org/devdocs/gallery/mplot3d/surface3d_2.html |
| 3D surface (checkerboard) | https://matplotlib.org/devdocs/gallery/mplot3d/surface3d_3.html |
| 3D surface with polar coordinates | https://matplotlib.org/devdocs/gallery/mplot3d/surface3d_radial.html |
| Text annotations in 3D | https://matplotlib.org/devdocs/gallery/mplot3d/text3d.html |
| Triangular 3D contour plot | https://matplotlib.org/devdocs/gallery/mplot3d/tricontour3d.html |
| Triangular 3D filled contour plot | https://matplotlib.org/devdocs/gallery/mplot3d/tricontourf3d.html |
| Triangular 3D surfaces | https://matplotlib.org/devdocs/gallery/mplot3d/trisurf3d.html |
| More triangular 3D surfaces | https://matplotlib.org/devdocs/gallery/mplot3d/trisurf3d_2.html |
| Primary 3D view planes | https://matplotlib.org/devdocs/gallery/mplot3d/view_planes_3d.html |
| 3D voxel / volumetric plot | https://matplotlib.org/devdocs/gallery/mplot3d/voxels.html |
| 3D voxel plot of the NumPy logo | https://matplotlib.org/devdocs/gallery/mplot3d/voxels_numpy_logo.html |
| 3D voxel / volumetric plot with RGB colors | https://matplotlib.org/devdocs/gallery/mplot3d/voxels_rgb.html |
| 3D voxel / volumetric plot with cylindrical coordinates | https://matplotlib.org/devdocs/gallery/mplot3d/voxels_torus.html |
| 3D wireframe plot | https://matplotlib.org/devdocs/gallery/mplot3d/wire3d.html |
| Animate a 3D wireframe plot | https://matplotlib.org/devdocs/gallery/mplot3d/wire3d_animation.html |
| 3D wireframe plots in one direction | https://matplotlib.org/devdocs/gallery/mplot3d/wire3d_zero_stride.html |
| Module - axes_grid1 | https://matplotlib.org/devdocs/gallery/axes_grid1/index.html |
| Anchored Direction Arrow | https://matplotlib.org/devdocs/gallery/axes_grid1/demo_anchored_direction_arrows.html |
| Axes divider | https://matplotlib.org/devdocs/gallery/axes_grid1/demo_axes_divider.html |
| Demo Axes Grid | https://matplotlib.org/devdocs/gallery/axes_grid1/demo_axes_grid.html |
| Axes Grid2 | https://matplotlib.org/devdocs/gallery/axes_grid1/demo_axes_grid2.html |
| HBoxDivider and VBoxDivider demo | https://matplotlib.org/devdocs/gallery/axes_grid1/demo_axes_hbox_divider.html |
| Show RGB channels using RGBAxes | https://matplotlib.org/devdocs/gallery/axes_grid1/demo_axes_rgb.html |
| Colorbar with AxesDivider | https://matplotlib.org/devdocs/gallery/axes_grid1/demo_colorbar_with_axes_divider.html |
| Control the position and size of a colorbar with inset_locator.inset_axes | https://matplotlib.org/devdocs/gallery/axes_grid1/demo_colorbar_with_inset_locator.html |
| Per-row or per-column colorbars | https://matplotlib.org/devdocs/gallery/axes_grid1/demo_edge_colorbar.html |
| Axes with a fixed physical size | https://matplotlib.org/devdocs/gallery/axes_grid1/demo_fixed_size_axes.html |
| ImageGrid cells with a fixed aspect ratio | https://matplotlib.org/devdocs/gallery/axes_grid1/demo_imagegrid_aspect.html |
| Inset locator demo | https://matplotlib.org/devdocs/gallery/axes_grid1/inset_locator_demo.html |
| Inset locator demo 2 | https://matplotlib.org/devdocs/gallery/axes_grid1/inset_locator_demo2.html |
| Make room for ylabel using axes_grid | https://matplotlib.org/devdocs/gallery/axes_grid1/make_room_for_ylabel_using_axesgrid.html |
| Parasite Simple | https://matplotlib.org/devdocs/gallery/axes_grid1/parasite_simple.html |
| Parasite Simple2 | https://matplotlib.org/devdocs/gallery/axes_grid1/parasite_simple2.html |
| Align histogram to scatter plot using locatable Axes | https://matplotlib.org/devdocs/gallery/axes_grid1/scatter_hist_locatable_axes.html |
| Simple Anchored Artists | https://matplotlib.org/devdocs/gallery/axes_grid1/simple_anchored_artists.html |
| Simple Axes Divider 1 | https://matplotlib.org/devdocs/gallery/axes_grid1/simple_axes_divider1.html |
| Simple axes divider 3 | https://matplotlib.org/devdocs/gallery/axes_grid1/simple_axes_divider3.html |
| Simple ImageGrid | https://matplotlib.org/devdocs/gallery/axes_grid1/simple_axesgrid.html |
| Simple ImageGrid 2 | https://matplotlib.org/devdocs/gallery/axes_grid1/simple_axesgrid2.html |
| Simple Axisline4 | https://matplotlib.org/devdocs/gallery/axes_grid1/simple_axisline4.html |
| Module - axisartist | https://matplotlib.org/devdocs/gallery/axisartist/index.html |
| Axis Direction | https://matplotlib.org/devdocs/gallery/axisartist/axis_direction.html |
| axis_direction demo | https://matplotlib.org/devdocs/gallery/axisartist/demo_axis_direction.html |
| Axis line styles | https://matplotlib.org/devdocs/gallery/axisartist/demo_axisline_style.html |
| Curvilinear grid demo | https://matplotlib.org/devdocs/gallery/axisartist/demo_curvelinear_grid.html |
| Demo CurveLinear Grid2 | https://matplotlib.org/devdocs/gallery/axisartist/demo_curvelinear_grid2.html |
| floating_axes features | https://matplotlib.org/devdocs/gallery/axisartist/demo_floating_axes.html |
| floating_axis demo | https://matplotlib.org/devdocs/gallery/axisartist/demo_floating_axis.html |
| Parasite Axes demo | https://matplotlib.org/devdocs/gallery/axisartist/demo_parasite_axes.html |
| Parasite axis demo | https://matplotlib.org/devdocs/gallery/axisartist/demo_parasite_axes2.html |
| Ticklabel alignment | https://matplotlib.org/devdocs/gallery/axisartist/demo_ticklabel_alignment.html |
| Ticklabel direction | https://matplotlib.org/devdocs/gallery/axisartist/demo_ticklabel_direction.html |
| Simple axis direction | https://matplotlib.org/devdocs/gallery/axisartist/simple_axis_direction01.html |
| Simple axis tick label and tick directions | https://matplotlib.org/devdocs/gallery/axisartist/simple_axis_direction03.html |
| Simple axis pad | https://matplotlib.org/devdocs/gallery/axisartist/simple_axis_pad.html |
| Custom spines with axisartist | https://matplotlib.org/devdocs/gallery/axisartist/simple_axisartist1.html |
| Simple Axisline | https://matplotlib.org/devdocs/gallery/axisartist/simple_axisline.html |
| Simple Axisline3 | https://matplotlib.org/devdocs/gallery/axisartist/simple_axisline3.html |
| Animation | https://matplotlib.org/devdocs/gallery/animation/index.html |
| Basic animated line plot | https://matplotlib.org/devdocs/gallery/animation/simple_anim.html |
| Decay | https://matplotlib.org/devdocs/gallery/animation/animate_decay.html |
| Animated histogram | https://matplotlib.org/devdocs/gallery/animation/animated_histogram.html |
| pyplot animation | https://matplotlib.org/devdocs/gallery/animation/animation_demo.html |
| The Bayes update | https://matplotlib.org/devdocs/gallery/animation/bayes_update.html |
| The double pendulum problem | https://matplotlib.org/devdocs/gallery/animation/double_pendulum.html |
| Animated image using a precomputed list of images | https://matplotlib.org/devdocs/gallery/animation/dynamic_image.html |
| Frame grabbing | https://matplotlib.org/devdocs/gallery/animation/frame_grabbing_sgskip.html |
| Multiple Axes animation | https://matplotlib.org/devdocs/gallery/animation/multiple_axes.html |
| Pause and resume an animation | https://matplotlib.org/devdocs/gallery/animation/pause_resume.html |
| Rain simulation | https://matplotlib.org/devdocs/gallery/animation/rain.html |
| Animated 3D random walk | https://matplotlib.org/devdocs/gallery/animation/random_walk.html |
| Animated scatter saved as GIF | https://matplotlib.org/devdocs/gallery/animation/simple_scatter.html |
| Oscilloscope | https://matplotlib.org/devdocs/gallery/animation/strip_chart.html |
| Matplotlib unchained | https://matplotlib.org/devdocs/gallery/animation/unchained.html |
| Widgets | https://matplotlib.org/devdocs/gallery/widgets/index.html |
| Annotated cursor | https://matplotlib.org/devdocs/gallery/widgets/annotated_cursor.html |
| Buttons | https://matplotlib.org/devdocs/gallery/widgets/buttons.html |
| Check buttons | https://matplotlib.org/devdocs/gallery/widgets/check_buttons.html |
| Cursor | https://matplotlib.org/devdocs/gallery/widgets/cursor.html |
| Lasso Selector | https://matplotlib.org/devdocs/gallery/widgets/lasso_selector_demo_sgskip.html |
| Menu | https://matplotlib.org/devdocs/gallery/widgets/menu.html |
| Mouse Cursor | https://matplotlib.org/devdocs/gallery/widgets/mouse_cursor.html |
| Multicursor | https://matplotlib.org/devdocs/gallery/widgets/multicursor.html |
| Select indices from a collection using polygon selector | https://matplotlib.org/devdocs/gallery/widgets/polygon_selector_demo.html |
| Polygon Selector | https://matplotlib.org/devdocs/gallery/widgets/polygon_selector_simple.html |
| Radio Buttons | https://matplotlib.org/devdocs/gallery/widgets/radio_buttons.html |
| Radio Buttons Grid | https://matplotlib.org/devdocs/gallery/widgets/radio_buttons_grid.html |
| Image scaling using a RangeSlider | https://matplotlib.org/devdocs/gallery/widgets/range_slider.html |
| Rectangle and ellipse selectors | https://matplotlib.org/devdocs/gallery/widgets/rectangle_selector.html |
| Slider | https://matplotlib.org/devdocs/gallery/widgets/slider_demo.html |
| Snap sliders to discrete values | https://matplotlib.org/devdocs/gallery/widgets/slider_snap_demo.html |
| Span Selector | https://matplotlib.org/devdocs/gallery/widgets/span_selector.html |
| Textbox | https://matplotlib.org/devdocs/gallery/widgets/textbox.html |
| Event handling | https://matplotlib.org/devdocs/gallery/event_handling/index.html |
| Close event | https://matplotlib.org/devdocs/gallery/event_handling/close_event.html |
| Mouse move and click events | https://matplotlib.org/devdocs/gallery/event_handling/coords_demo.html |
| Cross-hair cursor | https://matplotlib.org/devdocs/gallery/event_handling/cursor_demo.html |
| Data browser | https://matplotlib.org/devdocs/gallery/event_handling/data_browser.html |
| Figure/Axes enter and leave events | https://matplotlib.org/devdocs/gallery/event_handling/figure_axes_enter_leave.html |
| Interactive functions | https://matplotlib.org/devdocs/gallery/event_handling/ginput_manual_clabel_sgskip.html |
| Scroll event | https://matplotlib.org/devdocs/gallery/event_handling/image_slices_viewer.html |
| Keypress event | https://matplotlib.org/devdocs/gallery/event_handling/keypress_demo.html |
| Lasso Demo | https://matplotlib.org/devdocs/gallery/event_handling/lasso_demo.html |
| Legend picking | https://matplotlib.org/devdocs/gallery/event_handling/legend_picking.html |
| Looking glass | https://matplotlib.org/devdocs/gallery/event_handling/looking_glass.html |
| Path editor | https://matplotlib.org/devdocs/gallery/event_handling/path_editor.html |
| Pick event demo | https://matplotlib.org/devdocs/gallery/event_handling/pick_event_demo.html |
| Pick event demo 2 | https://matplotlib.org/devdocs/gallery/event_handling/pick_event_demo2.html |
| Polygon editor | https://matplotlib.org/devdocs/gallery/event_handling/poly_editor.html |
| Pong | https://matplotlib.org/devdocs/gallery/event_handling/pong_sgskip.html |
| Resampling Data | https://matplotlib.org/devdocs/gallery/event_handling/resample.html |
| Timers | https://matplotlib.org/devdocs/gallery/event_handling/timers.html |
| Trifinder Event Demo | https://matplotlib.org/devdocs/gallery/event_handling/trifinder_event_demo.html |
| Viewlims | https://matplotlib.org/devdocs/gallery/event_handling/viewlims.html |
| Zoom modifies other Axes | https://matplotlib.org/devdocs/gallery/event_handling/zoom_window.html |
| Embedding Matplotlib in graphical user interfaces | https://matplotlib.org/devdocs/gallery/user_interfaces/index.html |
| CanvasAgg demo | https://matplotlib.org/devdocs/gallery/user_interfaces/canvasagg.html |
| Embed in GTK3 with a navigation toolbar | https://matplotlib.org/devdocs/gallery/user_interfaces/embedding_in_gtk3_panzoom_sgskip.html |
| Embed in GTK3 | https://matplotlib.org/devdocs/gallery/user_interfaces/embedding_in_gtk3_sgskip.html |
| Embed in GTK4 with a navigation toolbar | https://matplotlib.org/devdocs/gallery/user_interfaces/embedding_in_gtk4_panzoom_sgskip.html |
| Embed in GTK4 | https://matplotlib.org/devdocs/gallery/user_interfaces/embedding_in_gtk4_sgskip.html |
| Embed in Qt | https://matplotlib.org/devdocs/gallery/user_interfaces/embedding_in_qt_sgskip.html |
| Embed in Tk | https://matplotlib.org/devdocs/gallery/user_interfaces/embedding_in_tk_sgskip.html |
| Embed in wx #2 | https://matplotlib.org/devdocs/gallery/user_interfaces/embedding_in_wx2_sgskip.html |
| Embed in wx #3 | https://matplotlib.org/devdocs/gallery/user_interfaces/embedding_in_wx3_sgskip.html |
| Embed in wx #4 | https://matplotlib.org/devdocs/gallery/user_interfaces/embedding_in_wx4_sgskip.html |
| Embed in wx #5 | https://matplotlib.org/devdocs/gallery/user_interfaces/embedding_in_wx5_sgskip.html |
| Embedding WebAgg | https://matplotlib.org/devdocs/gallery/user_interfaces/embedding_webagg_sgskip.html |
| Fourier Demo WX | https://matplotlib.org/devdocs/gallery/user_interfaces/fourier_demo_wx_sgskip.html |
| GTK3 spreadsheet | https://matplotlib.org/devdocs/gallery/user_interfaces/gtk3_spreadsheet_sgskip.html |
| GTK4 spreadsheet | https://matplotlib.org/devdocs/gallery/user_interfaces/gtk4_spreadsheet_sgskip.html |
| Display mathtext in WX | https://matplotlib.org/devdocs/gallery/user_interfaces/mathtext_wx_sgskip.html |
| Matplotlib with Glade 3 | https://matplotlib.org/devdocs/gallery/user_interfaces/mpl_with_glade3_sgskip.html |
| mplcvd -- an example of figure hook | https://matplotlib.org/devdocs/gallery/user_interfaces/mplcvd.html |
| pyplot with GTK3 | https://matplotlib.org/devdocs/gallery/user_interfaces/pylab_with_gtk3_sgskip.html |
| pyplot with GTK4 | https://matplotlib.org/devdocs/gallery/user_interfaces/pylab_with_gtk4_sgskip.html |
| SVG Histogram | https://matplotlib.org/devdocs/gallery/user_interfaces/svg_histogram_sgskip.html |
| SVG Tooltip | https://matplotlib.org/devdocs/gallery/user_interfaces/svg_tooltip_sgskip.html |
| Tool Manager | https://matplotlib.org/devdocs/gallery/user_interfaces/toolmanager_sgskip.html |
| Embed in a web application server (Flask) | https://matplotlib.org/devdocs/gallery/user_interfaces/web_application_server_sgskip.html |
| Add a cursor in WX | https://matplotlib.org/devdocs/gallery/user_interfaces/wxcursor_demo_sgskip.html |
| Units | https://matplotlib.org/devdocs/gallery/units/index.html |
| Annotation with units | https://matplotlib.org/devdocs/gallery/units/annotate_with_units.html |
| Artist tests | https://matplotlib.org/devdocs/gallery/units/artist_tests.html |
| Bar demo with units | https://matplotlib.org/devdocs/gallery/units/bar_demo2.html |
| Group barchart with units | https://matplotlib.org/devdocs/gallery/units/bar_unit_demo.html |
| Basic units | https://matplotlib.org/devdocs/gallery/units/basic_units.html |
| Ellipse with units | https://matplotlib.org/devdocs/gallery/units/ellipse_with_units.html |
| Evans test | https://matplotlib.org/devdocs/gallery/units/evans_test.html |
| Radian ticks | https://matplotlib.org/devdocs/gallery/units/radian_demo.html |
| Inches and centimeters | https://matplotlib.org/devdocs/gallery/units/units_sample.html |
| Unit handling | https://matplotlib.org/devdocs/gallery/units/units_scatter.html |
| Miscellaneous | https://matplotlib.org/devdocs/gallery/misc/index.html |
| Anchored Artists | https://matplotlib.org/devdocs/gallery/misc/anchored_artists.html |
| Identify whether artists intersect | https://matplotlib.org/devdocs/gallery/misc/bbox_intersect.html |
| Manual Contour | https://matplotlib.org/devdocs/gallery/misc/contour_manual.html |
| Coords Report | https://matplotlib.org/devdocs/gallery/misc/coords_report.html |
| Custom projection | https://matplotlib.org/devdocs/gallery/misc/custom_projection.html |
| Customize Rc | https://matplotlib.org/devdocs/gallery/misc/customize_rc.html |
| AGG filter | https://matplotlib.org/devdocs/gallery/misc/demo_agg_filter.html |
| Ribbon box | https://matplotlib.org/devdocs/gallery/misc/demo_ribbon_box.html |
| Add lines directly to a figure | https://matplotlib.org/devdocs/gallery/misc/fig_x.html |
| Fill spiral | https://matplotlib.org/devdocs/gallery/misc/fill_spiral.html |
| Findobj Demo | https://matplotlib.org/devdocs/gallery/misc/findobj_demo.html |
| Font indexing | https://matplotlib.org/devdocs/gallery/misc/font_indexing.html |
| Font properties | https://matplotlib.org/devdocs/gallery/misc/ftface_props.html |
| Building histograms using Rectangles and PolyCollections | https://matplotlib.org/devdocs/gallery/misc/histogram_path.html |
| Hyperlinks | https://matplotlib.org/devdocs/gallery/misc/hyperlinks_sgskip.html |
| Plotting with keywords | https://matplotlib.org/devdocs/gallery/misc/keyword_plotting.html |
| Matplotlib logo | https://matplotlib.org/devdocs/gallery/misc/logos2.html |
| Multipage PDF | https://matplotlib.org/devdocs/gallery/misc/multipage_pdf.html |
| Multiprocessing | https://matplotlib.org/devdocs/gallery/misc/multiprocess_sgskip.html |
| Packed-bubble chart | https://matplotlib.org/devdocs/gallery/misc/packed_bubbles.html |
| Patheffect Demo | https://matplotlib.org/devdocs/gallery/misc/patheffect_demo.html |
| Print image to stdout | https://matplotlib.org/devdocs/gallery/misc/print_stdout_sgskip.html |
| Rasterization for vector graphics | https://matplotlib.org/devdocs/gallery/misc/rasterization_demo.html |
| Set and get properties | https://matplotlib.org/devdocs/gallery/misc/set_and_get.html |
| Apply SVG filter to a line | https://matplotlib.org/devdocs/gallery/misc/svg_filter_line.html |
| SVG filter pie | https://matplotlib.org/devdocs/gallery/misc/svg_filter_pie.html |
| Table Demo | https://matplotlib.org/devdocs/gallery/misc/table_demo.html |
| TickedStroke patheffect | https://matplotlib.org/devdocs/gallery/misc/tickedstroke_demo.html |
| transforms.offset_copy | https://matplotlib.org/devdocs/gallery/misc/transoffset.html |
| Zorder Demo | https://matplotlib.org/devdocs/gallery/misc/zorder_demo.html |
| Showcase | https://matplotlib.org/devdocs/gallery/showcase/index.html |
| Anatomy of a figure | https://matplotlib.org/devdocs/gallery/showcase/anatomy.html |
| Firefox | https://matplotlib.org/devdocs/gallery/showcase/firefox.html |
| Integral as the area under a curve | https://matplotlib.org/devdocs/gallery/showcase/integral.html |
| Shaded & power normalized rendering | https://matplotlib.org/devdocs/gallery/showcase/mandelbrot.html |
| Pan/zoom events of overlapping axes | https://matplotlib.org/devdocs/gallery/showcase/pan_zoom_overlap.html |
| Stock prices over 32 years | https://matplotlib.org/devdocs/gallery/showcase/stock_prices.html |
| XKCD | https://matplotlib.org/devdocs/gallery/showcase/xkcd.html |
| Specialty plots | https://matplotlib.org/devdocs/gallery/specialty_plots/index.html |
| Hillshading | https://matplotlib.org/devdocs/gallery/specialty_plots/advanced_hillshading.html |
| Anscombe's quartet | https://matplotlib.org/devdocs/gallery/specialty_plots/anscombe.html |
| Hinton diagrams | https://matplotlib.org/devdocs/gallery/specialty_plots/hinton_demo.html |
| Ishikawa Diagram | https://matplotlib.org/devdocs/gallery/specialty_plots/ishikawa_diagram.html |
| Left ventricle bullseye | https://matplotlib.org/devdocs/gallery/specialty_plots/leftventricle_bullseye.html |
| MRI with EEG | https://matplotlib.org/devdocs/gallery/specialty_plots/mri_with_eeg.html |
| Radar chart (aka spider or star chart) | https://matplotlib.org/devdocs/gallery/specialty_plots/radar_chart.html |
| The Sankey class | https://matplotlib.org/devdocs/gallery/specialty_plots/sankey_basics.html |
| Long chain of connections using Sankey | https://matplotlib.org/devdocs/gallery/specialty_plots/sankey_links.html |
| Rankine power cycle | https://matplotlib.org/devdocs/gallery/specialty_plots/sankey_rankine.html |
| SkewT-logP diagram: using transforms and custom projections | https://matplotlib.org/devdocs/gallery/specialty_plots/skewt.html |
| Topographic hillshading | https://matplotlib.org/devdocs/gallery/specialty_plots/topographic_hillshading.html |
|
| https://matplotlib.org/devdocs/index.html |
| Examples | https://matplotlib.org/devdocs/gallery/index.html |
| 3D plotting | https://matplotlib.org/devdocs/gallery/mplot3d/index.html |
| Go to the end | https://matplotlib.org/devdocs/gallery/mplot3d/pathpatch3d.html#sphx-glr-download-gallery-mplot3d-pathpatch3d-py |
| # | https://matplotlib.org/devdocs/gallery/mplot3d/pathpatch3d.html#draw-flat-objects-in-3d-plot |
| pathpatch_2d_to_3d | https://matplotlib.org/devdocs/api/_as_gen/mpl_toolkits.mplot3d.art3d.pathpatch_2d_to_3d.html#mpl_toolkits.mplot3d.art3d.pathpatch_2d_to_3d |
| Circle | https://matplotlib.org/devdocs/api/_as_gen/matplotlib.patches.Circle.html#matplotlib.patches.Circle |
| PathPatch | https://matplotlib.org/devdocs/api/_as_gen/matplotlib.patches.PathPatch.html#matplotlib.patches.PathPatch |
| TextPath | https://matplotlib.org/devdocs/api/path_api.html#matplotlib.path.Path |
| Affine2D | https://matplotlib.org/devdocs/api/transformations.html#matplotlib.transforms.Affine2D |
| ax | https://matplotlib.org/devdocs/api/toolkits/mplot3d/axes3d.html#mpl_toolkits.mplot3d.axes3d.Axes3D |
| TextPath | https://matplotlib.org/devdocs/api/path_api.html#matplotlib.path.Path |
| Affine2D | https://matplotlib.org/devdocs/api/transformations.html#matplotlib.transforms.Affine2D |
| PathPatch | https://matplotlib.org/devdocs/api/_as_gen/matplotlib.patches.PathPatch.html#matplotlib.patches.PathPatch |
| ax.add_patch | https://matplotlib.org/devdocs/api/_as_gen/matplotlib.axes.Axes.add_patch.html#matplotlib.axes.Axes.add_patch |
| art3d.pathpatch_2d_to_3d | https://matplotlib.org/devdocs/api/_as_gen/mpl_toolkits.mplot3d.art3d.pathpatch_2d_to_3d.html#mpl_toolkits.mplot3d.art3d.pathpatch_2d_to_3d |
| fig | https://matplotlib.org/devdocs/api/_as_gen/matplotlib.figure.Figure.html#matplotlib.figure.Figure |
| plt.figure | https://matplotlib.org/devdocs/api/_as_gen/matplotlib.pyplot.figure.html#matplotlib.pyplot.figure |
| ax | https://matplotlib.org/devdocs/api/toolkits/mplot3d/axes3d.html#mpl_toolkits.mplot3d.axes3d.Axes3D |
| fig.add_subplot | https://matplotlib.org/devdocs/api/_as_gen/matplotlib.figure.Figure.add_subplot.html#matplotlib.figure.Figure.add_subplot |
| p | https://matplotlib.org/devdocs/api/_as_gen/mpl_toolkits.mplot3d.art3d.PathPatch3D.html#mpl_toolkits.mplot3d.art3d.PathPatch3D |
| Circle | https://matplotlib.org/devdocs/api/_as_gen/matplotlib.patches.Circle.html#matplotlib.patches.Circle |
| ax.add_patch | https://matplotlib.org/devdocs/api/_as_gen/matplotlib.axes.Axes.add_patch.html#matplotlib.axes.Axes.add_patch |
| p | https://matplotlib.org/devdocs/api/_as_gen/mpl_toolkits.mplot3d.art3d.PathPatch3D.html#mpl_toolkits.mplot3d.art3d.PathPatch3D |
| art3d.pathpatch_2d_to_3d | https://matplotlib.org/devdocs/api/_as_gen/mpl_toolkits.mplot3d.art3d.pathpatch_2d_to_3d.html#mpl_toolkits.mplot3d.art3d.pathpatch_2d_to_3d |
| p | https://matplotlib.org/devdocs/api/_as_gen/mpl_toolkits.mplot3d.art3d.PathPatch3D.html#mpl_toolkits.mplot3d.art3d.PathPatch3D |
| ax | https://matplotlib.org/devdocs/api/toolkits/mplot3d/axes3d.html#mpl_toolkits.mplot3d.axes3d.Axes3D |
| ax | https://matplotlib.org/devdocs/api/toolkits/mplot3d/axes3d.html#mpl_toolkits.mplot3d.axes3d.Axes3D |
| np.pi | https://docs.python.org/3/library/functions.html#float |
| ax | https://matplotlib.org/devdocs/api/toolkits/mplot3d/axes3d.html#mpl_toolkits.mplot3d.axes3d.Axes3D |
| np.pi | https://docs.python.org/3/library/functions.html#float |
| ax | https://matplotlib.org/devdocs/api/toolkits/mplot3d/axes3d.html#mpl_toolkits.mplot3d.axes3d.Axes3D |
| ax.set_xlim | https://matplotlib.org/devdocs/api/_as_gen/mpl_toolkits.mplot3d.axes3d.Axes3D.set_xlim.html#mpl_toolkits.mplot3d.axes3d.Axes3D.set_xlim |
| ax.set_ylim | https://matplotlib.org/devdocs/api/_as_gen/mpl_toolkits.mplot3d.axes3d.Axes3D.set_ylim.html#mpl_toolkits.mplot3d.axes3d.Axes3D.set_ylim |
| ax.set_zlim | https://matplotlib.org/devdocs/api/_as_gen/mpl_toolkits.mplot3d.axes3d.Axes3D.set_zlim.html#mpl_toolkits.mplot3d.axes3d.Axes3D.set_zlim |
| plt.show | https://matplotlib.org/devdocs/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show |
| plot-type: 3D | https://matplotlib.org/devdocs/_tags/plot-type-3d.html |
| component: label | https://matplotlib.org/devdocs/_tags/component-label.html |
| level: advanced | https://matplotlib.org/devdocs/_tags/level-advanced.html |
| Download Jupyter notebook: pathpatch3d.ipynb | https://matplotlib.org/devdocs/_downloads/cafceb37c9397d60bd1f04da0c92c497/pathpatch3d.ipynb |
| Download Python source code: pathpatch3d.py | https://matplotlib.org/devdocs/_downloads/ab0fba45e231f940e29a0a3aacac8776/pathpatch3d.py |
| Download zipped: pathpatch3d.zip | https://matplotlib.org/devdocs/_downloads/c6376b9ad1559a0cd02d8152bb522a02/pathpatch3d.zip |
| Gallery generated by Sphinx-Gallery | https://sphinx-gallery.github.io |
| Sphinx | https://www.sphinx-doc.org/ |
| PyData Sphinx Theme | https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html |