Skip to content

Specify annotations[0].align/annotations[0].valign on [0, 1] scale #1577

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

Closed
cpsievert opened this issue Apr 10, 2017 · 2 comments
Closed

Specify annotations[0].align/annotations[0].valign on [0, 1] scale #1577

cpsievert opened this issue Apr 10, 2017 · 2 comments
Labels
feature something new

Comments

@cpsievert
Copy link

Currently these attributes may be specified on a discretized scale with 3 categories.

Mainly requesting so we can achieve parity with ggplot2 when converting labels/annotations:

qplot(1:10) + 
ggtitle("Hey there") + 
  theme(plot.title = element_text(size = 40, vjust = 1, hjust = 0.75, debug = T))

screen shot 2017-04-10 at 2 12 15 pm

@cpsievert cpsievert added the feature something new label Apr 10, 2017
@alexcjohnson
Copy link
Collaborator

If we did this, ideally we would standardize the implementation so it applies to everything that uses these discrete categories:

  • xanchor/yanchor for annotations, legends, images, colorbars, rangeselectors, sliders, updatemenus
  • scatter.textposition

@gvwilson
Copy link
Contributor

Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson

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

No branches or pull requests

3 participants