Skip to content

Commit 0d0729e

Browse files
committed
Tweak image styling and fix tool formatting
1 parent 87b6fd8 commit 0d0729e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/src/markdown/examples/3d_models.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ <h1>ColorAide Color Space Models</h1>
936936
mode = 'lines',
937937
line={'color': cmap, 'width': 16},
938938
showlegend=False
939-
)
939+
)
940940

941941
if opacity < 1:
942942
trace.update(opacity=opacity)
37 KB
Loading

tools/gamut_3d_plotly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ def plot_interpolation(
725725
mode = 'lines',
726726
line={'color': cmap, 'width': 16},
727727
showlegend=False
728-
)
728+
)
729729

730730
if opacity < 1:
731731
trace.update(opacity=opacity)

0 commit comments

Comments
 (0)