Python Forum
Help with Plotting Histogram
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with Plotting Histogram
#1
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)
Reply
#2
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,
newbieAuggie2019

"That's been one of my mantras - focus and simplicity. Simple can be harder than complex: You have to work hard to get your thinking clean to make it simple. But it's worth it in the end because once you get there, you can move mountains."
Steve Jobs
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Unhashable error - Histogram code lsbpython 1 993 Aug-07-2022, 04:02 PM
Last Post: Yoriz
  How to plot histogram from 2 arrays? python_newbie09 5 8,811 Mar-28-2019, 04:20 AM
Last Post: scidam
  How to: Plot a 2D histogram from N-dim array? StevenZ 1 2,478 Mar-31-2018, 04:08 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020