Skip to content

Instantly share code, notes, and snippets.

@BexTuychiev
Created September 21, 2020 10:38
Show Gist options
  • Select an option

  • Save BexTuychiev/1a26f97e8a581c648f58a8b672bf1710 to your computer and use it in GitHub Desktop.

Select an option

Save BexTuychiev/1a26f97e8a581c648f58a8b672bf1710 to your computer and use it in GitHub Desktop.
fig, ax = plt.subplots(nrows=1, ncols=2)
print(ax)
print(type(ax))
___________________
[<AxesSubplot:> <AxesSubplot:>]
<class 'numpy.ndarray'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment