Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Mit welchem der folgenden Codezellen kann ein leeres Diagramm erstellt werden? Mehrere Antworten sind möglich!
fig, ax = plt.subplots()
fig = ax.subplots()
fig = plt.figure()ax = fig.add_subplot()
fig, ax = plt.print()
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!