diff --git a/thesis.mplstyle b/thesis_1.mplstyle similarity index 91% rename from thesis.mplstyle rename to thesis_1.mplstyle index fa6205f..830bf1d 100644 --- a/thesis.mplstyle +++ b/thesis_1.mplstyle @@ -4,3 +4,4 @@ font.size : 10 font.family : serif errorbar.capsize: 3 lines.linewidth: 1.5 +lines.linestyle: None diff --git a/thesis_2.mplstyle b/thesis_2.mplstyle new file mode 100644 index 0000000..3ed9223 --- /dev/null +++ b/thesis_2.mplstyle @@ -0,0 +1,7 @@ +axes.prop_cycle : cycler(color=["#006BA4", "#FF800E", "#ABABAB", "#595959", "#5F9ED1", "#C85200", "#898989", "#A2C8EC", "#FFBC79", "#CFCFCF"]) +text.usetex : true +font.size : 16 +font.family : serif +errorbar.capsize: 5 +lines.linewidth: 2 +lines.linestyle: None