PyPlot.jl icon indicating copy to clipboard operation
PyPlot.jl copied to clipboard

Scatter3D labels not showing up (in Jupyter notebooks)

Open whekman opened this issue 9 years ago • 1 comments
trafficstars

Somehow

using PyPlot

scatter3D(0.5,0.5,0.5,label="point")
legend()

renders a plot of the point WITHOUT the legend.

Tested via JuliaBox and on PC install of Julia 0.4.6

whekman avatar Sep 02 '16 12:09 whekman

Does it work if you do the same thing in Python?

stevengj avatar Sep 02 '16 13:09 stevengj