https://github.com/pengboxiangshang/visualization_tool_functions
https://github.com/pengboxiangshang/visualization_tool_functions
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pengboxiangshang/visualization_tool_functions
- Owner: PengBoXiangShang
- Created: 2018-04-01T13:14:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T18:22:15.000Z (over 7 years ago)
- Last Synced: 2025-01-13T14:24:30.416Z (9 months ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# visualization_tool_functions
## About This Repository
This repository contains some tool functions for data visualization and data analysis,
which can be used for computer science paper writing.
Some frequently-used plots has been released in python and MATLAB formations, including bar plot, histogram, boxplot, probability density function, etc.
```
| README.md
|
+---input_data_example
+---output_example
| box_plot_1.png
|
\---src
+---matlab_code
| box_plot.m
| histogram_plot.m
|
\---python_code
bar_plot.py
box_plot.py
grouped_bar_plot.py
histogram_plot.py
line_chart_plot.py
overlaid_histogram_plot.py
scatter_plot.py
stacked_bar_plot.py
```
## This project will be continuously updated!