DouglasGuillen99
Results
2
comments of
DouglasGuillen99
> One solution is to change the 4701 entry from (original) `ax.plot(self.circuit_fit[i].real, -self.circuit_fit[i].imag, lw=0, marker='o', ms=8, mec='r', mew=1, mfc='none', label='')` to (my solution) `ax.plot(self.circuit_fit[i].values.real, -self.circuit_fit[i].values.imag, lw=0, marker='o', ms=8, mec='r', mew=1,...
> It is same issue as an "Error using Lin_kk function" > > I've fixed the this issue, but have no authority of "pull request" but I've tested attached code,...