Skip to content

Commit

Permalink
Fix test for 2d-density
Browse files Browse the repository at this point in the history
  • Loading branch information
Kully committed Jul 25, 2016
1 parent af66d01 commit 0af4ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotly/tests/test_core/test_tools/test_figure_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,7 @@ def test_2D_density_all_args(self):
'hovermode': 'closest',
'margin': {'t': 50},
'showlegend': False,
'title': 'Love',
'title': '2D Density Plot',
'width': 800,
'xaxis': {'domain': [0, 0.85],
'showgrid': False,
Expand Down

0 comments on commit 0af4ef6

Please sign in to comment.