, origin="lower")
+* :ghpull:`16333`: Document animation HTML writer.
+* :ghpull:`16334`: Fix doc regarding deprecation of properties.
+* :ghpull:`16335`: Fix some more missing references.
+* :ghpull:`16304`: Simplify Legend.get_children.
+* :ghpull:`16309`: Remove duplicated computations in Axes.get_tightbbox.
+* :ghpull:`16314`: Avoid repeatedly warning about too many figures open.
+* :ghpull:`16319`: Put doc for XAxis befor YAxis and likewise for XTick, YTick.
+* :ghpull:`16313`: Cleanup constrainedlayout_guide.
+* :ghpull:`16312`: Remove unnecessary Legend._approx_text_height.
+* :ghpull:`16307`: Cleanup axes_demo.
+* :ghpull:`16303`: Dedupe Legend.draw_frame which is the same as set_frame_on.
+* :ghpull:`16261`: TST: move the Qt-specific handling to conftest
+* :ghpull:`16297`: DOC: fix description of vmin/vmax in scatter
+* :ghpull:`16288`: Remove the private, unused _csv2rec.
+* :ghpull:`16281`: Update/cleanup pgf tutorial.
+* :ghpull:`16283`: Cleanup backend_agg docstrings.
+* :ghpull:`16282`: Replace "unicode" by "str" in docs, messages when referring to the type.
+* :ghpull:`16289`: axisartist tutorial markup fixes.
+* :ghpull:`16293`: Revert "Fix doc CI by pointing to dev version of scipy docs."
+* :ghpull:`16287`: Improve markup for rcParams in docs.
+* :ghpull:`16271`: Clean up and clarify Normalize docs
+* :ghpull:`16290`: Fix doc CI by pointing to dev version of scipy docs.
+* :ghpull:`16276`: Cleanup docstring of print_figure, savefig.
+* :ghpull:`16277`: Prefer using MouseButton to numeric values in docs and defaults.
+* :ghpull:`16270`: numpydoc-ify SymLogNorm
+* :ghpull:`16274`: Tiny cleanups to set_xlabel(..., loc=...).
+* :ghpull:`16273`: DOC: Changing the spelling of co-ordinates.
+* :ghpull:`15974`: Enable set_{x|y|}label(loc={'left'|'right'|'center'}...)
+* :ghpull:`16248`: Update matplotlib.__doc__.
+* :ghpull:`16262`: Dedupe update of rcParams["backend"] in use() and in switch_backend()
+* :ghpull:`9629`: Make pcolor(mesh) preserve all data
+* :ghpull:`16254`: DOC: pdf.preamble --> pgf.preamble
+* :ghpull:`16245`: Cleanup image docs
+* :ghpull:`16117`: CI: Unify required dependencies installation
+* :ghpull:`16240`: Cleanup custom_scale example.
+* :ghpull:`16227`: Make Animation.repeat_delay an int, not an int-or-None.
+* :ghpull:`16242`: CI: Remove PYTHONUNBUFFERED=1 on Appveyor
+* :ghpull:`16183`: Remove some baseline images for plot() tests.
+* :ghpull:`16229`: And more missing refs.
+* :ghpull:`16215`: Concise dates test
+* :ghpull:`16233`: Reword ScalarFormatter docstrings.
+* :ghpull:`16218`: Cleanup animation docs.
+* :ghpull:`16172`: And more missing references.
+* :ghpull:`16205`: Deprecate the empty matplotlib.compat.
+* :ghpull:`16214`: Fix overindented line in AnchoredOffsetbox doc.
+* :ghpull:`15943`: Deprecate the TTFPATH & AFMPATH environment variables.
+* :ghpull:`16039`: Deprecate unused features of normalize_kwargs.
+* :ghpull:`16202`: Remove outdated statement in tight_layout guide.
+* :ghpull:`16201`: UnCamelCase examples.
+* :ghpull:`16194`: Numpydoc ticklabel_format.
+* :ghpull:`16195`: Numpydoc ContourSet.find_nearest_contour.
+* :ghpull:`16198`: Remove em dash
+* :ghpull:`16199`: Do not use camel case for variables in examples
+* :ghpull:`15644`: Rewrite cursor example to include speedup possibilities
+* :ghpull:`16196`: Cleanup patches docstrings.
+* :ghpull:`16184`: Expire a mpl2.2-deprecated API
+* :ghpull:`16188`: Remove ref. to non-existent method in animation tests.
+* :ghpull:`16170`: Deprecate old and little used formatters.
+* :ghpull:`16187`: Fix overly long lines in examples & tutorials.
+* :ghpull:`15982`: Colorbar cleanup.
+* :ghpull:`16154`: Deprecate setting pickradius via set_picker
+* :ghpull:`16174`: Numpydocify artist.getp().
+* :ghpull:`16165`: Remove rcParams deprecated in mpl3.0/3.1.
+* :ghpull:`16141`: Update _base.py
+* :ghpull:`16169`: Add missing spaces after commas.
+* :ghpull:`15847`: Remove some dead branches from texmanager code.
+* :ghpull:`16125`: Fix more missing references again.
+* :ghpull:`16150`: Simplify transforms addition.
+* :ghpull:`16152`: Inline _init_axes_pad into Grid.__init__.
+* :ghpull:`16129`: Deprecate some Transform aliases in scale.py.
+* :ghpull:`16162`: (Mostly) avoid the term "command" in the docs.
+* :ghpull:`16159`: Simple cleanups for contour.py.
+* :ghpull:`16164`: Fix trivial typo in deprecation warning message.
+* :ghpull:`16160`: Cleanup hist() docstring.
+* :ghpull:`16149`: DOC: reword density desc in ``ax.hist``
+* :ghpull:`16151`: Remove outdated comment re: blended transforms.
+* :ghpull:`16102`: Rework example "Scatter Star Poly" to "Marker examples"
+* :ghpull:`16134`: Validate Line2D pickradius when setting it, not when reading it.
+* :ghpull:`15019`: Add step option where='edges' to facilitate pre-binned hist plots
+* :ghpull:`16142`: Avoid using np.r\_, np.c\_.
+* :ghpull:`16146`: Remove LICENSE_CONDA.
+* :ghpull:`16133`: Reword docstring of Line2D.contains.
+* :ghpull:`16120`: Minor fontproperty fixes.
+* :ghpull:`15670`: Reuse Grid.__init__ in ImageGrid.__init__.
+* :ghpull:`16025`: Deprecate update_datalim_bounds.
+* :ghpull:`16001`: Remove parameters deprecated in 3.1
+* :ghpull:`16049`: Add __repr__ to SubplotSpec.
+* :ghpull:`16100`: Consistently name event callbacks on_[event]
+* :ghpull:`16106`: In DraggableLegend, inherit DraggableBase.artist_picker.
+* :ghpull:`16109`: Name Axes variables ax instead of a
+* :ghpull:`16115`: Fix more missing references.
+* :ghpull:`16096`: Deprecate unused parameters
+* :ghpull:`16085`: Improve docstrings in offsetbox.py
+* :ghpull:`16097`: Cleanup unused variables
+* :ghpull:`16101`: Fix incorrect doc regarding projections.
+* :ghpull:`16095`: Deprecate MovieWriter.{exec,args}_key, making them private.
+* :ghpull:`16078`: Refactor a bit animation start/save interaction.
+* :ghpull:`16081`: Delay resolution of animation extra_args.
+* :ghpull:`16088`: Use C++ true/false in ttconv.
+* :ghpull:`16082`: Defaut to writing animation frames to a temporary directory.
+* :ghpull:`16070`: Make animation blit cache robust against 3d viewpoint changes.
+* :ghpull:`5056`: MNT: more control of colorbar with CountourSet
+* :ghpull:`16051`: Deprecate parameters to colorbar which have no effect.
+* :ghpull:`16045`: Use triple-double-quotes for docstrings
+* :ghpull:`16076`: Cleanup path_editor example.
+* :ghpull:`16059`: Simplify colorbar test.
+* :ghpull:`16072`: Cleanup category.py docstrings.
+* :ghpull:`15769`: scatter() should not rescale if norm is given
+* :ghpull:`16060`: Cleanup pcolor_demo.
+* :ghpull:`16057`: Trivial docstring fix for cbook.deprecated.
+* :ghpull:`16043`: Simplify some comparisons
+* :ghpull:`16044`: Code style cleanup
+* :ghpull:`15894`: rcsetup cleanups.
+* :ghpull:`16050`: Unbreak CI.
+* :ghpull:`16034`: Update comments re: colors._vector_magnitude.
+* :ghpull:`16035`: Make eventplot use the standard alias resolution mechanism.
+* :ghpull:`15798`: Better default behavior for boxplots when rcParams['lines.marker'] is set
+* :ghpull:`16004`: Improve documentation of text module
+* :ghpull:`15507`: Use FixedFormatter only with FixedLocator
+* :ghpull:`16008`: Remove unused imports
+* :ghpull:`16036`: Rely on pytest to record warnings, rather than doing it manually.
+* :ghpull:`15734`: Fix home/forward/backward buttons for 3d plots.
+* :ghpull:`16038`: Cleanup contour_demo.
+* :ghpull:`15998`: Join marker reference and marker fiillstyle reference
+* :ghpull:`15976`: Cleanup span_where.
+* :ghpull:`15990`: Remove deprecated support for setting single property via multiple aliases
+* :ghpull:`15940`: Some unicode-support related cleanups.
+* :ghpull:`15836`: Compactify a bit the EventCollection tests.
+* :ghpull:`16013`: Relayout some conditions in axes_grid.
+* :ghpull:`16010`: Inherit the Artist.draw docstring in subclasses.
+* :ghpull:`16017`: Document support for no-args plt.subplot() call.
+* :ghpull:`16014`: Simplify calls to AxesGrid/ImageGrid.
+* :ghpull:`16012`: Normalize aspect="equal" to aspect=1 in the setter.
+* :ghpull:`15997`: Shorten wx _onMouseWheel.
+* :ghpull:`15993`: Style fixes for axes_divider.
+* :ghpull:`15989`: Simplify Artist.update.
+* :ghpull:`16015`: Some small extension cleanups
+* :ghpull:`16011`: Replace axes_size.Fraction by multiplication.
+* :ghpull:`15719`: Templatize spectral helpers.
+* :ghpull:`15995`: Remove toolkit functions deprecated in 3.1
+* :ghpull:`16003`: prevent needless float() conversion
+* :ghpull:`16000`: De-deprecate \*min/\*max parameters to set_x/y/zlim()
+* :ghpull:`15684`: Avoid RuntimeError at wx exit.
+* :ghpull:`15992`: Avoid using np.matrix.
+* :ghpull:`15961`: Be more opinionated for setting up a dev env.
+* :ghpull:`15991`: Avoid setting dtypes as strings...
+* :ghpull:`15985`: Remove unnecessary :func:, :meth: from examples markup.
+* :ghpull:`15983`: Fix some examples docstrings.
+* :ghpull:`15979`: Remove references to scipy cookbook.
+* :ghpull:`15966`: FIX: check subplot kwargs
+* :ghpull:`15947`: Merge the two usetex demos.
+* :ghpull:`15939`: Exceptions should start with a capital letter
+* :ghpull:`15948`: Use rc_context more.
+* :ghpull:`15962`: Add tests for IndexFormatter
+* :ghpull:`15965`: Test registering cmaps
+* :ghpull:`15950`: Remove deprecated TextWithDash
+* :ghpull:`15942`: Update docs of type1font
+* :ghpull:`15927`: Trying to set the labels without setting ticks through pyplot now raises TypeError*
+* :ghpull:`15944`: Minor doc cleanups
+* :ghpull:`15945`: Do not use "object" or "instance" when documenting types
+* :ghpull:`15897`: Cleanup TriAnalyzer docs
+* :ghpull:`15777`: Don't bother disconnecting idle_draw at gtk shutdown.
+* :ghpull:`15929`: Remove unused cbook._lockstr.
+* :ghpull:`15935`: Raise an ValueError when Axes.pie accepts negative values #15923
+* :ghpull:`15895`: Deprecate unused illegal_s attribute.
+* :ghpull:`15900`: Rewrite test_cycles to avoid image comparison tests.
+* :ghpull:`15892`: Update docs of backend_manager
+* :ghpull:`15878`: Remove API deprecated in 3.1
+* :ghpull:`15928`: DOC: use markers as slanted breaks in broken axis example
+* :ghpull:`14659`: Update some widget docstrings.
+* :ghpull:`15919`: Remove mod_python specific code.
+* :ghpull:`15883`: Improve error when passing 0d array to scatter().
+* :ghpull:`15907`: More docstrings cleanup.
+* :ghpull:`15906`: Cleanup legend docstrings.
+* :ghpull:`15776`: Improve doc for data kwarg.
+* :ghpull:`15904`: Deemphasize ACCEPTS blocks in documenting_mpl docs.
+* :ghpull:`15891`: Mark self.* expressions in docstrings as literal
+* :ghpull:`15875`: Deprecate implicit creation of colormaps in register_cmap()
+* :ghpull:`15885`: Cleanup text.py docstrings.
+* :ghpull:`15888`: Cleanup backend_bases docs.
+* :ghpull:`15887`: Fix AnnotationBbox docstring.
+* :ghpull:`15858`: Avoid some uses of len-1 tuples.
+* :ghpull:`15873`: Standardize parameter types in docs
+* :ghpull:`15874`: Cleanup backend_bases docs
+* :ghpull:`15876`: Deprecate case-insensitive capstyles and joinstyles.
+* :ghpull:`15877`: Suppress exception chaining on rc validator failure.
+* :ghpull:`15880`: Use True/False instead of 0/1 as booleans in backend_ps.
+* :ghpull:`15827`: Fix validation of linestyle in rcparams and cycler.
+* :ghpull:`15850`: Docstrings cleanup in matplotlib.axes
+* :ghpull:`15853`: np.abs -> (builtins).abs
+* :ghpull:`15854`: Simplify Axes3D init.
+* :ghpull:`15822`: More cleanup defaults in docstrings
+* :ghpull:`15838`: Remove some references to Py2.
+* :ghpull:`15834`: Optimize colors.to_rgba.
+* :ghpull:`15830`: Allow failure on nightly builds.
+* :ghpull:`15788`: Fixes pyplot xticks() and yticks() by allowing setting only the labels
+* :ghpull:`15805`: Improve docs on figure size
+* :ghpull:`15783`: Fix stepfilled histogram polygon bottom perimeter
+* :ghpull:`15812`: Cleanup defaults in docstrings
+* :ghpull:`15804`: Cleanup many docstrings.
+* :ghpull:`15790`: Update docs of PolyCollection
+* :ghpull:`15792`: Cleanup dviread docs.
+* :ghpull:`15801`: Cleanup some references to rcParams in docs.
+* :ghpull:`15787`: Cleanup ``Colormap.__call__``.
+* :ghpull:`15766`: Shorten description on search page
+* :ghpull:`15786`: Slightly clarify the implementation of safe_masked_invalid.
+* :ghpull:`15767`: Update badges in README.rst
+* :ghpull:`15778`: Fix typos and comma splices in legend guide
+* :ghpull:`15775`: Some pathlibification.
+* :ghpull:`15772`: Directly dedent the spectral parameter docs.
+* :ghpull:`15765`: Reword some docstrings.
+* :ghpull:`15686`: Simplify and unify character tracking in pdf and ps backends (with linked fonts)
+* :ghpull:`9321`: Add Axes method for drawing infinite lines
+* :ghpull:`15749`: Fix travis links in README
+* :ghpull:`15673`: Rely on findfont autofallback-to-default in pdf/ps backends.
+* :ghpull:`15740`: Small animation cleanup.
+* :ghpull:`15739`: ImageMagick animators now can use extra_args
+* :ghpull:`15591`: Remove FAQ on 'Search' -- already referenced in search file
+* :ghpull:`15629`: Consistently use realpaths to build XObject names
+* :ghpull:`15696`: Improve mathtext.fontset docs and fix :mathmpl: cache bug.
+* :ghpull:`15721`: Render default values in :rc: directive as literal
+* :ghpull:`15720`: Suppress triage_tests warning on Py3.8.
+* :ghpull:`15709`: Make 3d plot accept scalars as arguments.
+* :ghpull:`15711`: Don't explicitly list scalez kwarg in Axes3D constructor and docs.
+* :ghpull:`14948`: Simplify Tick and Axis initialization.
+* :ghpull:`15693`: Also test PySide2 on CI.
+* :ghpull:`15701`: Tried to solve Issue #15650: Print URL when webbrowser.open Fails
+* :ghpull:`15704`: Fix more broken refs.
+* :ghpull:`15687`: Add tooltips to HTML animation controls
+* :ghpull:`15592`: Offset text position
+* :ghpull:`15697`: Fix some broken doc refs.
+* :ghpull:`15700`: Parametrize some spectral tests.
+* :ghpull:`15699`: Fix some incorrect ValueErrors.
+* :ghpull:`15698`: Bump numpy dependency to >=1.15.
+* :ghpull:`15694`: Handle upcoming deprecation of np.float.
+* :ghpull:`15691`: Correctly handle high dpi in Pillow animation writer.
+* :ghpull:`15676`: Doc adopt nep29
+* :ghpull:`15692`: Update FUNDING.yml
+* :ghpull:`15645`: Bump minimal numpy version to 1.12.
+* :ghpull:`15646`: Hide sphinx-gallery config comments
+* :ghpull:`15642`: Remove interpolation="nearest" from most examples.
+* :ghpull:`15671`: Don't mention tcl in tkagg commments anymore.
+* :ghpull:`15607`: Simplify tk loader.
+* :ghpull:`15651`: Simplify axes_pad handling in axes_grid.
+* :ghpull:`15652`: Remove mention of Enthought Canopy from the docs.
+* :ghpull:`15655`: Remove outdated license files.
+* :ghpull:`15639`: Simplify axes_grid.Grid/axes_grid.ImageGrid construction.
+* :ghpull:`15640`: Remove some commented-out code from axes_grid.
+* :ghpull:`15643`: Fix examples claiming matplotlib can't plot np.datetime64.
+* :ghpull:`15375`: Add note to hist docstring about speed
+* :ghpull:`15461`: Fix invalid checks for axes_class parameter in ImageGrid.
+* :ghpull:`15635`: Deprecate "U" mode passed to cbook.to_filehandle().
+* :ghpull:`15563`: In backend_pgf, directly open subprocess in utf8 mode.
+* :ghpull:`15462`: Simplify azure setup.
+* :ghpull:`13075`: Remove logic for optionally building Agg and TkAgg.
+* :ghpull:`15262`: Declare qt figureoptions tool in toolitems.
+* :ghpull:`15292`: Shorten RendererWx.get_wx_font.
+* :ghpull:`15569`: Allow linking against a system qhull as well.
+* :ghpull:`15589`: Make sure that figures are closed when check_figures_equal finishes
+* :ghpull:`15465`: Validate and simplify set_tick_params(which=...)
+* :ghpull:`15090`: Coerce MxNx1 images into MxN images for imshow
+* :ghpull:`15578`: BLD: set the max line length on the flake8 config
+* :ghpull:`15564`: Use True instead of 1 as filternorm default
+* :ghpull:`15536`: Add a backend kwarg to savefig.
+* :ghpull:`15571`: Cleanup following using Pillow as universal image reader
+* :ghpull:`15476`: Default to local_freetype builds.
+* :ghpull:`15557`: Skip failing pgf test when sfmath.sty is not present.
+* :ghpull:`15555`: Add pgf to list of builtin backends in docs.
+* :ghpull:`15534`: BLD: update pillow dependency
+* :ghpull:`15427`: Separate plots using #### in demo_fixed_size_axes.py
+* :ghpull:`15505`: Cleanup axisartist tutorial.
+* :ghpull:`15506`: Rename locator.den to the clearer locator.nbins in mpl_toolkits.
+* :ghpull:`15502`: Get rid of trivial compiler warning.
+* :ghpull:`15451`: Ci py38
+* :ghpull:`15484`: Cleanup docs regarding compilers.
+* :ghpull:`15467`: Validate locator_params(axis=...)
+* :ghpull:`15330`: Add axes method for drawing infinite lines.
+* :ghpull:`15482`: Trivial style fixes to constrained_layout.
+* :ghpull:`15418`: Use correct pip/pytest on azure
+* :ghpull:`15466`: Update tick_params() docs
+* :ghpull:`15463`: Remove staticbuild option from setup.cfg.template.
+* :ghpull:`15378`: Don't link ft2font to zlib by default.
+* :ghpull:`15270`: When no gui event loop is running, propagate callback exceptions.
+* :ghpull:`15447`: Move testing of Py3.8 to Travis.
+* :ghpull:`15431`: Fix range(len()) usages
+* :ghpull:`15390`: Simplify implementation of vectorized date operations.
+* :ghpull:`15403`: Fix DeprecationWarning in nightly testing
+* :ghpull:`15394`: Deprecate {NonUniformImage,PcolorImage}.is_grayscale.
+* :ghpull:`15400`: Updated INSTALL.rst to correct install commands
+* :ghpull:`13788`: Autoscale for ax.arrow()
+* :ghpull:`15367`: Update the readme on providing API changes
+* :ghpull:`15193`: Switch to using pillow for png as well.
+* :ghpull:`15346`: vectorized calc_arrow loop in quiver
+* :ghpull:`15011`: Adding example for drawstyle
+* :ghpull:`15371`: Deprecate Colorbar.config_axis()
+* :ghpull:`15361`: Update next API changes to new structure
+* :ghpull:`15274`: NavigationToolbar2Tk: make packing optional.
+* :ghpull:`15158`: Change the way API changes are documented
+* :ghpull:`15356`: Fix broken imports.
+* :ghpull:`15200`: Simplify SubplotParams.update().
+* :ghpull:`15210`: Explicitly list allowed "unused" imports, remove the rest.
+* :ghpull:`15348`: Some figure and related docs cleanup
+* :ghpull:`13355`: Simplify and generalize BezierSegment.
+* :ghpull:`14917`: ENH: box aspect for axes
+* :ghpull:`14949`: Use fix_minus in format_data_short.
+* :ghpull:`15341`: Move non-gui warning message to backend_bases.
+* :ghpull:`15335`: Add discourse link to readme
+* :ghpull:`15293`: Fixes for wx savefig dialog.
+* :ghpull:`15324`: Update PR guidelines
+* :ghpull:`15301`: Update colorbar docs
+* :ghpull:`15340`: Always attach a manager attribute (possibly None) on canvas.
+* :ghpull:`15319`: Make validate_movie_writer actually check registered writers.
+* :ghpull:`10973`: PGF: Replace \pgfimage by \includegraphics to fix \import regression
+* :ghpull:`15302`: fix warning used by cbook.warn_deprecated()
+* :ghpull:`15321`: Sort missing_references.json.
+* :ghpull:`15290`: Unify fig.delaxes(ax) and ax.remove().
+* :ghpull:`15309`: Simplify sca().
+* :ghpull:`15201`: Autogenerate gca(), gci() from boilerplate.py.
+* :ghpull:`15305`: Autogenerate footer Copyright year
+* :ghpull:`15294`: Replace custom logging in wx by stdlib logging.
+* :ghpull:`15288`: More properties aliases.
+* :ghpull:`15286`: throw deprecation warning on empty call to fig.add_axes()
+* :ghpull:`15282`: Colorbar cleanup.
+* :ghpull:`15250`: Cleanup font_manager.
+* :ghpull:`13581`: Cleanup _pylab_helpers.
+* :ghpull:`15273`: DOC: don't use term units in transform tutorial
+* :ghpull:`15263`: Correctly setup comparisons in test_compare_images.
+* :ghpull:`15226`: Turn gtk3 pan/zoom button into togglable buttons.
+* :ghpull:`14609`: Simplify implementation of set_{x,y}bound.
+* :ghpull:`15261`: Change layout of test_triager to avoid cropping images.
+* :ghpull:`15236`: Dedupe SubplotSpec construction in mpl_toolkits.
+* :ghpull:`14130`: Add decorator to inherit keyword-only deprecations
+* :ghpull:`15249`: In findfont(fallback_to_default=False), throw if default font is missing
+* :ghpull:`15175`: Simplify pdf image output.
+* :ghpull:`7506`: [WIP] Add Axes method for drawing infinite lines.
+
+Issues (198):
+
+* :ghissue:`16501`: Setting a thetalim > 2pi gives odd results
+* :ghissue:`15035`: security exposure in the packaged jquery library
+* :ghissue:`10375`: Coordinate text wrapping in navigation toolbar
+* :ghissue:`10720`: Option to set the text color in legend to be same as the line
+* :ghissue:`17868`: plt.bar with nan input fails rendering in notebook using 3.3.0rc1
+* :ghissue:`17773`: gtk3 rubberband is invisible
+* :ghissue:`5726`: Cursor displays x, y coordinates with too much or too little precision
+* :ghissue:`5164`: Sort out qt_compat
+* :ghissue:`17905`: macosx backend warns when using the zoom method
+* :ghissue:`17703`: QuadMesh.get_clim changed behavior in 3.3.0rc1
+* :ghissue:`17875`: animation.writers['ffmpeg']" is hung when run in background.
+* :ghissue:`17591`: Single-character colors do not match long names
+* :ghissue:`16905`: if pie normalizes depends on input values
+* :ghissue:`17829`: trunk fails to build in AIX
+* :ghissue:`17820`: Regression: _reshape_2D no longer preserves the shape of lists of lists of one scalar each
+* :ghissue:`17807`: "%matplotlib notebook" Download is Noise After Interacting with Plot
+* :ghissue:`17763`: matplotlib.use('agg', force=True) does not ignore unavailable configured backend
+* :ghissue:`17586`: Surprising datetime autoscaling after passing empty data
+* :ghissue:`17792`: when using plt.tight_layout(), figure title overlaps subplot titles
+* :ghissue:`17736`: ax.set_xticklabels([]) for categorical plots is broken in 3.3.0rc1
+* :ghissue:`17757`: Plotting Hist with histtype 'stepfilled' does not respect bottom correctly
+* :ghissue:`17744`: BUG: AttributeError: 'FigureCanvasBase' object has no attribute 'print_png' in 3.3rc0
+* :ghissue:`17730`: Using backend Template and plt.tight_layout raises UnboundLocalError
+* :ghissue:`17716`: Error using "set_window_title" for canvas via backend_qt5agg
+* :ghissue:`17681`: PDF cannot be built due to Zenodo SVGs
+* :ghissue:`17627`: AttributeError: 'Figure' object has no attribute '_cachedRenderer'
+* :ghissue:`17658`: Feature request: Add advanced zoom and inspect feature to GUI for more productivity
+* :ghissue:`17629`: Use of Python deprecated APIs.
+* :ghissue:`17670`: BUG: Setting ticksize xx-small broken by #17348
+* :ghissue:`17673`: RuntimeError: latex was not able to process the following string: b'$\\\\mathdefault{-2}$'
+* :ghissue:`17412`: Document the dependency on the type1ec LaTeX package
+* :ghissue:`17643`: AutoDateLocator docs has a typo
+* :ghissue:`9118`: make TeXManager more user-configurable
+* :ghissue:`11131`: Make pyplot.pause not give focus to the figure window
+* :ghissue:`17646`: more conservative setattr_cm broke mplcairo
+* :ghissue:`17634`: Cannot copy LinearSegmentedColormap
+* :ghissue:`16496`: Single path optimisation for Collection w/ offsets broken
+* :ghissue:`192`: Savefig does not issue a warning on a non-existent keyword n
+* :ghissue:`17624`: _DummyAxis needs a __name__ attribute for ScalarFormatter
+* :ghissue:`16910`: Axes.imshow draws invalid color at value is 0 when max of 'X' not equal to vmax
+* :ghissue:`17637`: streamplot and sticky edges interaction
+* :ghissue:`17633`: Stackplot fails for small numbers
+* :ghissue:`17616`: waitforbuttonpress in Linux
+* :ghissue:`17615`: small bug in documentation of backend.FigureCanvasBase.start_event_loop
+* :ghissue:`17093`: Zero size figure use case
+* :ghissue:`17608`: How avoid PyQt5 to crash when I move Qslitter to the edge with a matplotlib figure in it?
+* :ghissue:`9829`: Vertices clipped for certain markers when plotting more than two points and saving as pdf
+* :ghissue:`15815`: bar3d color length bug
+* :ghissue:`15376`: ScalarFormatter.set_powerlimits documentation seems inconsistent
+* :ghissue:`17595`: Master doc builds broken
+* :ghissue:`16482`: Pyplot hlines and vlines do not use the 'lines.color' property in rcParams by default
+* :ghissue:`16388`: rethink how we display DOI svg badges
+* :ghissue:`17172`: set_aspect for 3D plots
+* :ghissue:`16463`: Jupyter "inline" backend seems to misinterpret "figsize" with Axes3D
+* :ghissue:`17527`: The markers are not hollow when I use ax.scatter() and set markers.MarkerStyle()'s fillstyle to 'none'. My usage is wrong?
+* :ghissue:`7491`: sort out if the high-resolution ellipse code still works
+* :ghissue:`17398`: Plotting an error band along a curve
+* :ghissue:`8550`: Matplotlib chooses the wrong font for unrecognized weights
+* :ghissue:`8788`: Font issue: findfonts should differentiate between thin and regular ttf fonts
+* :ghissue:`10194`: legend is not present in the generated image if I use 'tight' for bbox_inches
+* :ghissue:`17336`: set_url without effect for instances of Line2D
+* :ghissue:`9695`: set_url() without effect in the plot for instances of Tick
+* :ghissue:`17192`: How to change the thickness of the marker "x" when using scatter?
+* :ghissue:`17507`: pyplot.savefig() throwing warning suggesting a bug (possibly in figManger)
+* :ghissue:`17502`: dict unpacking broken for ``.plot`` in 3.2
+* :ghissue:`15546`: plt.imshow: clip_on=False has no effect
+* :ghissue:`17023`: DOC: Tutorial/Sample plots should use same fig/axis creation method
+* :ghissue:`7537`: Conflict between different AGG static libraries in a same binary
+* :ghissue:`16836`: Dropping support for PyQt4; preparing support for PyQt6.
+* :ghissue:`17455`: LightSource.shade fails on a masked array
+* :ghissue:`16353`: BUG: VisibleDeprecationWarning in boxplot
+* :ghissue:`11820`: Compressed Triangulation Masking in CubicTriInterpolator
+* :ghissue:`11823`: Animation Examples
+* :ghissue:`15410`: Change in OSX Catalina makes matplotlib + multiprocessing crash
+* :ghissue:`17467`: Bug Report: saved Figure ignores figure.facecolor
+* :ghissue:`17343`: Regression in add_subplot..
+* :ghissue:`7093`: ordering issues between ``set_xmargin`` and ``set_xscale``
+* :ghissue:`13971`: Unnecessary drawing with NbAgg
+* :ghissue:`17432`: Scatter accepts marker=MarkerStyle(), but plot does not
+* :ghissue:`15675`: Boxplot line color with style dark_background should be bright
+* :ghissue:`5962`: No output from pyplot on cygwin64 python3 virtualenv
+* :ghissue:`17393`: TexManager.get_rgba fails
+* :ghissue:`5830`: Incorrect overlap of markers in scatter3D
+* :ghissue:`11937`: Limiting ticks on colorbar axes falsify tick labels.
+* :ghissue:`17354`: Converter detection fails for inkscape if on headless system without DISPLAY
+* :ghissue:`17352`: Zoom In-Out not behaving as expected in QT backend example
+* :ghissue:`15409`: Datetime plot fails with 'Agg' backend in interactive mode
+* :ghissue:`14155`: Adding GridSpec.subplots?
+* :ghissue:`16583`: matplotlibrc validates some parameters wrongly
+* :ghissue:`16946`: Pick_event on AnnotationBbox fires at wrong position
+* :ghissue:`15131`: set_size_inches doesn't resize window on macosx backend
+* :ghissue:`7619`: Figure background colors
+* :ghissue:`15899`: Describe possible kwargs that may be input into a function
+* :ghissue:`17304`: constrained-layout gives wrong results when explicitly equal width ratios are set
+* :ghissue:`17295`: DOC: https://matplotlib.org/api/_as_gen/matplotlib.quiver.Quiver.html
+* :ghissue:`17294`: DOC: matplotlib.axes.Axes.annotate.html
+* :ghissue:`17290`: backend_svg fails with dashed line style
+* :ghissue:`16677`: tmp_config_or_cache_dir atexit cleanup fails after forks()
+* :ghissue:`15091`: Turbo color map
+* :ghissue:`7372`: Moving get_ax and do_event to testing
+* :ghissue:`15225`: Show offset text on subplots after sharing axis
+* :ghissue:`7138`: misplaced spines in dates plot
+* :ghissue:`17243`: Misleading error message in _parse_scatter_color_args
+* :ghissue:`16461`: Hexbin if singular and mincnt used
+* :ghissue:`14596`: forward port jquery removal from ipympl
+* :ghissue:`17217`: Transform operators are not publicly documented....
+* :ghissue:`2253`: matplotlib makes python lose focus
+* :ghissue:`7184`: margins does not handle bézier curves
+* :ghissue:`16830`: ``_path.get_extents`` does not correctly handle bezier curves
+* :ghissue:`17176`: Print figure using PS backend is needlessly slow
+* :ghissue:`17141`: flake8-docstrings does not check all of our requirements
+* :ghissue:`16567`: Let legend get the handles from the provided objects if not specified explicitly.
+* :ghissue:`16805`: Titles cannot be padded to negative numbers anymore.
+* :ghissue:`17114`: ``add_axes`` shows deprecation warning when called with only ``kwarg``\s
+* :ghissue:`16885`: Change return type get_{x,y}ticklabels to plain list
+* :ghissue:`17044`: widgets.TextBox continuously creates new text objects and linecollection objects.
+* :ghissue:`17066`: documentation of animation contains non-working code example
+* :ghissue:`16588`: Rename next_api_changes to api_changes_3.x (whatever number makes sense)
+* :ghissue:`17015`: ``get_major_ticks`` docs missing return type
+* :ghissue:`16976`: Thin line color distortion on large scale
+* :ghissue:`16934`: gtk3 window immediately resizes down to zero-height upon showing up.
+* :ghissue:`16941`: test_determinism_check is failing (sometimes)
+* :ghissue:`16982`: pyplot.rgrids don't do anything
+* :ghissue:`16952`: How to solve an error of "ValueError: Key backend: Unrecognized backend string '"agg"'
+* :ghissue:`15272`: Axes.violinplot has small issue in using pandas.DataFrame without index 0.
+* :ghissue:`16926`: tk window immediately resizes down to zero-height upon showing up.
+* :ghissue:`16919`: wx backends don't send close_event if window is closed via "q" keypress
+* :ghissue:`16854`: small typo in the documentation
+* :ghissue:`16895`: offset text still visible with ImageGrid axis "L"
+* :ghissue:`12712`: Autoscale does not work for ax.arrow()
+* :ghissue:`14208`: shift + w does not close all figures (has no effect)
+* :ghissue:`15745`: Failed to add annotate to figure
+* :ghissue:`11432`: Pressing the "1" key kills the zoom/pan tool
+* :ghissue:`13799`: BUG: incorrect error bar colors when NaN values are present
+* :ghissue:`16185`: hist demo appears to incorrectly mention ``normed`` and something odd about ``density`` as well.
+* :ghissue:`15203`: Closing figures is done by number
+* :ghissue:`16016`: Better argument checking of subplot definition in ``add_subplot()``
+* :ghissue:`15980`: Is the reset of the colorbar's edgecolor when updating the corresponding image clim wanted behaviour?
+* :ghissue:`16718`: Float figure DPI
+* :ghissue:`16498`: long string of format_coord in osx backend
+* :ghissue:`8405`: BUG: PDF export seems wrong with dash sequences that include a None offset
+* :ghissue:`8619`: Feature request: allow mathtext fallback font other than Computer Modern for custom mathtext setup
+* :ghissue:`14996`: format error saving eps figure using custom linestyle
+* :ghissue:`16493`: Example/tutorials warn due to new pcolormesh shading
+* :ghissue:`16022`: Cleanup Artist.draw() signatures
+* :ghissue:`16389`: “Size” ignored if placed before fontproperties
+* :ghissue:`16687`: Creating a figure of size (0, 0) raises an error
+* :ghissue:`12729`: Docs for contour levels argument is incorrect
+* :ghissue:`16593`: specifying ecolor in errobar turns off cycling
+* :ghissue:`15621`: secondary_xaxis doesn't seem to use formatters
+* :ghissue:`16116`: travis36minver.txt needs an update
+* :ghissue:`16546`: Problem with eventplot - error message claims events & lineoffsets are unequal sizes
+* :ghissue:`16462`: Allow wedges of polar plots to include theta = 0.
+* :ghissue:`15142`: pyplot.annotate() API deprecation
+* :ghissue:`16479`: font-stretch property missing in svg export
+* :ghissue:`14304`: 'NSWindow drag regions should only be invalidated on the Main Thread!' - macos/python
+* :ghissue:`12085`: Tcl_AsyncDelete: async handler deleted by the wrong thread
+* :ghissue:`14669`: cm.ScalarMappable should fail early when norm input is wrong
+* :ghissue:`16468`: incorrect cbar minor ticks for extend regions when x/ytick.minor.visible is True
+* :ghissue:`16243`: windows builds: devenv freetype /update appears not to have an effect
+* :ghissue:`11525`: Axes3D scatter plot for Numpy arrays in F-order does not give correct z-values
+* :ghissue:`8894`: mplot3d projection results in non-orthogonal axes
+* :ghissue:`1104`: Resizing a GUI window with Axes3D
+* :ghissue:`16371`: Incomplete documentation in axes_grid1
+* :ghissue:`6323`: Vertical alignment of tick labels with usetex=True
+* :ghissue:`7957`: clabel not respecting zorder parameter
+* :ghissue:`16252`: axes.spy plotting function doesn't respect origin='lower' kwarg when marker is not None
+* :ghissue:`16299`: The interactive polar plot animation's axis label won't scale.
+* :ghissue:`15182`: More tests ``ConciseDateFormatter`` needed
+* :ghissue:`16140`: Unclear Documentation for get_xticklabels
+* :ghissue:`16147`: pp.hist parmeter 'density' does not scale data appropriately
+* :ghissue:`16069`: matplotlib glitch when rotating interactively a 3d animation
+* :ghissue:`14603`: Scatterplot: should vmin/vmax be ignored when a norm is specified?
+* :ghissue:`15730`: Setting lines.marker = s in matplotlibrc also sets markers in boxplots
+* :ghissue:`11178`: home/back/forward buttons do nothing in 3d mode
+* :ghissue:`14520`: pylab with wx backend not exiting cleanly
+* :ghissue:`15964`: Guard ``plt.subplot`` kwargs a bit better?
+* :ghissue:`15404`: Add python 3.8 tests
+* :ghissue:`15773`: Warning:... GLib.source_remove(self._idle_draw_id) when using plt.savefig()
+* :ghissue:`15923`: pie takes negative values
+* :ghissue:`10317`: Setting plt.rc('text', usetex=True) after ticker.ScalarFormatter(useMathText=True) causes Error
+* :ghissue:`15825`: Customised dashed linstyle in matplotlib.cycler throws ValueError when using in Axes.set_prop_cycle
+* :ghissue:`9792`: Error with linestyles rcParams entries under the form (on, off, ...) and a style context manager
+* :ghissue:`15782`: Invalid polygon in stepfilled histogram when bottom is set
+* :ghissue:`15628`: Invalid unicode characters in PDF when font is a symlink
+* :ghissue:`8577`: mplot3D scalar arguments for plot function
+* :ghissue:`15650`: URL is not shown when webagg failed to open the browser.
+* :ghissue:`5238`: the offset of the scientific notation in xaxis stays at bottom when axis is set to top
+* :ghissue:`15678`: Error at save animation with pillow
+* :ghissue:`15079`: check_figures_equal decorator reuses figures if called multiple times inside a single test.
+* :ghissue:`15089`: Coerce MxNx1 images into MxN images for imshow
+* :ghissue:`5253`: abline() - for drawing arbitrary lines on a plot, given specifications.
+* :ghissue:`15165`: Switch to requiring Pillow rather than having our own png wrapper?
+* :ghissue:`15280`: Add pull request checklist to Reviewers Guidlines
+* :ghissue:`15289`: cbook.warn_deprecated() should warn with a MatplotlibDeprecationWarning not a UserWarning
+* :ghissue:`15285`: DOC: make copy right year auto-update
+* :ghissue:`15059`: fig.add_axes() with no arguments silently does nothing
+* :ghissue:`14546`: Setting lines.markeredgecolor in rcParams affects the ticks' mark color too
diff --git a/examples/mplot3d/lorenz_attractor.py b/examples/mplot3d/lorenz_attractor.py
index a56ff0e02316..93e40fdbd4c4 100644
--- a/examples/mplot3d/lorenz_attractor.py
+++ b/examples/mplot3d/lorenz_attractor.py
@@ -7,7 +7,7 @@
Flow"`_ in a 3-dimensional space using mplot3d.
.. _"Deterministic Nonperiodic Flow":
- http://journals.ametsoc.org/doi/abs/10.1175/1520-0469%281963%29020%3C0130%3ADNF%3E2.0.CO%3B2
+ https://journals.ametsoc.org/jas/article/20/2/130/16956/Deterministic-Nonperiodic-Flow
.. note::
Because this is a simple non-linear ODE, it would be more easily done using
diff --git a/tools/cache_zenodo_svg.py b/tools/cache_zenodo_svg.py
index 6c8760b2635b..b3683fe19011 100644
--- a/tools/cache_zenodo_svg.py
+++ b/tools/cache_zenodo_svg.py
@@ -62,6 +62,9 @@ def _get_xdg_cache_dir():
if __name__ == "__main__":
data = {
+ "v3.3.1": "3984190",
+ "v3.3.0": "3948793",
+ "v3.2.2": "3898017",
"v3.2.1": "3714460",
"v3.2.0": "3695547",
"v3.1.3": "3633844",
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy