Software Open Access
Thomas A Caswell; Michael Droettboom; Antony Lee; Elliott Sales de Andrade; Tim Hoffmann; John Hunter; Jody Klymak; Eric Firing; David Stansby; Nelle Varoquaux; Jens Hedegaard Nielsen; Benjamin Root; Ryan May; Phil Elson; Jouni K. Seppänen; Darren Dale; Jae-Joon Lee; Damon McDougall; Andrew Straw; Paul Hobson; hannah; Christoph Gohlke; Adrien F. Vincent; Tony S Yu; Eric Ma; Steven Silvester; Charlie Moad; Nikita Kniazev; Elan Ernest; Paul Ivanov
<?xml version='1.0' encoding='utf-8'?> <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd"> <identifier identifierType="DOI">10.5281/zenodo.5706396</identifier> <creators> <creator> <creatorName>Thomas A Caswell</creatorName> <affiliation>Brookhaven National Lab</affiliation> </creator> <creator> <creatorName>Michael Droettboom</creatorName> <affiliation>Mozilla</affiliation> </creator> <creator> <creatorName>Antony Lee</creatorName> </creator> <creator> <creatorName>Elliott Sales de Andrade</creatorName> </creator> <creator> <creatorName>Tim Hoffmann</creatorName> </creator> <creator> <creatorName>John Hunter</creatorName> </creator> <creator> <creatorName>Jody Klymak</creatorName> <affiliation>University of Victoria</affiliation> </creator> <creator> <creatorName>Eric Firing</creatorName> <affiliation>University of Hawaii</affiliation> </creator> <creator> <creatorName>David Stansby</creatorName> <affiliation>UCL</affiliation> </creator> <creator> <creatorName>Nelle Varoquaux</creatorName> <affiliation>TIMC-IMAG</affiliation> </creator> <creator> <creatorName>Jens Hedegaard Nielsen</creatorName> <affiliation>@qdev-dk</affiliation> </creator> <creator> <creatorName>Benjamin Root</creatorName> </creator> <creator> <creatorName>Ryan May</creatorName> <affiliation>UCAR/@Unidata</affiliation> </creator> <creator> <creatorName>Phil Elson</creatorName> </creator> <creator> <creatorName>Jouni K. Seppänen</creatorName> </creator> <creator> <creatorName>Darren Dale</creatorName> <affiliation>Cornell University</affiliation> </creator> <creator> <creatorName>Jae-Joon Lee</creatorName> </creator> <creator> <creatorName>Damon McDougall</creatorName> <affiliation>AMD</affiliation> </creator> <creator> <creatorName>Andrew Straw</creatorName> </creator> <creator> <creatorName>Paul Hobson</creatorName> </creator> <creator> <creatorName>hannah</creatorName> </creator> <creator> <creatorName>Christoph Gohlke</creatorName> <affiliation>University of California, Irvine</affiliation> </creator> <creator> <creatorName>Adrien F. Vincent</creatorName> <affiliation>Bordeaux INP</affiliation> </creator> <creator> <creatorName>Tony S Yu</creatorName> </creator> <creator> <creatorName>Eric Ma</creatorName> </creator> <creator> <creatorName>Steven Silvester</creatorName> </creator> <creator> <creatorName>Charlie Moad</creatorName> <affiliation>@SalesLoft</affiliation> </creator> <creator> <creatorName>Nikita Kniazev</creatorName> </creator> <creator> <creatorName>Elan Ernest</creatorName> </creator> <creator> <creatorName>Paul Ivanov</creatorName> </creator> </creators> <titles> <title>matplotlib/matplotlib: REL: v3.5.0</title> </titles> <publisher>Zenodo</publisher> <publicationYear>2021</publicationYear> <dates> <date dateType="Issued">2021-11-16</date> </dates> <resourceType resourceTypeGeneral="Software"/> <alternateIdentifiers> <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/5706396</alternateIdentifier> </alternateIdentifiers> <relatedIdentifiers> <relatedIdentifier relatedIdentifierType="URL" relationType="IsSupplementTo">https://github.com/matplotlib/matplotlib/tree/v3.5.0</relatedIdentifier> <relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.5281/zenodo.592536</relatedIdentifier> </relatedIdentifiers> <version>v3.5.0</version> <rightsList> <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights> </rightsList> <descriptions> <description descriptionType="Abstract"><p>Highlights of this release include:</p> <ul> <li>Figure and Axes creation / management<ul> <li><code>subplot_mosaic</code> supports simple Axes sharing</li> <li>Figure now has <code>draw_without_rendering</code> method</li> <li>Figure <code>__init__</code> passes keyword arguments through to set</li> </ul> </li> <li>Plotting methods<ul> <li>Add <code>Annulus</code> patch</li> <li><code>set_data</code> method for <code>FancyArrow</code> patch</li> <li>New arrow styles in <code>ArrowStyle</code> and <code>ConnectionPatch</code></li> <li>Setting collection offset transform after initialization</li> </ul> </li> <li>Colors and colormaps<ul> <li>Colormap registry (experimental)</li> <li>Image interpolation now possible at RGBA stage</li> <li><code>imshow</code> supports half-float arrays</li> <li>A callback registry has been added to <code>Normalize</code> objects</li> </ul> </li> <li>Titles, ticks, and labels<ul> <li>Settings tick positions and labels simultaneously in <code>set_ticks</code></li> </ul> </li> <li>Fonts and Text<ul> <li>Triple and quadruple dot mathtext accents</li> <li>Font properties of legend title are configurable</li> <li><code>Text</code> and <code>TextBox</code> <code>parse_math</code> option</li> <li>Text can be positioned inside <code>TextBox</code> widget</li> <li>Simplified font setting for <code>usetex</code> mode</li> <li>Type 42 subsetting is now enabled for PDF/PS backends</li> </ul> </li> <li>rcParams improvements<ul> <li>Allow setting default legend <code>labelcolor</code> globally</li> </ul> </li> <li>3D Axes improvements<ul> <li><code>Axes3D</code> now allows manual control of draw order</li> <li>Allow changing the vertical axis in 3D plots</li> <li><code>plot_surface</code> supports masked arrays and NaNs</li> <li>3D plotting methods support <code>data</code> keyword argument</li> </ul> </li> <li>Interactive tool improvements<ul> <li>Colorbars now have pan and zoom functionality</li> <li>Updated appearance of <code>Slider</code> widgets</li> <li>Selector additions of clearing, dragging, and removal</li> <li><code>CallbackRegistry</code> objects gain a method to temporarily block signals</li> <li>Directional sizing cursors</li> </ul> </li> <li>Sphinx extensions<ul> <li>More configuration of mathmpl sphinx extension</li> </ul> </li> <li>Backend-specific improvements<ul> <li>New GTK4 backend</li> <li>New Qt6 backend</li> <li>HiDPI support in Cairo-based, GTK, and Tk backends</li> <li>Qt figure options editor improvements</li> <li>WX backends support mouse navigation buttons</li> <li>WebAgg uses asyncio instead of Tornado</li> </ul> </li> </ul></description> </descriptions> </resource>
All versions | This version | |
---|---|---|
Views | 24,308 | 225 |
Downloads | 2,792 | 0 |
Data volume | 119.5 GB | 0 Bytes |
Unique views | 15,823 | 195 |
Unique downloads | 968 | 0 |