目录1、安装matplotlib1)、首先输入pythphpon -m pip instaphpll -U pip setuptools更新软件 ,如下所示:2)、然后输入 python -m pip install matplotlib ,开始安装matplotlib:3)、当下载安装
I wish to plot the time variation开发者_如何学C of my y-axis variable using Matplotlib. This is no problem for continuously discrete data, however how should this be tackled for non-continuous data.