
matplotlib
文章平均质量分 80
Unin88
这个作者很懒,什么都没留下…
展开
-
Matplotlib tutorial(1)
Introductionmatplotlib is probably the single most used Python package for 2D-graphics. It provides both a very quick way to visualize data from Python and publication-quality figures in many form翻译 2016-01-23 11:37:24 · 825 阅读 · 0 评论 -
Matplotib tutorial(2)
Figures, Subplots, Axes and TicksSo far we have used implicit figure and axes creation. This is handy for fast plots. We can have more control over the display using figure, subplot, and axes expl翻译 2016-01-23 17:44:04 · 823 阅读 · 0 评论 -
Matplotlib tutorial(3)
Other types of plotsRegular PlotsStarting from the code below, try to reproduce the graphic on the right taking care of filled areas:import numpy as npimport matplotlib.pyplot as pltn = 256翻译 2016-01-25 12:47:49 · 791 阅读 · 0 评论 -
Matplotlib tutorial(4)
Quick referencesHere is a set of tables that show main properties and styles.Line propertiesPropertyDescriptionAppearancealpha (or a)alpha transparency on翻译 2016-01-25 14:35:24 · 905 阅读 · 0 评论