JuliaPy / JuliaPy/PyPlot.jl

Plot3D does not used current subplot

Offen
#226 6 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Julia
Sterne
488
Forks
90
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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)

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Rechercherichtung

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.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Bewertung

Tech-Stack
julia, matplotlib, python
Bereich
data-visualization
Issue-Typ
Bug
Schwierigkeit
3/5
Geschätzter Aufwand
1-2 Tage
Aktivitätsstatus
Veraltet
Klarheit
Größtenteils klar
Anfängerfreundlichkeit
38/100

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.