Skip to content

plot method of RRi class is not working properly in Jupyter notebook #21

Open
@rhenanbartels

Description

@rhenanbartels

Probably because of plt.show() the plot method of RRi the following snippet won't work properly in a Jupyter notebook:

  fig, ax = rri_1.plot()
  rri_2.plot(ax=ax)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions