Open davhbrown opened 10 months ago
Performance/responsiveness of interactive graphs gets worse as the number of samples (N) for either of the normal distributions increases.
output_backend="webgl"
Current workarounds: keeping N low or clicking slider locations rather than sliding.
Update improved workaround: cap the max number of points generated by capping both "N" Sliders at 500 as of PR #6
Sliders
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.