[plotting] magnification plot added

This commit is contained in:
mzwiessele 2015-10-05 02:45:13 +01:00
parent b894f7101f
commit 901bf6872f

View file

@ -33,7 +33,7 @@ from ..abstract_plotting_library import AbstractPlottingLibrary
from .. import Tango
from . import defaults
from matplotlib.colors import LinearSegmentedColormap
from .controllers.imshow_controller import ImshowController
from .controllers import ImshowController
class MatplotlibPlots(AbstractPlottingLibrary):
def __init__(self):