python:ggplot(2)- 图形画法

第一章:python:ggplot 第2节:python:ggplot图形画法 1,绘制散点图,geom_point() 读取外部数据进行绘图,例子: >>> import pandas as pd >>> from ggplot import * >>> df=pd.read_table('C:\Users\lenovo\Desktop\mtcars.txt') >>> df ··name ty
相关文章
相关标签/搜索