v0.7.1 is a small bugfix and maintenance release. See the official changelog for details. A copy of the changes is also copied below.
Bug Fixes
- Fixed issue where a plot has no data and the geoms have no data, but the mappings are valid. (
404
) - Fixed
preserve='single'
inplotnine.positions.position_dodge
andplotnine.positions.position_dodge2
to work for geoms that only
havex
aesthetic and notxmin
andxmax
e.gplotnine.geoms.geom_text
. - Fix regression in
v0.7.0
where plots with a colorbar would fail if using~plotnine.themes.theme_matplotlib
.