Skip to content

Adds matplotlib stylesheet and cleans up a few scripts

Josh Borrow requested to merge add-stylesheet into master

I've added a matplotlib stylesheet that we can start to use. This allows for the setting of matplotlib parameters globally, without having to modify each script individually.

It also contains the styles required to render math with times new roman (and text) without using the LaTeX interpreter, significantly speeding up plotting times.

Also fixes a bug with swiftsimio underflow in the cooling box example

Merge request reports