Performance/responsiveness of interactive graphs gets worse as the number of samples (N) for either of the normal distributions increases.
- this depends partially on device capabilities
- this may improve by initializing each figure with
output_backend="webgl", but requires an adequate GPU
- bokeh 3.0 tests resulted in worse performance than bokeh 2.4.2
Current workarounds: keeping N low or clicking slider locations rather than sliding.
Performance/responsiveness of interactive graphs gets worse as the number of samples (N) for either of the normal distributions increases.
output_backend="webgl", but requires an adequate GPUCurrent workarounds: keeping N low or clicking slider locations rather than sliding.