Matplotlib
目的 | 常用作图函数 |
---|---|
2.1 Correlation | Scatter plot ,Bubble plot with Encircling ,Scatter plot with line of best fit , Jittering with stripplot , Counts Plot ,Marginal Histogram,Marginal Boxplot ,Correlogram ,Pairwise Plot |
2.2 Deviation | Diverging Bars,Diverging Texts ,Diverging Dot Plot ,Diverging Lollipop Chart with Markers ,Area Chart |
2.3 Ranking | Ordered Bar Chart ,Lollipop Chart , Dot Plot ,Slope Chart,Dumbbell Plot |
2.4 Distribution | Histogram for Continuous Variable ,Histogram for Categorical Variable, Density Plot , Density Curves with Histogram,Joy Plot , Distributed Dot Plot,Box Plot ,Dot + Box Plot ,Violin Plot , Population Pyramid , Categorical Plots |
2.5 Composition | Waffle Chart ,Pie Chart , Treemap ,Bar Chart |
2.6 Change | Time Series Plot,Time Series with Peaks and Troughs Annotated,Autocorrelation Plot,Cross Correlation Plot,Time Series Decomposition Plot,Multiple Time Series,Plotting with different scales using secondary Y axis,Time Series with Error Bands,Stacked Area Chart,Area Chart Unstacked,Calendar Heat Map,Seasonal Plot |
2.7 Groups | Dendrogram,Cluster Plot,Andrews Curve,Parallel Coordinates, |
others | .. |
官网:https://matplotlib.org/
* 一、概念以及各种介绍 * 二、各种类型的图 * 三、图的各种零件 * 四、小技巧 * 五、报错 * 六、案例分析
总篇数:71
- 2019/01/16 【1.1】matplotlib详解图像各个部分
- 2019/01/21 【1.2】matplotlib-text包
- 2019/04/04 【1.2】matplotlib clear plot (cla/clf/close)
- 2019/05/20 【1.4】matplotlib样式
- 2018/06/06 【2.1.1】散点图(matplotlib-scatter)
- 2019/06/14 【2.1.2】带边界的气泡图(Bubble plot with Encircling)
- 2018/08/15 【2.1.3】散点图线性拟合(Scatter plot with linear regression line of best fit,pearson)
- 2019/06/18 【2.1.4】抖动图(Jittering with stripplot)
- 2019/06/19 【2.1.5】计数图(Counts Plot)
- 2019/06/20 【2.1.6】边缘直方图(Marginal Histogram)
- 2019/06/12 【2.1.7】边缘箱线图(Marginal Boxplot)
- 2018/09/07 【2.1.8】热电图(matplotlib-heatmap)
- 2019/06/10 【2.1.9】成对图(pairwise-plot)
- 2019/06/09 【2.2.1】发散条形图(Diverging Bars)
- 2019/06/08 【2.2.2】发散型文本(Diverging Texts)
- 2019/06/07 【2.2.3】发散型点图(Diverging Dot Plot)
- 2019/06/06 【2.2.4】带标记的发散型棒棒糖图(Diverging Lollipop Chart with Markers)
- 2019/06/04 【2.2.5】面积图(Area Chart)
- 2019/06/03 【2.3.1】排序条形图(Ordered Bar Chart)
- 2019/06/03 【2.3.2】棒棒糖图(Lollipop Chart)
- 2019/06/01 【2.3.3】坡图(Dot Plot)
- 2019/06/02 【2.3.4】坡图(Slope Chart)
- 2019/05/29 【2.3.5】哑铃图(Dumbbell Plot)
- 2018/06/04 【2.4.1】直方图(matplotlib-hist)
- 2019/05/28 【2.4.2】密度图(Density Plot)
- 2019/05/27 【2.4.3】Joy Plot
- 2019/06/21 【2.4.4】分布式点图(Distributed Dot Plot)
- 2018/09/05 【2.4.5】箱线图(matplotlib-boxplot)
- 2018/09/12 【2.4.6】小提琴图(matplotlib-violinplot)
- 2019/05/26 【2.4.7】人口金字塔(Population Pyramid)
- 2019/05/25 【2.4.8】分类图(Categorical Plots)
- 2019/05/24 【2.5.1】华夫饼图(Waffle Chart)
- 2019/05/19 【2.5.2】饼形图(Pie Chart)
- 2019/05/17 【2.5.3】树形图(Treemap)
- 2018/06/01 【2.5.4】条形图(matplotlib-bar)
- 2022/06/16 【2.5.4.2】statannot--boxplot显著性标注
- 2019/05/16 【2.6.1】时间序列图(Time Series Plot)
- 2019/05/15 【2.6.2】自相关和部分自相关图(Autocorrelation (ACF) and Partial Autocorrelation (PACF) Plot)
- 2019/05/14 【2.6.3】自相关和部分自相关图(Cross Correlation plot)
- 2019/05/12 【2.6.4】堆积面积图(Stacked Area Chart)
- 2019/05/11 【2.6.5】日历热图(Calendar Heat Map)
- 2019/05/09 【2.6.6】季节图(Seasonal Plot)
- 2019/03/08 【2.6.7】折线图(matplotlib-plot)及线条
- 2020/09/18 【2.6.7】errorbar--误差棒图
- 2019/05/10 【2.7.1】树状图(Dendrogram)
- 2019/05/08 【2.7.2】簇状图(Cluster Plot)
- 2019/05/05 【2.7.3】安德鲁斯曲线(Andrews Curve)
- 2019/05/04 【2.7.3】平行坐标图(parallel-coordinates)
- 2019/03/08 【2.8.2】sequence logo图
- 2019/06/22 【2.8.3】图形填充fill/fill_between
- 2018/06/05 【2.8.5】matplotlib辅助线(vlines/hlines/axvspan/axhspan)
- 2019/06/17 【2.9.1】matplotlib高级教程之形状与路径——patches和path
- 2019/06/16 【2.9.2】matplotlib.patches.Polygon
- 2018/06/04 【3.1】matplotlib-legend
- 2018/06/05 【3.3】matplotlib文本标注(text、annotate)
- 2018/06/05 【3.5】matplotlib-font
- 2019/05/22 【3.5.2】matplotlib-grid
- 2019/01/07 【3.5.2】matplotlib-label
- 2019/05/21 【3.6.1】matplotlib-title
- 2018/06/06 【3.6】matplotlib-坐标轴axis(ticks,label)
- 2018/06/05 【3.7.1】matplotlib-colors(matplotlib可识别代表颜色的字符)
- 2018/09/07 【3.7.3】matplotlib-colormap(色图的例子get_cmap)
- 2018/09/07 【3.7.4】matplotlib-cmap-将为0的值的颜色设为black
- 2018/09/13 【3.7.5】matplotlib-循环用色
- 2018/06/01 【4.1.1】matplotlib-断坐标轴
- 2019/03/13 【4.1.2】matplotlib-绘制双Y轴曲线图
- 2018/06/01 【4.2】matplotlib-多图合并
- 2018/06/06 【4.2】matplotlib-多图合并-subplot/subplots/subplot2grid
- 2018/06/06 【4.3】matplotlib-savefig(保存图片)
- 2018/07/05 【5.1】matplotlib-报错--tkinter.TclError no display name
- 2019/05/23 【5.2】matplotlib-报错--matplotlib display text must have all code points 128 or use Unicode strings