Skip to content

Commit

Permalink
use same axis range in time dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
vhewes committed Aug 24, 2023
1 parent 693cd08 commit 586b45e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pynuml/plot/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def plot(self,

fig = px.scatter(df, x='wire', y='time', facet_col='plane',
width=width, height=height, **opts)
fig.update_yaxes(matches=None)
fig.update_xaxes(matches=None)
for a in fig.layout.annotations:
a.text = a.text.replace('plane=', '')
Expand Down

0 comments on commit 586b45e

Please sign in to comment.