gclose
shows no view when gopen
is called with file
set
#53
Labels
gclose
shows no view when gopen
is called with file
set
#53
The
gclose
parameterview
fails to behave correctly, notably to produce a graphical display window showing the relevant plot when defaulting or set toTrue
or equivalent, only in the case that agopen
call with a setfile
file name has been provided (a parameter-freegopen()
exhibits correct view behaviour). As the below example shows, this affects future calls togclose
, even when anothergopen
is called between.Minimal reproducer
Running the below short script shows no graphical window display with the plots, when it should produce two separately from both calls to
gopen
because the default isview=True
and (to double check) when setting that manually nothing changes. Note though that when we remove thefile="delme.png"
specification to the firstgopen
call, both plots then are displayed. (Either way, the plots are still saved correctly, just not displayed to the user, as requested from theview
parameter.)The text was updated successfully, but these errors were encountered: