CubeBrowser / cube-explorer

browser based exploration of iris cubes
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

Handle updating of artists better #45

Closed philippjfr closed 8 years ago

philippjfr commented 8 years ago

Previously updating of artists was handled by clearing axes entirely and then redrawing, this is potentially slower and less robust than simply removing the artist and then redrawing it. This PR switches to deleting and redrawing the artist, which should cause far fewer issues and is more efficient.

jlstevens commented 8 years ago

I understand this is ready to merge now.