https://github.com/ryoppippi/line_plot
Line Plotter with python and plotly
https://github.com/ryoppippi/line_plot
graph plotly plotting python
Last synced: 12 months ago
JSON representation
Line Plotter with python and plotly
- Host: GitHub
- URL: https://github.com/ryoppippi/line_plot
- Owner: ryoppippi
- Created: 2021-01-04T08:17:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T10:16:56.000Z (about 2 years ago)
- Last Synced: 2025-03-16T15:52:24.851Z (12 months ago)
- Topics: graph, plotly, plotting, python
- Language: Python
- Homepage: https://ryoppippi.github.io/line_plot/
- Size: 997 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Line Plot
# これは何
Line の送信履歴から日毎の送信件数をまとめてグラフに Plot します。
# 使い方
- トーク履歴をテキスト形式でエクスポートする([やり方はこちら](https://help.line.me/line/?lang=ja&contentId=20007388))
- このレポジトリをクローンする
- エクスポートしたテキストファイルを`line.txt`へ名称変更し、本レポジトリのルートディレクトリに配置(元の`line.txt`を置き換える)
```sh
docker compose up --build
```
[グラフサンプル](https://ryoppippi.github.io/line_plot/)
# License
The source code is licensed MIT. The website content is licensed CC BY 4.0,see LICENSE.