Re: [Matplotlib-users] for Posterior predictive data distributions

2015-06-08 Thread Jan Heczko
I put the data into a list of lists of numpy arrays. The following script generated a plot similar to what Juan attached: import matplotlib.pyplot as plt import numpy as np def model(t, ii, jj): """ Returns some numbers according to the independent variable, t, and parameters of the m

Re: [Matplotlib-users] for Posterior predictive data distributions

2015-06-07 Thread Paul Hobson
(apologies if the list receives this twice) On Fri, Jun 5, 2015 at 9:14 AM, Juan Wu wrote: > >> Hi, Experts, >> >> My colleagues and I have a question, how we can make a plot via python >> like below. According to a guy's original paper, "Each panel shows the >> normalized histograms of the obser