Skip to content

Commit 88347c9

Browse files
author
Paul Kienzle
committed
use plotly for bumps webview
1 parent 1892f03 commit 88347c9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

sasmodels/bumps_model.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,8 @@ def _plot(self, view=None, backend='matplotlib'):
277277
def plot(self, view=None):
278278
return self._plot(view=view, backend='matplotlib')
279279

280-
# # Bumps doesn't yet support 2D plots with plotly.
281-
# def plotly(self, view=None):
282-
# return self._plot(view=view, backend='plotly')
280+
def plotly(self, view=None):
281+
return self._plot(view=view, backend='plotly')
283282

284283
def simulate_data(self, noise=None):
285284
# type: (float) -> None

0 commit comments

Comments
 (0)