News

Sometimes I have to write stuff so I won’t forget how to do it. This is one of those times. In my recent post on the angular size of a soccer goal, I created a contour plot. Despite what you ...
Functions for creating contour and surface plots. Dependencies: numpy and matplitlib My Python code includes three functions, two of which are functional. The first two functions can create contour ...
Ternary contour plots A ternary contour plots represents isovalue lines of a quantity defined inside a ternary diagram, i.e. as a function of three variables which sum is constant. Coordinates of the ...