How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Make scatter trace extend beyond the plot area

calendar_today September 10, 2026 person @ckkart Christian domain plotly

That’s better, right. But I whenever I try to add axes on two distinct subplots the result is weird. import plotly.graph_objects as go from plotly.subplots import make_subplots x = list(range(11)) top = [1, 0.6, 0.9, 0.3, 0.7, 0.2, 0.5, -0.2, 0.1, -0.6, -1] bottom = [-1, -0.4, 0.2, -0.3, 0.5, 3.5, 0.4, -0.2, 0.3, 0.6, 1] #

open_in_new Read original post