An open API service indexing awesome lists of open source software.

https://github.com/pengboxiangshang/visualization_tool_functions


https://github.com/pengboxiangshang/visualization_tool_functions

Last synced: 7 months ago
JSON representation

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!