Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed May 30, 2018
1 parent 1177808 commit c9286e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lantern/plotting/plot_cufflinks.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ def scatter(self, data, color=None, x=None, y=None, y_axis='left', **kwargs):
mode='markers',
marker={'color': c},
name='%s vs %s' % (x, y),
secondary_y=[col] if y_axis == 'right' else None,
**kwargs)])
self.figures.append((col, fig, y_axis))

Expand Down

0 comments on commit c9286e6

Please sign in to comment.