News

Live graphing multiple subplots with matplotlib (python, raspberry pi) Thread starter gigabaud; Start date Mar 16, 2016; ... ax1 = fig.add_subplot(2,1,1) ax2 = fig.add_subplot(2,1,2) ...
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window.
Adding subplots repeatedly to a figure in interactive mode can sometimes crash Matplotlib version 2.2.2, in version 2.0.2 everything works. Sometimes it does not crash, but when you resize figure's ...