Skip to content

Instantly share code, notes, and snippets.

@blaylockbk
Last active April 12, 2018 16:12
Show Gist options
  • Select an option

  • Save blaylockbk/2a59b4c7492caa1e62858eee8f1ed5c9 to your computer and use it in GitHub Desktop.

Select an option

Save blaylockbk/2a59b4c7492caa1e62858eee8f1ed5c9 to your computer and use it in GitHub Desktop.
Python Legends
# More here: http://matplotlib.org/api/legend_api.html
# No boarder, transparent frame
legend = ax1.legend(frameon=True, framealpha=.5)
legend.get_frame().set_linewidth(0)
# Limit scatterpoints in legend
plt.legend(scatterpoints=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment