Graph Intro Scatter XY Error Bar 1X Error Bar 1Y Error Bar 2XY Bar Graph Pie Graph Boxplot Eq-Histogram Var-Histogram Heatmap (imshow) Heatmap (pcolormesh) Heatmap (coordinate) Heatmap (function) Contour Map 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