Skip to content
Snippets Groups Projects
mantidplot.py 484 B
Newer Older
#-------------------------------------------------------------------
# mantidplot.py
#
# Load 'pymantidplot' which cannot be called 'mantidplot' because of
# name conflict with the MantidPlot binary (especially on osx)
#-------------------------------------------------------------------
from __future__ import (absolute_import, division,
import pymantidplot
from pymantidplot import *
# and the old qtiplot stuff
import pymantidplot.qtiplot