Matplotlib
Matplotlib is the most basic Python library for data visualization. It includes many of the graphs that we can think of. Just because it is basic does not mean that it is not powerful, many of the other data visualization libraries are based on it.
Features of Matplotlib:
- Develop publication quality plots with just a few lines of code.
- Use interactive figures that can zoom, pan, update and so on.
- Take full control of line styles, font properties, axes properties etc.
- Export and embed to a number of file formats and interactive environments.
Matplotlib can plot anything but complex plots might take much more codes than other libraries.
网友评论