To create your own custom set of plots, you would first create a Figure object and then add as many subplots as you need for your diagram.
Assuming `plt` is the alias for Matplotlib, to create a Figure object, you would invoke:
Assuming `fig` is a Figure object, you can add multiple subplots to this Figure by invoking: