You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, plot_2d_network_points is part of pylma.plot.xlma_plot_feature. This can be used with the interactive plots by getting a handle to the interacive figure, as used in lmaworkshop. However, when the plot limits are changed (either spatial or temporal), the points on the other axes are not updated to reflect this limit change (eg, changing time limit does not remove points from the spatial axes).
This needs to have an implementation for jupyter interactive support.
The text was updated successfully, but these errors were encountered:
Currently, plot_2d_network_points is part of
pylma.plot.xlma_plot_feature
. This can be used with the interactive plots by getting a handle to the interacive figure, as used in lmaworkshop. However, when the plot limits are changed (either spatial or temporal), the points on the other axes are not updated to reflect this limit change (eg, changing time limit does not remove points from the spatial axes).This needs to have an implementation for jupyter interactive support.
The text was updated successfully, but these errors were encountered: