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
The animation capability is great. It would also be even greater if we could cache the frames for smoother animation after the 1st time through. I realize this might not be a xrviz issue per se, but could you please look into it @hdsingh ?
I know that with Matplotlib animation, you can set cache_frame_data=True, but not sure to accomplish this with panel.
The text was updated successfully, but these errors were encountered:
A HoloViews (or hvPlot) DynamicMap has a parameter cache_size defaulting to 500 items, which can be increased to animate larger numbers of frames efficiently (at the cost of taking more memory). Does that help address the question?
The animation capability is great. It would also be even greater if we could cache the frames for smoother animation after the 1st time through. I realize this might not be a xrviz issue per se, but could you please look into it @hdsingh ?
I know that with Matplotlib animation, you can set
cache_frame_data=True
, but not sure to accomplish this with panel.The text was updated successfully, but these errors were encountered: