I have seen chart freeze my application when I am giving small but non-zero values. It is annoying to reproduce but I think I could make a stand-alone example if needed.
I expect plotting something like [(0, 0), (1, 0.5e-320), (2, 1.0e-320)] would reproduce this.
I have seen chart freeze my application when I am giving small but non-zero values. It is annoying to reproduce but I think I could make a stand-alone example if needed.
I expect plotting something like
[(0, 0), (1, 0.5e-320), (2, 1.0e-320)]would reproduce this.