Published October 16, 2018
| Version v0.5.0
Software
Open
has2k1/plotnine: v0.5.0
Creators
- Hassan Kibirige
- Greg Lamp
- Jan Katins1
- Austin O.2
- gdowding
- Tyler Funnell3
- matthias-k
- Jonas Arnfred
- Dan Blanchard4
- Eric Chiang5
- Sergey Astanin
- Paul Natsuo Kishimoto6
- Evan Sheehan
- stonebig
- Robert Gibboni
- Bernard Willers
- Pavel7
- Yaroslav Halchenko8
- smutch9
- zachcp
- John Collins
- Min RK10
- Hadley Wickham11
- guoci
- Duncan Brian
- Div Arora
- Dan Brown
- Dan Becker12
- Bevan Koopman13
- Anthony
- 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)
- 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 majorbreaks
.
- For all geoms, with
coord_cartesian
float('inf')
ornp.inf
are interpreted as the boundary of the plot panel. - Discrete scales now show missing data (
None
andnan
). This behaviour is controlled by the newna_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
- Is supplement to
- https://github.com/has2k1/plotnine/tree/v0.5.0 (URL)