I'm running several nested bars. The inner bars may be run many times for each step of the outer bars. When an inner bar completes, it "stays around", and a new version of the bar pops up underneath.
After many iterations, it winds up looking like this:
However, there's only ever one gradient_updates bar around at a time, so when I start writing a new one, I'd like it to replace/override the previous one. Here's how I'd like it to look:
I'm running several nested bars. The inner bars may be run many times for each step of the outer bars. When an inner bar completes, it "stays around", and a new version of the bar pops up underneath.
After many iterations, it winds up looking like this:
However, there's only ever one
gradient_updates
bar around at a time, so when I start writing a new one, I'd like it to replace/override the previous one. Here's how I'd like it to look:Is this possible?