Plot3D does not used current subplot
Open
- Dominant language
- Julia
- Stars
- 488
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
Not sure if this is a known issue, but the following code gives me this not so nice output. (I'm currently checked out on master.)
``` julia
using PyPlot
figure()
subplot(2,2,1)
plot(randn(10))
subplot(2,2,2)
plot3D(randn(10),randn(10),randn(10))
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.