File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,6 +106,17 @@ creating a legend for a scatter plot as easy as
106106 An example can be found in :ref: `automatedlegendcreation `.
107107
108108
109+ Matplotlib no longer requires framework app build on MacOSX backend
110+ -------------------------------------------------------------------
111+
112+ Previous versions of matplotlin required a Framework build of python to
113+ work. The app type was updated to no longer require this, so the MacOSX
114+ backend should work with non-framework python.
115+
116+
117+ This also adds support for the MacOSX backend for PyPy3.
118+
119+
109120Figure, FigureCanvas, and Backends
110121==================================
111122
@@ -361,17 +372,6 @@ system, keeping all commas. Passing a list of strings from within a
361372Python script still works as it used to.
362373
363374
364- Matplotlib no longer requires framework app build on MacOSX backend
365- -------------------------------------------------------------------
366-
367- Previous versions of matplotlin required a Framework build of python to
368- work. The app type was updated to no longer require this, so the MacOSX
369- backend should work with non-framework python.
370-
371-
372- This also adds support support for the MacOSX backend for PyPy3.
373-
374-
375375
376376New logging API
377377----------------
You can’t perform that action at this time.
0 commit comments