Matplotlib Exercises

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

At 9:20, we can set the limits for the outer axes to get the same graph as the one shown in the question. Set the lower and upper limits for x and y respectively.

ax1.set_xlim([0, 100])
ax1.set_ylim([0, 10000])

log