Alexander Ho

Results 1 issues of Alexander Ho

Removing an ignored plot results in an `IndexError`. It appears that `LiveAxisRange.ignored_data_connectors` is a list but is treated as a dict (like `LiveAxisRange.x_range` and `LiveAxisRange.y_range`) in the `LiveAxisRange.remove_data_connector()` call: Resulting...