Skip to content

Commit

Permalink
MAINT: fix up legend placement for sample plot
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy committed Dec 29, 2019
1 parent 115efc0 commit b60467a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion probe_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@
ax.set_xlabel('x')
ax.set_ylabel('y')
ax.set_zlabel('z')
ax.legend()
ax.legend(loc="lower left",
bbox_to_anchor=(0,-0.1),
ncol=2)
ax.set_title('Prototype Multilevel Spherical Grid Data '
'Structure Based on Published Description by \n'
'Li et al. (2017); pre-requisite for fastest '
Expand Down

0 comments on commit b60467a

Please sign in to comment.