Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pykat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Steinlechner
pykat
Commits
2bd97d43
Commit
2bd97d43
authored
9 years ago
by
Daniel Brown
Browse files
Options
Downloads
Patches
Plain Diff
fixing inline plot not showing
parent
9d3bff31
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pykat/__init__.py
+1
-1
1 addition, 1 deletion
pykat/__init__.py
pykat/finesse.py
+4
-0
4 additions, 0 deletions
pykat/finesse.py
with
5 additions
and
1 deletion
pykat/__init__.py
+
1
−
1
View file @
2bd97d43
...
@@ -3,7 +3,7 @@ from __future__ import division
...
@@ -3,7 +3,7 @@ from __future__ import division
from
__future__
import
print_function
from
__future__
import
print_function
from
__future__
import
unicode_literals
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
# This flag is used to switch on the gui features in pkat at import time
USE_GUI
=
False
USE_GUI
=
False
...
...
This diff is collapsed.
Click to expand it.
pykat/finesse.py
+
4
−
0
View file @
2bd97d43
...
@@ -301,6 +301,9 @@ class katRun(object):
...
@@ -301,6 +301,9 @@ class katRun(object):
import
matplotlib.pyplot
as
pyplot
import
matplotlib.pyplot
as
pyplot
import
pykat.plotting
as
plt
import
pykat.plotting
as
plt
if
not
show
:
pyplot
.
ioff
()
kat
=
pykat
.
finesse
.
kat
()
kat
=
pykat
.
finesse
.
kat
()
kat
.
verbose
=
False
kat
.
verbose
=
False
kat
.
parseCommands
(
self
.
katScript
)
kat
.
parseCommands
(
self
.
katScript
)
...
@@ -434,6 +437,7 @@ class katRun(object):
...
@@ -434,6 +437,7 @@ class katRun(object):
if
show
:
if
show
:
pyplot
.
show
(
fig
)
pyplot
.
show
(
fig
)
pyplot
.
ion
()
return
fig
return
fig
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment