JuliaPy / JuliaPy/PyPlot.jl

Pluto & PyPlot.jl `imshow`

Open
#530 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
488
Forks
90
PR merge metrics
No merged PRs in 30d

Description

Hey,

I've seen that `PyPlot.jl` in general works, but in Pluto nothing really happens for:

```julia
begin
using PyPlot
PyPlot.imshow(randn((3,3)))
end
```
Only some output:
```julia
PyObject
```

In the REPL that pops-up an external, interactive viewer. In Jupyter it is within the browser, but I would be happy to have it externally.

Thanks a lot,

Felix

Setup:
* PyPlot v2.9.0
* Pluto v0.15.1

Ref: [Pluto issue](https://github.com/fonsp/Pluto.jl/issues/1422)

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.