0

The highlighted part is the one I am having problem with. I have imported numpy in python to make two histograms of image pixels. But cannot clearly figure out how to concatenate both the histograms together into one histogram?

Ranga
  • 1
  • 2
  • please put on your code here. – Benyamin Jafari Jun 26 '18 at 18:33
  • Possible duplicate of [Plot two histograms at the same time with matplotlib](https://stackoverflow.com/questions/6871201/plot-two-histograms-at-the-same-time-with-matplotlib) – Scott Skiles Jun 26 '18 at 18:39
  • I have attached the snippet of my code. And more importantly I do not want to plot the two histograms. I just want to concatenate the values – Ranga Jun 27 '18 at 05:03

1 Answers1

0

I am not exactly sure what you mean by concatenate. I'm assuming you want multiple histograms side-by-side. If this is the case, your questions has already been answered here: Plot two histograms at the same time with matplotlib

Sarth Shah
  • 73
  • 4
  • thank you so much. but that is not my question actually. I want to concatenate the values that are stored in the excel sheet. – Ranga Jun 27 '18 at 04:55