Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rcParam option for number of scatterplot symbols #1633

Closed
thoppe opened this issue Jan 3, 2013 · 2 comments
Closed

Add rcParam option for number of scatterplot symbols #1633

thoppe opened this issue Jan 3, 2013 · 2 comments

Comments

@thoppe
Copy link

thoppe commented Jan 3, 2013

In rcParams we can control the number of symbols for a normal plot with

legend.numpoints : n

I suggest that we add a new key

legend.scatterpoints : n

That fills in the value for:

plt.legend(scatterpoints=n)
@tacaswell
Copy link
Member

This is already marked as TODO in the code ( https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/legend.py#L138 ) and is already implemented except for adding the default values.

@dmcdougall
Copy link
Member

Resolved in #1634.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants