Ctrl+K
Logo image Logo image
  • Plot types
  • Examples
  • Tutorials
  • Reference
  • User guide
  • Develop
  • Release notes
  • Plot types
  • Examples
  • Tutorials
  • Reference
  • User guide
  • Develop
  • Release notes

Section Navigation

  • matplotlib
  • matplotlib.afm
  • matplotlib.animation
  • matplotlib.artist
  • matplotlib.axes
  • matplotlib.axis
  • matplotlib.backend_bases
  • matplotlib.backend_managers
  • matplotlib.backend_tools
  • matplotlib.backends
  • matplotlib.bezier
  • matplotlib.blocking_input
  • matplotlib.category
  • matplotlib.cbook
  • matplotlib.cm
  • matplotlib.collections
  • matplotlib.colorbar
  • matplotlib.colors
  • matplotlib.container
  • matplotlib.contour
  • matplotlib.dates
  • matplotlib.docstring
  • matplotlib.dviread
  • matplotlib.figure
  • matplotlib.font_manager
  • matplotlib.fontconfig_pattern
  • matplotlib.ft2font
  • matplotlib.gridspec
  • matplotlib.hatch
  • matplotlib.image
  • matplotlib.layout_engine
  • matplotlib.legend
  • matplotlib.legend_handler
  • matplotlib.lines
  • matplotlib.markers
  • matplotlib.mathtext
  • matplotlib.mlab
  • matplotlib.offsetbox
  • matplotlib.patches
  • matplotlib.path
  • matplotlib.patheffects
  • matplotlib.pyplot
  • matplotlib.projections
  • matplotlib.quiver
  • matplotlib.rcsetup
  • matplotlib.sankey
  • matplotlib.scale
  • matplotlib.sphinxext.mathmpl
  • matplotlib.sphinxext.plot_directive
  • matplotlib.spines
  • matplotlib.style
  • matplotlib.table
  • matplotlib.testing
  • matplotlib.text
  • matplotlib.texmanager
  • matplotlib.textpath
  • matplotlib.ticker
  • matplotlib.tight_bbox
  • matplotlib.tight_layout
  • matplotlib.transforms
  • matplotlib.tri
  • matplotlib.type1font
  • matplotlib.units
  • matplotlib.widgets
  • matplotlib._api
  • matplotlib._enums
  • mpl_toolkits.mplot3d
  • mpl_toolkits.axes_grid1
    • mpl_toolkits.axes_grid1.anchored_artists
    • mpl_toolkits.axes_grid1.axes_divider
    • mpl_toolkits.axes_grid1.axes_grid
    • mpl_toolkits.axes_grid1.axes_rgb
    • mpl_toolkits.axes_grid1.axes_size
      • mpl_toolkits.axes_grid1.axes_size.Add
      • mpl_toolkits.axes_grid1.axes_size.AddList
      • mpl_toolkits.axes_grid1.axes_size.AxesX
      • mpl_toolkits.axes_grid1.axes_size.AxesY
      • mpl_toolkits.axes_grid1.axes_size.Fixed
      • mpl_toolkits.axes_grid1.axes_size.Fraction
      • mpl_toolkits.axes_grid1.axes_size.GetExtentHelper
      • mpl_toolkits.axes_grid1.axes_size.MaxExtent
      • mpl_toolkits.axes_grid1.axes_size.MaxHeight
      • mpl_toolkits.axes_grid1.axes_size.MaxWidth
      • mpl_toolkits.axes_grid1.axes_size.Padded
      • mpl_toolkits.axes_grid1.axes_size.Scalable
      • mpl_toolkits.axes_grid1.axes_size.Scaled
      • mpl_toolkits.axes_grid1.axes_size.SizeFromFunc
      • mpl_toolkits.axes_grid1.axes_size.from_any
    • mpl_toolkits.axes_grid1.inset_locator
    • mpl_toolkits.axes_grid1.mpl_axes
    • mpl_toolkits.axes_grid1.parasite_axes
  • mpl_toolkits.axisartist

mpl_toolkits.axes_grid1.axes_size.Fixed#

class mpl_toolkits.axes_grid1.axes_size.Fixed(fixed_size)[source]#

Bases: _Base

Simple fixed size with absolute part = fixed_size and relative part = 0.

get_size(renderer)[source]#

Examples using mpl_toolkits.axes_grid1.axes_size.Fixed#

`.HBoxDivider` demo

HBoxDivider demo

`.HBoxDivider` demo
Axes with a fixed physical size

Axes with a fixed physical size

Axes with a fixed physical size
Simple Axes Divider 1

Simple Axes Divider 1

Simple Axes Divider 1
Simple Axes Divider 3

Simple Axes Divider 3

Simple Axes Divider 3
On this page
  • Fixed
    • Fixed.get_size()
  • Examples using mpl_toolkits.axes_grid1.axes_size.Fixed

© 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.2.3.