Describe the bug
As first reported at: https://github.com/CDAT/jupyter-vcdat/pull/109
Each time a variable is loaded from a file the canvas object is recreated (probably a call to canvas = vcs.init() is made somewhere. This leads to a new vcs tab to appear (in the back of the original one so it looks likes the plot failed)
To Reproduce
Steps to reproduce the behavior:
open clt.nc
load clt
open clt.nc
load u and v
plot with vector graphic method.
Expected behavior
Second plot appears in original vcs canvas tab
Desktop (please complete the following information):
Describe the bug As first reported at: https://github.com/CDAT/jupyter-vcdat/pull/109 Each time a variable is loaded from a file the
canvas
object is recreated (probably a call tocanvas = vcs.init()
is made somewhere. This leads to a new vcs tab to appear (in the back of the original one so it looks likes the plot failed)To Reproduce Steps to reproduce the behavior:
clt.nc
clt
clt.nc
u
andv
vector
graphic method.Expected behavior Second plot appears in original vcs canvas tab
Desktop (please complete the following information):