Plot3D does not used current subplot
Aperta
- Lingua principale
- Julia
- Stelle
- 488
- Fork
- 90
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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))
```

Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.