Skip to content

Commit

Permalink
Fix label location in vm_vp_plane
Browse files Browse the repository at this point in the history
  • Loading branch information
AgenttiX committed Nov 28, 2024
1 parent dbc57fa commit 7d3bca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vm_vp_plane.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def main():
ax.set_xlabel(r'$\tilde{v}_{-}$')
ax.set_ylabel(r'$\tilde{v}_{+}$')
ax.text(0.25, 0.1, 'Deflagrations', fontsize=font_size)
ax.text(0.65, 0.7, 'Detonations', fontsize=font_size)
ax.text(0.72, 0.65, 'Detonations', fontsize=font_size)
ax.legend(bbox_to_anchor=(0.02, 0.85), loc=2, prop={"size": 14})
ax.grid()

Expand Down

0 comments on commit 7d3bca2

Please sign in to comment.