import mplot3d in pyplot
This commit is contained in:
parent
3753ab1b55
commit
4d8ef2a008
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user