diff --git a/tst/scripts/radiation/rad_shock.py b/tst/scripts/radiation/rad_shock.py index 31f2aa8..04c632c 100644 --- a/tst/scripts/radiation/rad_shock.py +++ b/tst/scripts/radiation/rad_shock.py @@ -42,8 +42,6 @@ from phdf import phdf # Plotting style -plt.rc("text", usetex=True) -plt.rc("font", family="serif", size=20) colors = plt.rcParams["axes.prop_cycle"].by_key()["color"] # Commands diff --git a/tst/scripts/radiation/thermalization.py b/tst/scripts/radiation/thermalization.py index 56cf32e..d988c54 100644 --- a/tst/scripts/radiation/thermalization.py +++ b/tst/scripts/radiation/thermalization.py @@ -41,8 +41,6 @@ from phdf import phdf # Plotting style -plt.rc("text", usetex=True) -plt.rc("font", family="serif", size=20) colors = plt.rcParams["axes.prop_cycle"].by_key()["color"] # Commands