Matplotlib add_axes does not work precisely in jupyterlab

前端 未结 0 1629
情书的邮戳
情书的邮戳 2021-02-13 17:19

Consider the following code

import matplotlib
import matplotlib.pyplot as plt 
print("Version: ",matplotlib.__version__)
fig = plt.figure(figsize=(5,5),         


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