vcs icon indicating copy to clipboard operation
vcs copied to clipboard

x.showbg() not implemented

Open chaosphere2112 opened this issue 7 years ago • 3 comments

we used to be able to plot in bg mode and at the end bring the canvas to the front.

import vcs
x=vcs.init()
x.plot([1,2,3,4,5,4,3,2,1],bg=1)  # plots in bg
x.showbg()  # would bring up the canvas

Migrated from: https://github.com/UV-CDAT/uvcdat/issues/1598

chaosphere2112 avatar Nov 23 '16 15:11 chaosphere2112