InteractiveDataDisplay
InteractiveDataDisplay copied to clipboard
Unclear mechanism of axis removal from plot
All Axes has "remove" method it their API which should be called in order to delete axis. However, it will not remove axis's div from plot. You need to manually call "plot.removeDiv(axisDiv)" to finally remove all axis contents from plot, which is not at least documented.