import mplot3d in pyplot

This commit is contained in:
Daniel Schwabeneder 2018-03-27 13:41:18 +02:00
parent 3753ab1b55
commit 4d8ef2a008

View File

@ -84,6 +84,7 @@ function _initialize_backend(::PyPlotBackend)
export PyPlot
const pycolors = PyPlot.pyimport("matplotlib.colors")
const pypath = PyPlot.pyimport("matplotlib.path")
const mplot3d = PyPlot.pyimport("mpl_toolkits.mplot3d")
const pypatches = PyPlot.pyimport("matplotlib.patches")
const pyfont = PyPlot.pyimport("matplotlib.font_manager")
const pyticker = PyPlot.pyimport("matplotlib.ticker")