Our lab spends a lot of time making graphs for papers. If we could automate this process, it would allow us to dedicate more time to science. This project involves the following steps:
- A python program loads a JSON file with graphing data.
- Includes points, axes, title, etc
- It then produces a graph in a very specific format.
- Arial bold for all fonts
- SVG format (vector)
- Several different graph layouts.
- Standard line graph
- Scatter plot
- Heat map
- Histogram
- Etc.
- Be sure to check out the lab’s python style guide.