A python package to plot normalized histogram using Python3-Matplotlib
It reads a data file which has only one column with a string as header. It the data file doesn't contain a header, it will skip the first line.
Use the package manager pip to install matHist.
pip install matHist
git clone https://github.com/sumitavakundu007/matHist.git
cd matHist-X.X.X
python3 setup.py install --user
import matHist
matHist.mat_hist_func("input_file.dat", "output_file.png")
It will ask for few inputs to plot histogram like number of bins (bins), bar width, histogram color etc.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.