Skip to content

A python package to plot histogram using Python3-Matplotlib

License

Notifications You must be signed in to change notification settings

sumitavakundu007/matHist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

matHist

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.

Contributor

Installation

Prerequisites

  1. python3 or higher
  2. Python3-numpy
  3. Python3-matplotlib

Using PyPI

Use the package manager pip to install matHist.

pip install matHist

Using source code

git clone https://github.com/sumitavakundu007/matHist.git
cd matHist-X.X.X
python3 setup.py install --user

Usage

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.

Contributing

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.

License

[MIT](https://choosealicense.com/licenses/mit/

About

A python package to plot histogram using Python3-Matplotlib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages