From b406bfc153298050df67eaa9ab1695a8ca48694e Mon Sep 17 00:00:00 2001 From: hanjinliu Date: Wed, 14 Sep 2022 23:05:05 +0900 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 140fb58c..6bab62d9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A table data viewer for Python. [→📖 Documentation](https://hanjinliu.github.io/tabulous/) -![](image/viewer_iris.png) +![](https://github.com/hanjinliu/tabulous/blob/main/image/viewer_iris.png) `tabulous` is highly inspired by [napari](https://github.com/napari/napari) in its design and API. @@ -41,6 +41,7 @@ pip install tabulous[pyqt6] # Use PyQt6 |**Cell colors**|**Highlighting**| |:-:|:-:| |![](https://github.com/hanjinliu/tabulous/blob/main/image/colormap.png)|![](https://github.com/hanjinliu/tabulous/blob/main/image/highlight.png)| +|Colormap defines text or background color based on the value.|Highlight is colored overlays.| ### Data Validation