- github
- None yet
- github
- PyPi
- Runtime config
plotting.rcset_style()now passes all available matplotlib styles tomatplotlib.style.use()
- Plot Paired Data by Joining subjects with line for each facet/x/hue-level!
- To my knowledge, the solutions provided by matplolib or seaborn are way too difficult.
- I implemented a solution that worked, but since I found a case where it didn't, this feature is experimental
- Legends
- Added
legend_kwsparameter to all multiplots- It seems strange to enforce
.edit_legend()in chain - Also, the multiplot should decide, which legend should be
displayed (e.g. by correct order of calling
.edit_legend()inbetween or after.fillaxes())
- It seems strange to enforce
- Added
- Rewrote .edit_titles_with_func() becasue it didn't work
- Legend is now outside of the plot no matter the figure width!
- Added Documentation notebooks to Readme
- github
- pypi