Plot3D does not used current subplot
- Langage dominant
- Julia
- Étoiles
- 488
- Forks
- 90
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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))
```

Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Start by running the issue's Julia example with subplot, plot, and plot3D to reproduce the output. Trace the subplot and plot3D entry points and their interaction with matplotlib. Done means plot3D renders in the currently selected subplot rather than creating or using the wrong axes.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- julia, matplotlib, python
- Domaine
- data-visualization
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 38/100