Annotation of the first axes does not show when adding the second axes into Matplotlib Figure

前端 未结 0 765
离开以前
离开以前 2021-02-05 10:57
import matplotlib.pyplot as plt
import numpy as np
from matplotlib.widgets import Button

y = np.random.randint(1, 100, size=50)
y2 = np.random.randint(1, 100, size=50)
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题