Python Forum
Help with Plotting Histogram - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Help with Plotting Histogram (/thread-22025.html)



Help with Plotting Histogram - Shimmy - Oct-25-2019

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)


RE: Help with Plotting Histogram - newbieAuggie2019 - Oct-25-2019

Hi!

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

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

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

All the best,