Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Steinlechner
pykat
Commits
2bd97d43
Commit
2bd97d43
authored
Mar 21, 2016
by
Daniel Brown
Browse files
fixing inline plot not showing
parent
9d3bff31
Changes
2
Show whitespace changes
Inline
Side-by-side
pykat/__init__.py
View file @
2bd97d43
...
...
@@ -3,7 +3,7 @@ from __future__ import division
from
__future__
import
print_function
from
__future__
import
unicode_literals
__version__
=
"0.8.
9
"
__version__
=
"0.8.
10
"
# This flag is used to switch on the gui features in pkat at import time
USE_GUI
=
False
...
...
pykat/finesse.py
View file @
2bd97d43
...
...
@@ -301,6 +301,9 @@ class katRun(object):
import
matplotlib.pyplot
as
pyplot
import
pykat.plotting
as
plt
if
not
show
:
pyplot
.
ioff
()
kat
=
pykat
.
finesse
.
kat
()
kat
.
verbose
=
False
kat
.
parseCommands
(
self
.
katScript
)
...
...
@@ -434,6 +437,7 @@ class katRun(object):
if
show
:
pyplot
.
show
(
fig
)
pyplot
.
ion
()
return
fig
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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