Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Labels
Description
Problem
Everytime I have to change the marker, size or color of a scatter plot I have to google the parameters because they are impossible to remember. Why is it that:
- to change marker color I can use either the
color
orc
parameter, - but to change the marker I can only use
marker
, while the shortened versionm
does not work, - and to change the marker size only the shortened parameter
s
works but notsize
!!?
So confusing!
Proposed solution
Define parameters to customize the scatter plot more consistently.