Skip to content

Instantly share code, notes, and snippets.

@robdmc
Created December 30, 2021 00:03
Show Gist options
  • Save robdmc/9fbc990639c5e6b4c21edff75ba614db to your computer and use it in GitHub Desktop.
Save robdmc/9fbc990639c5e6b4c21edff75ba614db to your computer and use it in GitHub Desktop.
Holoviews Independent Axes
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