I am not sure what was the usage of the argument b=True here, however, as suggested by the error, it is not recognized. Is there a specific matplotlib version where this works, which should perhaps be specified?
Another option is to simply remove this argument or replace it with another argument. My guess was to use animated=True which works for me. So my fix was simply:
Hi everyone,
This line causes an error when
ObjectProbeErrorPlot()
is called, which is pretty much every time you domPIE.reconstruct()
. The line is:I am using Matplotlib 3.7.2 (latest) and the error message is as follows:
I am not sure what was the usage of the argument
b=True
here, however, as suggested by the error, it is not recognized. Is there a specific matplotlib version where this works, which should perhaps be specified?Another option is to simply remove this argument or replace it with another argument. My guess was to use
animated=True
which works for me. So my fix was simply: