Created
December 30, 2021 00:03
-
-
Save robdmc/9fbc990639c5e6b4c21edff75ba614db to your computer and use it in GitHub Desktop.
Holoviews Independent Axes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c1 = hv.Curve(...) | |
c2 = hv.Curve(...) | |
obj = hv.Layout([c1, c2]).cols(1).options(shared_axes=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment