Closed pedrolimasi closed 9 months ago
It seems to be related to the Python version. 3.10+ seems not to allow for the plotting of empty arrays using Matplotlib. We need to avoid plotting if the array is empty or negative (for log scales).
This issue was fixed upstream on matplotlib :smile:
@Skonki No problems were observed when running from cmd, nor when running in Pycharm.
@pedrolimasi Can you copy your error message here?