News

Python code to plot an example receiver-operator characteristic curve for a Gaussian distributed signal and background. This code produces three plots: Two plots of the signal and background ...
Code and examples from our Python Data Visualization course. Have you ever been confused by all the different python plotting libraries? Have you tried to make a "simple" plot and gotten stuck and ...
Plotting Potential. Now we are ready to make a plot. Here is the code that I will be using, but let me go over a few key parts. The mesh is the most important part of the program. Check out this code: ...