Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
5b1e57c3
Commit
5b1e57c3
authored
Sep 03, 2017
by
Martin Reinecke
Browse files
remove obsolete code
parent
ef61f636
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty2go/plotting/plotter/plotter_base.py
View file @
5b1e57c3
...
...
@@ -24,8 +24,6 @@ if plotly is not None and 'IPython' in sys.modules:
class
PlotterBase
(
with_metaclass
(
abc
.
ABCMeta
,
type
(
'NewBase'
,
(
object
,),
{}))):
def
__init__
(
self
,
interactive
=
False
,
path
=
'plot.html'
,
title
=
""
):
if
plotly
is
None
:
raise
ImportError
(
"The module plotly is needed but not available."
)
self
.
interactive
=
interactive
self
.
path
=
path
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment