Skip to content

How to plot multiple pzmaps in the same figure #632

Open
@Youssef1313

Description

@Youssef1313

I want to print 9 pzmaps in one figure in 9 separate plots (3 rows * 3 columns)

I tried something like:

plt.subplot(3, 3, 1)
control.pzmap(tf1)

plt.subplot(3, 3, 2)
control.pzmap(tf2)

plt.subplot(3, 3, 3)
control.pzmap(tf3)

# etc..

But it doesn't work. It seems that this reuses the same plot

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions