diff --git a/thesis_1.mplstyle b/thesis_1.mplstyle index 830bf1d..dcba50b 100644 --- a/thesis_1.mplstyle +++ b/thesis_1.mplstyle @@ -4,4 +4,4 @@ font.size : 10 font.family : serif errorbar.capsize: 3 lines.linewidth: 1.5 -lines.linestyle: None +lines.linestyle: dashed diff --git a/thesis_2.mplstyle b/thesis_2.mplstyle index 3ed9223..68bec83 100644 --- a/thesis_2.mplstyle +++ b/thesis_2.mplstyle @@ -2,6 +2,6 @@ axes.prop_cycle : cycler(color=["#006BA4", "#FF800E", "#ABABAB", "#595959", "#5F text.usetex : true font.size : 16 font.family : serif -errorbar.capsize: 5 -lines.linewidth: 2 -lines.linestyle: None +errorbar.capsize: 3 +lines.linewidth: 1 +lines.linestyle: dashed