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

Missing description of default symbol used to mark points #31

Closed
boringNectarine0 opened this issue Jan 21, 2021 · 1 comment · Fixed by #60
Closed

Missing description of default symbol used to mark points #31

boringNectarine0 opened this issue Jan 21, 2021 · 1 comment · Fixed by #60

Comments

@boringNectarine0
Copy link
Contributor

When using the default closed black circle, or not specifying a point type when using geom_point it is not specified in the VI() description

@boringNectarine0
Copy link
Contributor Author

Example:
Iri<-ggplot(iris) +
geom_point(aes(y=Sepal.Width, x=Sepal.Length))
Iri
VI(Iri)

VI(Iri) gives the description

This is an untitled chart with no subtitle or caption.
It has x-axis 'Sepal.Length' with labels 5, 6, 7 and 8.
It has y-axis 'Sepal.Width' with labels 2.0, 2.5, 3.0, 3.5, 4.0 and 4.5.
The chart is a set of 150 points.

It would be better if it said "The chart is a set of 150 closed black points." or "150 closed black circles"

NB. Implementing that as standard syntax for non-varying aesthetics would save characters. There may need to be a new conditional in the whisker (name could be "standard") that activates that text if there are no varying aesthetics.

1jamesthompson1 added a commit to 1jamesthompson1/BrailleR that referenced this issue Nov 29, 2022
Add default shape geom_point message
ajrgodfrey added a commit that referenced this issue Nov 29, 2022
…lt-geom_point-message

resolve #31 add default shape description to geom_point
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

Successfully merging a pull request may close this issue.

1 participant