Releases: hanjinliu/whitecanvas
Releases · hanjinliu/whitecanvas
v0.2.2
Highlights
- Joint plot is implemented. Use
from whitecanvas import new jointgridto create aJointGridcanvas, which plots joint and marginal distributions at the same time. See /examples/joint_grid.py.
New Features
- More mouse interactions by @hanjinliu in #12
- Implement
to_htmlto embed interactive plots in the docs by @hanjinliu in #13 - Updates regarding to rug plot by @hanjinliu in #16
- Implement joint plot by @hanjinliu in #17
Bug Fixes
- Fix
with_xerrandwith_yerrby @hanjinliu in #11 - Fix plotly problems by @hanjinliu in #10
- Fix vispy Band layer by @hanjinliu in #8
- Fix clicked events not evoked in plotly by @hanjinliu in #14
Deprecations
- Rename methods by @hanjinliu in #15
Full Changelog: v0.2.1...v0.2.2
v0.2.1
This release fixes some bugs that were found during writing the docs.
What's Changed
- Fix autoscaling and error bars by @hanjinliu in #4
- Improve hover text by @hanjinliu in #5
Full Changelog: v0.2.0...v0.2.1
v0.2.0
This release breaks some API of v0.1.0 but now categorical plot can be created in a very comfortable way.
What's Changed
- New categorical plot architecture by @hanjinliu in #1
whitecanvas.themesubmodule by @hanjinliu in #2- Yet another categorical plotter API by @hanjinliu in #3
New Contributors
- @hanjinliu made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0