jupyternotebook 导入plt函数
时间: 2023-09-30 07:03:15 浏览: 114
matplotlib jupyter notebook 图像可视化 plt show操作
在Jupyter notebook中导入`plt`函数是用于进行图像可视化的常用操作。通过使用`import matplotlib.pyplot as plt`语句,我们可以将`pyplot`模块中的函数`plt`导入到Jupyter notebook中进行使用。这样一来,我们就可以使用`plt`函数来创建和自定义可视化图形了。
阅读全文