There is a newer version of the record available.

Published October 16, 2018 | Version v0.5.0
Software Open

has2k1/plotnine: v0.5.0

  • 1. @kfzteile24
  • 2. Founder, Yhat
  • 3. BCCRC
  • 4. Parse.ly
  • 5. @Google
  • 6. International Institute for Applied Systems Analysis @iiasa
  • 7. VK
  • 8. Dartmouth College, @Debian, @DataLad, @PyMVPA, @fail2ban
  • 9. The University Of Melbourne
  • 10. Simula Research Laboratory
  • 11. @rstudio
  • 12. Google
  • 13. CSIRO

Description

A copy of the changelog is pasted below.

API Changes
  • Plotnine 0.5.0 only supports Python 3.5 and higher
  • geopandas has been removed as a requirement for installation. Users of geom_map will have to install it separately. (178)
Bug Fixes
  • Fixed issue where with the subplots_adjust themeable could not be used to set the wspace and hspace Matplotlib subplot parameters. (185)
  • Fixed in stat_bin where setting custom limits for the scale leads to an error. (189)
  • Fixed issue interactive plots where the x & y coordinates of the mouse do not show. (187)
  • Fixed bug in geom_abline where passing the mapping as a keyword parameter lead to a wrong plot. (196)
  • Fixed issue where minor_breaks for tranformed scaled would have to be given in the transformed coordinates. Know they are given the data coordinates just like the major breaks.
Enhancements
  • For all geoms, with coord_cartesian float('inf') or np.inf are interpreted as the boundary of the plot panel.
  • Discrete scales now show missing data (None and nan). This behaviour is controlled by the new na_translate option.
  • The minor_breaks parameter for continuous scales can now be given as an integer. An integer is taken to controll the number of minor breaks between any set of major breaks.

Files

has2k1/plotnine-v0.5.0.zip

Files (4.0 MB)

Name Size Download all
md5:32a77092eaf9a85cfc148ad02c2daae5
4.0 MB Preview Download

Additional details

Related works