Logo image Logo image
  • Plot types
  • Examples
  • Tutorials
  • Reference
  • User guide
  • Develop
  • Release notes
  • Give the 3D camera a custom focal length
  • 3D plots gained a 3rd "roll" viewing angle
  • Instructions for writing "What's new" entries
  • New axis scale asinh (experimental)
  • math_to_image now has a color keyword argument
  • Custom cap widths in box and whisker plots in bxp() and boxplot()
  • Double-quoted strings in matplotlibrc
  • New customization of MarkerStyle
  • Axes.inset_axes Flexibility
  • New layout_engine module
  • List of available font names
  • marker can now be set to the string "none"
  • New minimum macOS version
  • stairs(..., fill=True) to hide patch edge by setting lw=0
  • MultiCursor now supports Axes split over multiple figures
  • Add option to plt.streamplot to not break streamlines
  • PolygonSelector bounding boxes
  • Setting PolygonSelector vertices
  • Rectangle patch rotation point
  • ncol keyword argument to legend renamed to ncols
  • Selectors improvement: rotation, aspect ratio correction and add/remove state
  • SpanSelector widget can now be snapped to specified values
  • Striped lines (experimental)
  • The active URL area rotates when link text is rotated
  • New external dependency ContourPy used for quad contour calculations
  • subplots , subplot_mosaic accept height_ratios and width_ratios arguments
  • Windows on Arm Support

Axes.inset_axes Flexibility#

matplotlib.axes.Axes.inset_axes now accepts the projection, polar and axes_class keyword arguments, so that subclasses of matplotlib.axes.Axes may be returned.

© Copyright 2002–2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012–2022 The Matplotlib development team.

Created using Sphinx 5.0.2.