@@ -59,7 +59,7 @@ provided by the constructor's `gamma` argument. Power law normalization
5959can be useful for, e.g., emphasizing small populations in a histogram.
6060
6161Fully customizable boxplots
62- ````````````````````````````  
62+ ``````````````````````````` 
6363Paul Hobson overhauled the :func: `~matplotlib.pyplot.boxplot ` method such
6464that it is now completely customizable in terms of the styles and positions
6565of the individual artists. Under the hood, :func: `~matplotlib.pyplot.boxplot `
@@ -242,6 +242,11 @@ Caradec Bisesar and Vlad Vassilovski.
242242
243243.. plot :: mpl_examples/mplot3d/quiver3d_demo.py 
244244
245+ polar-plot r-tick locations
246+ ``````````````````````````` 
247+ Added the ability to control the angular position of the r-tick labels
248+ on a polar plot via :func: `~matplotlib.Axes.axes.set_rlabel_position `.
249+ 
245250Date handling
246251------------- 
247252
@@ -257,12 +262,17 @@ conversion interfaces :class:`matplotlib.dates.DateConverter` and
257262Configuration (rcParams)
258263------------------------ 
259264
265+ 
260266``savefig.transparent `` added
261267````````````````````````````` 
262268Controls whether figures are saved with a transparent
263269background by default.  Previously `savefig ` always defaulted
264270to a non-transparent background.
265271
272+ ``axes.titleweight ``
273+ ```````````````````` 
274+ Added rcParam to control the weight of the title
275+ 
266276``axes.formatter.useoffset `` added
267277`````````````````````````````````` 
268278Controls the default value of `useOffset ` in `ScalarFormatter `.  If
@@ -271,8 +281,13 @@ an offset will be determined such that the tick labels are
271281meaningful. If `False ` then the full number will be formatted in all
272282conditions.
273283
284+ XDG compliance
285+ `````````````` 
286+ Matplotlib now looks for configuration files (both rcparams and style) in XDG
287+ compliant locations.
288+ 
274289``style `` package added
275- ``````````````````````` 
290+ ----------------------- 
276291You can now easily switch between different styles using the new ``style ``
277292package::
278293
@@ -308,15 +323,18 @@ Rudolf Höfler changed the appearance of the subplottool. All sliders are
308323vertically arranged now, buttons for tight layout and reset were
309324added. Furthermore, the the subplottool is now implemented as a modal
310325dialog. It was previously a QMainWindow, leaving the SPT open if one closed the
311- plotwindow .
326+ plot window .
312327
313- In the figureoptions  dialog one can now choose to (re-)generate a simple
328+ In the figure options  dialog one can now choose to (re-)generate a simple
314329automatic legend. Any explicitly set legend entries will be lost, but changes to
315330the curves' label, linestyle, et cetera will now be updated in the legend.
316331
317332Interactive performance of the Qt4 backend has been dramatically improved
318333under windows.
319334
335+ The mapping of key-signals from Qt to values matplotlib understands
336+ was greatly improved (For both Qt4 and Qt5).
337+ 
320338Cairo backends
321339`````````````` 
322340
@@ -331,6 +349,10 @@ Gtk3Agg backend
331349The Gtk3Agg backend now works on Python 3.x, if the `cairocffi 
332350bindings <https://github.com/SimonSapin/cairocffi> `__ are installed.
333351
352+ PDF backend
353+ ``````````` 
354+ Added context manager for saving to multi-page PDFs.
355+ 
334356Text
335357---- 
336358
@@ -342,6 +364,12 @@ url as a link in output SVGs.  This allows one to make clickable text in
342364saved figures using the url kwarg of the :class: `~matplotlib.text.Text `
343365class.
344366
367+ Anchored sizebar font
368+ ````````````````````` 
369+ Added the ``fontproperties `` kwarg to
370+ :class: `~matplotilb.mpl_toolkits.axes_grid.anchored_artists.AnchoredSizeBar ` to
371+ control the font properties.
372+ 
345373Sphinx extensions
346374----------------- 
347375
@@ -351,6 +379,20 @@ cause the context to be reset. This allows more than one distinct context to
351379be present in documentation. To enable this option, use ``:context: reset ``
352380instead of ``:context: `` any time you want to reset the context.
353381
382+ Widgets
383+ ------- 
384+ 
385+ Span Selector
386+ ````````````` 
387+ 
388+ Added an option ``span_stays `` to the
389+ :class: `~matplotlib.widgets.SpanSelector ` which makes the selector
390+ rectangle stay on the axes after you release the mouse.
391+ 
392+ GAE integration
393+ --------------- 
394+ Matplotlib will now run on google app engine.
395+ 
354396.. _whats-new-1-3 :
355397
356398new in matplotlib-1.3
0 commit comments