Lock Axis Range

I have a use case where it doesn’t make sense to allow the user to pan or change the y axis of some of my subplot graphs. How could I accomplish this?

I found the answer buried in the plotly reference docs.

The attribute needed to lock the axis range is fixedrange

1 Like