Skip to content

Instantly share code, notes, and snippets.

@BexTuychiev
Created September 21, 2020 10:41
Show Gist options
  • Save BexTuychiev/e20c2b973ce167d0226331b65fdf715c to your computer and use it in GitHub Desktop.
Save BexTuychiev/e20c2b973ce167d0226331b65fdf715c to your computer and use it in GitHub Desktop.
# Indexing method
fig, ax = plt.subplots(2, 2, figsize=(10, 5))
# ax[0, 0].plot(___)
# ax[1, 1].plot(___)
ax.shape
_____________
(2, 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment