# 10. Subplots Another example of compatibility to matplotlib is shown below. In this example, `axs` generated by `plt.subplots` can be used in `gsplot`. ## Example ### Code ```{literalinclude} ../../../demo/10_subplots/subplots.py ``` ### Plot ```{image} ../../../demo/10_subplots/subplots.png :alt: subplots :class: bg-primary :width: 1000px :align: center ```