多项选择题

matplotlib是Python中一种图像处理库,该库最常用的pyplot,image等模块提供了图像读取imread(),展示imshow()等函数,下列关于matplotlib库使用正确的是()。

A.from matplotlib import pyplot;
B.from pyplot import matplotlib;
C.import matplotlib pyplot as plt;
D.from matplotlib image import imread;