Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bcef5d9

Browse files
committed
DOC: move osx non-framework support higher up
1 parent 18c6da2 commit bcef5d9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/users/whats_new.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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+
109120
Figure, FigureCanvas, and Backends
110121
==================================
111122

@@ -361,17 +372,6 @@ system, keeping all commas. Passing a list of strings from within a
361372
Python 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

376376
New logging API
377377
----------------

0 commit comments

Comments
 (0)