We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plot
Probably because of plt.show() the plot method of RRi the following snippet won't work properly in a Jupyter notebook:
plt.show()
fig, ax = rri_1.plot() rri_2.plot(ax=ax)