Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
uyegy
CPUnetPLOT
Commits
eb29e46e
Commit
eb29e46e
authored
Sep 26, 2014
by
Mario Hock
Browse files
Workaround for text in "pdf-presenter-console"
parent
c2b8b468
Changes
1
Hide whitespace changes
Inline
Side-by-side
cnl_plot.py
View file @
eb29e46e
...
...
@@ -468,5 +468,10 @@ if __name__ == "__main__":
except
:
pass
## Workaround: "pdf-presenter-console" needs this, otherwise no text is displayed at all.
matplotlib
.
rc
(
'pdf'
,
fonttype
=
42
)
# show plot
plt
.
show
()
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