Scatter3D labels not showing up (in Jupyter notebooks)
Open
- Dominant language
- Julia
- Stars
- 488
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.