File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,17 @@ creating a legend for a scatter plot as easy as
106
106
An example can be found in :ref: `automatedlegendcreation `.
107
107
108
108
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
+
109
120
Figure, FigureCanvas, and Backends
110
121
==================================
111
122
@@ -361,17 +372,6 @@ system, keeping all commas. Passing a list of strings from within a
361
372
Python script still works as it used to.
362
373
363
374
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
-
375
375
376
376
New logging API
377
377
----------------
You can’t perform that action at this time.
0 commit comments