fix juno plot sizing fallback
This commit is contained in:
parent
c385035ac5
commit
9cf246a03e
@ -295,7 +295,7 @@ end
|
|||||||
jsize[1] == 0 && (jsize[1] = 400)
|
jsize[1] == 0 && (jsize[1] = 400)
|
||||||
jsize[2] == 0 && (jsize[2] = 500)
|
jsize[2] == 0 && (jsize[2] = 500)
|
||||||
|
|
||||||
plt[:size] = Juno.plotsize()
|
plt[:size] = jsize
|
||||||
Juno.render(pane, HTML(stringmime(MIME("text/html"), plt)))
|
Juno.render(pane, HTML(stringmime(MIME("text/html"), plt)))
|
||||||
plt[:size] = sz
|
plt[:size] = sz
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user