Skip to content

Commit

Permalink
removed plotly tools and changed dragmode
Browse files Browse the repository at this point in the history
  • Loading branch information
ronjakrg committed Nov 19, 2024
1 parent 81df44b commit ce1861e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion protzilla/utilities/plot_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
yaxis={
"gridcolor": "lightgrey",
"zerolinecolor": "lightgrey"
}
},
modebar={
"remove": ["autoScale2d", "lasso", "lasso2d", "toImage", "select2d"],
},
dragmode="pan"
)
pio.templates["plotly_protzilla"] = go.layout.Template(layout=layout)
pio.templates.default = "plotly_protzilla"

0 comments on commit ce1861e

Please sign in to comment.