unrecursify this definition
This commit is contained in:
parent
bc7f6a6fac
commit
95c60b9554
@ -284,7 +284,7 @@ end
|
|||||||
Media.media(Plot, Media.Plot)
|
Media.media(Plot, Media.Plot)
|
||||||
|
|
||||||
|
|
||||||
_show{B}(io::IO, m::MIME"text/plain", plt::Plot{B}) = show(io, m, plt)
|
_show{B}(io::IO, m::MIME"text/plain", plt::Plot{B}) = print(io, "Plot{$B}()")
|
||||||
|
|
||||||
function Juno.render(e::Juno.Editor, plt::Plot)
|
function Juno.render(e::Juno.Editor, plt::Plot)
|
||||||
Juno.render(e, nothing)
|
Juno.render(e, nothing)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user