Skip to content

Conversation

@n-bock
Copy link

@n-bock n-bock commented Jul 27, 2020

Hi, here is just the pull request for already solved issues #1 and #2.

ax.plot(self.df[i].re, self.df[i].im, marker='o', ms=4, lw=2, color=colors[i], ls='-', label=self.label_cycleno[i])
if fitting == 'on':
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='')
ax.plot([i.real for i in self.circuit_fit[i]], [-i.imag for i in self.circuit_fit[i]], lw=0, marker='o', ms=8, mec='r', mew=1, mfc='none', label='')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could also use self.circuit_fit[i].to_numpy().real

Copy link

@ZhksB ZhksB May 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same problem
self.circuit_fit[i].to_numpy().real fixed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants