Re: [Matplotlib-users] Setting the bin content of a histogram

2012-03-02 Thread EnderWiggin
Hi Jeff, thank you for your answer. It was very helpful to me. Have a nice weekend! -Jan -- View this message in context: http://old.nabble.com/Setting-the-bin-content-of-a-histogram-tp33412466p33428602.html Sent from the matplotlib - users mailing list archive at Nabble.com.

[Matplotlib-users] Setting the bin content of a histogram

2012-03-01 Thread EnderWiggin
Hi all, I'm currently using the hist plot from matlibplot. Here I have the following question: is there an easy way to set the bin content of a specified bin? For example, I would like to call set_bin_content(bin_index=1, value=1) once instead of filling in 1 times the same value. Thank

Re: [Matplotlib-users] Setting the bin content of a histogram

2012-03-01 Thread Jeffrey Blackburne
Hi, I'm currently using the hist plot from matlibplot. Here I have the following question: is there an easy way to set the bin content of a specified bin? For example, I would like to call set_bin_content(bin_index=1, value=1) once instead of filling in 1 times the same