JuliaPy / JuliaPy/PyPlot.jl

Plot3D does not used current subplot

Ouverte
#226 6 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
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))
```

![image](https://cloud.githubusercontent.com/assets/636625/16340225/dc6939b0-39f4-11e6-9c0b-e49297eff7f0.png)

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

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.