Python Forum

Full Version: Help with Plotting Histogram
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering whether some Python experts which can help me out with generating the histograms. I'm relatively new to Python and all help is welcome :).


The problem is as follows: In SAS you have a proc capability functionality, which you can use to standardize the axis for all the plots. This goes for the bin values as well. I was wondering whether a similar functionality
Like this exists in Python (I couldn’t find a standard script/function which could do this). Examples of such plots can be found at (http://support.sas.com/kb/24/299.html)
Hi!

I'm no expert, but maybe these links could help you:

https://matplotlib.org/3.1.1/gallery/sta.../hist.html

https://realpython.com/python-histograms/

All the best,