Feature requests: default env and let win to be set from the start
See original GitHub issueHello, first thank you for maintaining this project, it is wonderful (and did not fail for me so far).
-
Now you must specify
env
for each visualization you create. But I assume a lot of people use only oneenv
per script (for example eachenv
corresponds to an experiment and you plot a lot of things for it). So I would love to setenv
once and then passviz
object wherever I want (now I also need to passenv
along withviz
if I want to create visualization inside a function or package). I am not sure what is the best way to implement it though, so submitting issue instead of pull request. -
In
display
one could specifywin
for every plot, e.g. always plot loss in the first, show samples in the second. Now every time I rerun experiment new windows are created and I need to close old ones manually.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top GitHub Comments
I fixed this, will land tomorrow.
Solved by commit ee4087a.