Scatterplot with marginal histograms
Here’s a code snippet that created a scatterplot and adds marginal histograms. Here’s the output:
Here’s a code snippet that created a scatterplot and adds marginal histograms. Here’s the output:
When performing a simulation of a complex system, one often uses a small time step, resulting in large resulting solution arrays. Given Julia’s excellent speed, creating these arrays is often not terribly time consuming, but one does run into trouble … Continue reading
It’s often the case in physics that one deals with a vector (i.e. a 1d array or list), where each entry is also a vector. Here’s some code which takes a list of vectors and converts them into an array … Continue reading
Every experimental measurement in physics includes sources of noise. Of course, we try to minimize the sources of noise, but there is a limit to this ability (thermal noise, for instance, can be minimized, but not eliminated). Consequently, it often … Continue reading