Olá, no momento em que vou realizar o plot dos gráficos:
g1 = area.add_subplot(1, 2, 1) g2 = area.add_subplot(1, 2, 2) g3 = area.add_subplot(1, 2, 3) g4 = area.add_subplot(1, 2, 4)
O jupyter gera esse aviso e não mostra o gráfico:
C:\Users\Samuel\anaconda3\lib\site-packages\ipykernel_launcher.py:1: MatplotlibDeprecationWarning: Adding an axes using the same arguments as a previous axes currently reuses the earlier instance. In a future version, a new instance will always be created and returned. Meanwhile, this warning can be suppressed, and the future behavior ensured, by passing a unique label to each axes instance. """Entry point for launching an IPython kernel.
O que pode ser?