why first point in a different trace in module VisdomPlotLogger? Can we fix it?
pauking opened this issue · 2 comments
pauking commented
this is comment in origin code in module VisdomPlotLogger
For some reason, the first point is a different trace. So for now
we can just add the point again, this time on the correct curve.
CaiusMF commented
CaiusMF commented
Found workaround: specify the legend in opts when creating VisdomPlotLogger object.
plot_logger = VisdomPlotLogger("line", opts={'legend': ['x', 'y']})