https://github.com/dxe4/plot_sql_query
https://github.com/dxe4/plot_sql_query
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dxe4/plot_sql_query
- Owner: dxe4
- Created: 2018-11-03T14:57:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T15:29:29.000Z (over 7 years ago)
- Last Synced: 2025-04-05T00:41:24.255Z (about 1 year ago)
- Language: Python
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
python plot_query.py --sql_file=file_a.sql --plot_type=hist
```

```
python plot_query.py --sql_file=file_a.sql --plot_type=scatter
```

```
python plot_query.py --sql_file=file_a.sql --plot_type=line
```
