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
finesse
pykat
Commits
da2b0c41
Commit
da2b0c41
authored
May 02, 2014
by
Daniel Brown
Browse files
Merge branch 'master' of gitmaster.atlas.aei.uni-hannover.de:pykat/pykat
parents
f50824db
a21d3a2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
pykat/utilities/plotting/colormap.py
View file @
da2b0c41
...
...
@@ -8,7 +8,7 @@ import matplotlib.pyplot as plt
# ====================== The Class ColorMapCreator ============================
# =============================================================================
class
C
olorMapCreator
:
class
C
M
:
"""
Class ColorMapCreator:
Create diverging colormaps from RGB1 to RGB2 using the method of Moreland
...
...
pykat/utilities/plotting/tools.py
View file @
da2b0c41
...
...
@@ -7,6 +7,8 @@
import
numpy
as
np
import
matplotlib
import
matplotlib.backends.backend_pdf
from
matplotlib
import
cm
BACKEND
=
'Qt4Agg'
matplotlib
.
use
(
BACKEND
)
from
matplotlib
import
rc
...
...
Write
Preview
Markdown
is supported
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