Pluto & PyPlot.jl `imshow`
Open
- 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.