Skip to content
Snippets Groups Projects
Commit da2b0c41 authored by Daniel Brown's avatar Daniel Brown
Browse files

Merge branch 'master' of gitmaster.atlas.aei.uni-hannover.de:pykat/pykat

parents f50824db a21d3a2f
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ import matplotlib.pyplot as plt ...@@ -8,7 +8,7 @@ import matplotlib.pyplot as plt
# ====================== The Class ColorMapCreator ============================ # ====================== The Class ColorMapCreator ============================
# ============================================================================= # =============================================================================
class ColorMapCreator: class CM:
""" """
Class ColorMapCreator: Class ColorMapCreator:
Create diverging colormaps from RGB1 to RGB2 using the method of Moreland Create diverging colormaps from RGB1 to RGB2 using the method of Moreland
......
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
import numpy as np import numpy as np
import matplotlib import matplotlib
import matplotlib.backends.backend_pdf
from matplotlib import cm
BACKEND = 'Qt4Agg' BACKEND = 'Qt4Agg'
matplotlib.use(BACKEND) matplotlib.use(BACKEND)
from matplotlib import rc from matplotlib import rc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment