Home
OL Notes
Dev Notes
About
Utilities

Scientific Graphing

This page is dedicated to creating scientific graphs for various purposes, and also a project to make use of what I learned at UBC Physics so I can look back on it.

The API that works behind the scenes: https://github.com/AndrewZhouMQ123/Sci_Graph_API

Feel free to go through the code if you are interested.

Scatter Plot

Error Bar Plot with X-error

Error Bar Plot with Y-error

Error Bar Plot with XY-error

Generate Bar Plot

Generate Pie Plot

Generate Boxplot

Equal-bin-width Histogram

Vary-bin-width Histogram with Optional weights

Uniform Mesh Imshow HeatMap

Uniform Mesh Pcolormesh HeatMap

Custom Mesh Pcolormesh HeatMap

Custom Mesh and Function Pcolormesh HeatMap

Contour Map