Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 681 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 681 Bytes

Histogram

Purpose of the Project

A main.py script that: calculates randomly-distributed data using Numpy. Makes a histogram plot of the data. Saves the histogram as a PDF file.

Installation

Download the files to a folder that is specific to this project. Open up a terminal and navigate to the project folder. Copy this script into the terminal and run it:

conda create --name histogramenv python=3.8
conda activate histogramenv
conda env update -n histogramenv --file environment.yml

Running the Script

To start the program, copy the following command in the environment:

python main.py

Image showing an example output

example_hist