PyPlot.jl
PyPlot.jl copied to clipboard
Scatter3D labels not showing up (in Jupyter notebooks)
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
Does it work if you do the same thing in Python?