项目作者: moratori
项目描述 :
A Simple CSV data Visualizer
高级语言: Python
项目地址: git://github.com/moratori/csviz.git
CSVIZ; A Simple CSV data Visualizer

Installation
$ git clone https://github.com/moratori/csviz.git
$ conda env create --file requirements.yml
Usage
make a csv file like below and save file to directory.
# this line is title for graph
# this line is title for horizontal axis
# this line is title for vertical axis
# lines
# _, series1, series2, series3
0, 0, 0, 1
1, 1, 1, 2
2, 2, 4, 4
3, 3, 9, 8
4, 4, 16, 16
5, 5, 25, 32
run the script csviz.py with argument directory
(csviz) $ python csviz.py directory
access to localhost:8050

Options
- —addr “0.0.0.0”: ip address to bind
- —port 8050: port number to bind
- —width 1080: width for graph
- —height 550: height for graph
- —delimiter “,”: delimiter for csv
- —fontsize 17: font size
- —bgcolor “ffe”: graph baclground color
- —apptitle “Statistical Information for Something System”: title of app
- —debug : debug mode
- —showtoolbar : show flooting tool bar
- —offline: disable loading resources from CDN
- —log None : log file name
- —cssdir None: directory contains css files
- —limit None: limit for loading data
Demo
https://stats.mtcq.jp/