JuliaPy / JuliaPy/PyPlot.jl

Plot3D does not used current subplot

Open
#226 6 comments 0 reactions 0 assignees View on GitHub
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))
```

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.