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

  • Next what's new?
  • Next API changes
  • GitHub statistics for 3.6.0 (Sep 15, 2022)
  • What's new in Matplotlib 3.6.0 (Sep 15, 2022)
  • API Changes for 3.6.0
  • GitHub statistics for 3.6.0 (Sep 15, 2022)
  • What's new in Matplotlib 3.5.2 (May 02, 2022)
  • What's new in Matplotlib 3.5.0 (Nov 15, 2021)
  • API Changes for 3.5.3
  • API Changes for 3.5.2
  • API Changes for 3.5.0
  • GitHub statistics for 3.5.3 (Aug 10, 2022)
  • GitHub statistics for 3.5.2 (May 02, 2022)
  • GitHub statistics for 3.5.1 (Dec 11, 2021)
  • GitHub statistics for 3.5.0 (Nov 15, 2021)
  • What's new in Matplotlib 3.4.0 (Mar 26, 2021)
  • API Changes for 3.4.2
  • API Changes for 3.4.0
  • GitHub statistics for 3.4.1 (Mar 31, 2021)
  • GitHub statistics for 3.4.0 (Mar 26, 2021)
  • What's new in Matplotlib 3.3.0 (Jul 16, 2020)
  • API Changes for 3.3.1
  • API Changes for 3.3.0
  • GitHub statistics for 3.3.4 (Jan 28, 2021)
  • GitHub statistics for 3.3.3 (Nov 11, 2020)
  • GitHub statistics for 3.3.2 (Sep 15, 2020)
  • GitHub statistics for 3.3.1 (Aug 13, 2020)
  • GitHub statistics for 3.3.0 (Jul 16, 2020)
  • What's new in Matplotlib 3.2 (Mar 04, 2020)
  • API Changes for 3.2.0
  • GitHub statistics for 3.2.2 (Jun 17, 2020)
  • GitHub statistics for 3.2.1 (Mar 18, 2020)
  • GitHub statistics for 3.2.0 (Mar 04, 2020)
  • What's new in Matplotlib 3.1 (May 18, 2019)
  • API Changes for 3.1.1
  • API Changes for 3.1.0
  • GitHub statistics for 3.1.3 (Feb 03, 2020)
  • GitHub statistics for 3.1.2 (Nov 21, 2019)
  • GitHub statistics for 3.1.1 (Jul 02, 2019)
  • GitHub statistics for 3.1.0 (May 18, 2019)
  • What's new in Matplotlib 3.0 (Sep 18, 2018)
  • API Changes for 3.0.1
  • API Changes for 3.0.0
  • GitHub statistics for 3.0.3 (Feb 28, 2019)
  • GitHub statistics for 3.0.2 (Nov 10, 2018)
  • GitHub statistics for 3.0.1 (Oct 25, 2018)
  • GitHub statistics for 3.0.0 (Sep 18, 2018)
  • What's new in Matplotlib 2.2 (Mar 06, 2018)
  • API Changes in 2.2.0
  • What's new in Matplotlib 2.1.0 (Oct 7, 2017)
  • API Changes in 2.1.2
  • API Changes in 2.1.1
  • API Changes in 2.1.0
  • What's new in Matplotlib 2.0 (Jan 17, 2017)
  • API Changes in 2.0.1
  • API Changes in 2.0.0
  • What's new in Matplotlib 1.5 (Oct 29, 2015)
  • API Changes in 1.5.3
  • API Changes in 1.5.2
  • API Changes in 1.5.0
  • What's new in Matplotlib 1.4 (Aug 25, 2014)
  • API Changes in 1.4.x
  • What's new in Matplotlib 1.3 (Aug 01, 2013)
  • API Changes in 1.3.x
  • What's new in Matplotlib 1.2.2
  • What's new in Matplotlib 1.2 (Nov 9, 2012)
  • API Changes in 1.2.x
  • What's new in Matplotlib 1.1 (Nov 02, 2011)
  • API Changes in 1.1.x
  • What's new in Matplotlib 1.0 (Jul 06, 2010)
  • List of changes to Matplotlib prior to 2015
  • What's new in Matplotlib 0.99 (Aug 29, 2009)
  • Changes beyond 0.99.x
  • Changes in 0.99
  • What's new in Matplotlib 0.98.4
  • Changes for 0.98.x
  • Changes for 0.98.1
  • Changes for 0.98.0
  • Changes for 0.91.2
  • Changes for 0.91.0
  • Changes for 0.90.1
  • Changes for 0.90.0
  • Changes for 0.87.7
  • Changes for 0.86
  • Changes for 0.85
  • Changes for 0.84
  • Changes for 0.83
  • Changes for 0.82
  • Changes for 0.81
  • Changes for 0.80
  • Changes for 0.73
  • Changes for 0.72
  • Changes for 0.71
  • Changes for 0.70
  • Changes for 0.65.1
  • Changes for 0.65
  • Changes for 0.63
  • Changes for 0.61
  • Changes for 0.60
  • Changes for 0.54.3
  • Changes for 0.54
  • Changes for 0.50
  • Changes for 0.42
  • Changes for 0.40

API Changes for 3.5.3#

  • Passing linefmt positionally is undeprecated

Passing linefmt positionally is undeprecated#

Positional use of all formatting parameters in stem has been deprecated since Matplotlib 3.5. This deprecation is relaxed so that one can still pass linefmt positionally, i.e. stem(x, y, 'r').

On this page
  • Passing linefmt positionally is undeprecated

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