文件名称:pyjoyplot:Python中的Joy Plots
文件大小:119KB
文件格式:ZIP
更新时间:2024-06-06 23:20:48
Python
pyjoy Matplotlib周围的薄包装,可方便地制作“喜剧”。 用法 接受一个DataFrame作为输入,并且可以用来制作成组的折线图或直方图。 从PyPI pip install pyjoyplot , pip install pyjoyplot Args: data (pd.DataFrame): DataFrame holding all data -- required x (str) : DataFrame column to use as x value -- required y (str) : DataFrame column to use as y values -- required, if making a line plot hue (str): DataFrame column to use
【文件预览】:
pyjoyplot-master
----iris.png(10KB)
----LICENSE.txt(1KB)
----sports.csv(80KB)
----activities.png(83KB)
----setup.cfg(40B)
----setup.py(483B)
----README.md(1KB)
----dist()
--------pyjoyplot-0.4.tar.gz(2KB)
--------pyjoyplot-0.1.tar.gz(2KB)
--------pyjoyplot-0.3.tar.gz(2KB)
--------pyjoyplot-0.2.tar.gz(2KB)
--------pyjoyplot-0.6.tar.gz(2KB)
----MANIFEST(84B)
----pyjoyplot()
--------__init__.py(5KB)
----.gitignore(6B)
----example.py(381B)