|
From: Jeff W. <js...@fa...> - 2010-02-07 22:04:28
|
zxc wrote: > Hi there! > I need to know how to close a figure/chart in matplot. > > Does anyone know how it works and could you please explain on the > example below? > The problem is: close(1) doesn't close the figure 1 and when the 2nd > figure will be plot the program hangs. > I tried with draw() but the figure doesn't appear. Use fig.close() -Jeff |