Skip to content

Commit d7d5db7

Browse files
committed
updated 2D_Density all_args test for changed rgb() --no longer a float in rgb colors
1 parent c365224 commit d7d5db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_core/test_tools/test_figure_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ def test_2D_density_all_args(self):
14021402
point_size=3, height=800, width=800)
14031403

14041404
exp_2D_density_chart = {
1405-
'data': [{'marker': {'color': 'rgb(0.0, 0.0, 127.5)',
1405+
'data': [{'marker': {'color': 'rgb(0.0, 0.0, 127)',
14061406
'opacity': 0.4,
14071407
'size': 3},
14081408
'mode': 'markers',

0 commit comments

Comments
 (0)