whitecanvas

A type safe and backend independent plotting library for Python.

BSD-3-CLAUSE License

Downloads
725
Stars
69
Committers
1
whitecanvas - v0.3.1 Latest Release

Published by hanjinliu 2 months ago

What's Changed

Full Changelog: https://github.com/hanjinliu/whitecanvas/compare/v0.3.0...v0.3.1

whitecanvas - v0.3.0

Published by hanjinliu 5 months ago

whitecanvas - v0.2.7

Published by hanjinliu 6 months ago

What's Changed

Full Changelog: https://github.com/hanjinliu/whitecanvas/compare/v0.2.6...v0.2.7

whitecanvas - v0.2.6

Published by hanjinliu 7 months ago

New Features

Bug Fixes

Full Changelog: https://github.com/hanjinliu/whitecanvas/compare/v0.2.5...v0.2.6

whitecanvas - v0.2.5

Published by hanjinliu 8 months ago

New Features

Bug Fixes

Others

Full Changelog: https://github.com/hanjinliu/whitecanvas/compare/v0.2.4...v0.2.5

whitecanvas - v0.2.4

Published by hanjinliu 8 months ago

New features

Bug fixes

Full Changelog: https://github.com/hanjinliu/whitecanvas/compare/v0.2.3...v0.2.4

whitecanvas - v0.2.3

Published by hanjinliu 8 months ago

Highlight

  • Legend is supported! Call canvas.add_legend() to automatically add legends independent of the backend. See the documentation for the details.

What's Changed

Full Changelog: https://github.com/hanjinliu/whitecanvas/compare/v0.2.2...v0.2.3

whitecanvas - v0.2.2

Published by hanjinliu 8 months ago

Highlights

  • Joint plot is implemented. Use from whitecanvas import new jointgrid to create a JointGrid canvas, which plots joint and marginal distributions at the same time. See /examples/joint_grid.py.

New Features

Bug Fixes

Deprecations

Full Changelog: https://github.com/hanjinliu/whitecanvas/compare/v0.2.1...v0.2.2

whitecanvas - v0.2.1

Published by hanjinliu 9 months ago

This release fixes some bugs that were found during writing the docs.

What's Changed

Full Changelog: https://github.com/hanjinliu/whitecanvas/compare/v0.2.0...v0.2.1

whitecanvas - v0.2.0

Published by hanjinliu 9 months ago

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 Contributors

Full Changelog: https://github.com/hanjinliu/whitecanvas/compare/v0.1.0...v0.2.0

whitecanvas - v0.1.0

Published by hanjinliu 11 months ago

First release!