-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
Add layout properties for Bokeh backend. #1089
Conversation
We probably could add also rcParam for the plot output? E.g. Maybe other options could be possible based on maximum columns and maximum rows? layout also eats rugged list of lists, so we could have 3 / 2 / 3 structure etc? Or maybe this could be a function that user can use manually ( |
|
I think this has the main functionality. We need to add examples at some point to docs. @OriolAbril @canyon289 and others, any better names / functionality for the row / column hack? Should we use ncolumn / nrow structure --> 3column 2column 5row 6row etc for rcParam? How should we handle those cases? row or column in param --> regex --> if not found --> normal test? fyi
|
Codecov Report
@@ Coverage Diff @@
## master #1089 +/- ##
===========================================
- Coverage 93.45% 79.22% -14.23%
===========================================
Files 93 93
Lines 8705 8775 +70
===========================================
- Hits 8135 6952 -1183
- Misses 570 1823 +1253
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #1089 +/- ##
===========================================
- Coverage 93.45% 79.22% -14.23%
===========================================
Files 93 93
Lines 8705 8775 +70
===========================================
- Hits 8135 6952 -1183
- Misses 570 1823 +1253
Continue to review full report at Codecov.
|
971049a
to
6213b0e
Compare
Codecov Report
@@ Coverage Diff @@
## master #1089 +/- ##
===========================================
- Coverage 91.58% 79.43% -12.16%
===========================================
Files 93 93
Lines 8713 8850 +137
===========================================
- Hits 7980 7030 -950
- Misses 733 1820 +1087
Continue to review full report at Codecov.
|
LGTM |
Description
Use
bokeh.layouts.layout
by default, whenshow is True
. This enables user to definercParams
forsizing_mode
and also setting thetoolbar_location
.Checklist