Как правильно ввести оси в следующем коде:
Код: Выделить всё
import matplotlib.pyplot as plt
fig, axs = plt.subplots(2, 2)

Подробнее здесь: https://stackoverflow.com/questions/726 ... plt-subplo
Код: Выделить всё
import matplotlib.pyplot as plt
fig, axs = plt.subplots(2, 2)
