Skip to content

Commit

Permalink
Updated plotly version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasimi committed Feb 1, 2025
1 parent 6ee2583 commit b9a6aa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"igraph>=0.11.8",
"numba>=0.54",
"numpy>=1.20.1, <2.0.0",
"plotly>=4.14.3",
"plotly>=6.0.0, <7.0.0",
"pyvis>=0.3.2",
"joblib>=1.4.2",
]
Expand Down
2 changes: 1 addition & 1 deletion src/tdamapper/_plot_plotly.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def _colorbar(mapper_plot, title):
thickness=0.025,
thicknessmode='fraction',
xanchor='left',
titleside='right',
title_side='right',
ypad=0,
xpad=0,
tickwidth=1,
Expand Down
2 changes: 1 addition & 1 deletion src/tdamapper/_plot_pyvis.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _colorbar(height, cmap, cmin, cmax, title):
thickness=20,
thicknessmode='fraction',
xanchor='left',
titleside='right',
title_side='right',
tickwidth=1,
tickformat='.2g',
nticks=_TICKS_NUM,
Expand Down

0 comments on commit b9a6aa9

Please sign in to comment.