diff --git a/Scripts/parse_dumplings.py b/Scripts/parse_dumplings.py index 7a98dc14f60d724be3ee4f338554785901b8aeba..12ddb0b4b99a02cc17d3fe7e855f99d32c4043f0 100644 --- a/Scripts/parse_dumplings.py +++ b/Scripts/parse_dumplings.py @@ -1738,7 +1738,7 @@ def wasabi_plot_remixes(mix_id: str, mix_protocol: MIX_PROTOCOL, target_path: Pa limit_size = restrict_to_in_size print(f'Limits for inputs value is {limit_size[0]} - {limit_size[1]}') - # Decide on resolution of liqudity display + # Decide on resolution of liquidity display #interval_to_display = weeks_dict interval_to_display = days_dict @@ -1841,7 +1841,7 @@ def wasabi_plot_remixes(mix_id: str, mix_protocol: MIX_PROTOCOL, target_path: Pa # if ax: # ax.legend(loc='center left') if ax2: - ax2.legend(loc='upper left', fontsize='small') + ax2.legend(loc='upper left', fontsize='small', bbox_to_anchor=(0.01, 0.85), borderaxespad=0) if ax3: ax3.legend()