Weiknight0

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Created

    Figure and Text Cannot Be Output in the Same Cell

    Answered
    I tried using the following code:import matplotlib.pyplot as pltplt.figure(figsize=(6, 3))plt.imshow([[1, 2], [2, 3]])plt.show()print("done")I found that only "done" was output.  After removing plt...
    • 4 followers
    • 2 comments
    • 1 vote