We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87087bb + fd998a3 commit c7b01e5Copy full SHA for c7b01e5
src/ProbabilityBoundsAnalysis.jl
@@ -175,8 +175,8 @@ function __init__()
175
@require PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" begin
176
@require PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" begin
177
178
- using PyPlot, PyCall
179
- import PyPlot: plot, scatter
+ using .PyPlot, .PyCall
+ import .PyPlot: plot, scatter
180
181
pyimport_conda("mpl_toolkits.mplot3d", "mpl_toolkits")
182
art3d = PyObject(PyPlot.art3D)
0 commit comments