Skip to content

Commit

Permalink
update readme, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjinliu committed Feb 16, 2024
1 parent ed97043 commit 3a4e0d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ Documentation is available [here](https://hanjinliu.github.io/whitecanvas/).

![](https://github.com/hanjinliu/whitecanvas/blob/main/images/superplot.png)

#### Joint plot in matplotlib

[→ source](https://github.com/hanjinliu/whitecanvas/blob/main/examples/joint_grid.py)

![](https://github.com/hanjinliu/whitecanvas/blob/main/images/jointgrid.png)

#### Heatmap with text in pyqtgraph

[→ source](https://github.com/hanjinliu/whitecanvas/blob/main/examples/heatmap_with_text.py)
Expand Down
Binary file added images/jointgrid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion whitecanvas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.2.dev0"
__version__ = "0.2.2"

from whitecanvas import theme
from whitecanvas.canvas import link_axes
Expand Down

0 comments on commit 3a4e0d0

Please sign in to comment.