-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] Add row side color annotations #4443
Conversation
a8e38fd
to
b339c5d
Compare
Codecov Report
@@ Coverage Diff @@
## master #4443 +/- ##
==========================================
+ Coverage 83.13% 83.24% +0.11%
==========================================
Files 268 274 +6
Lines 53916 54807 +891
==========================================
+ Hits 44821 45625 +804
- Misses 9095 9182 +87 |
f60ee58
to
d1c5962
Compare
|
SimpleLayoutItem is not so simple anymore
... capabilities
Use current contents size as the basis
Use TextListWidget with autoScale param
The grid layout cannot satisfy both hdfw and wfh constraints, the existing solution of using/focing current actual width as an estimate for size hint cannot work and causes repeated relayouts ad infinitum.
d1c5962
to
8793f53
Compare
8793f53
to
ec36fa5
Compare
It seems fine now. |
Issue
Ref gh-4380
Add color row annotations to the 'Heatmap' widget.
Description of changes
Includes