Skip to content

Various fixes for ggplotly #654

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

Merged
merged 17 commits into from
Jul 28, 2016
Merged

Various fixes for ggplotly #654

merged 17 commits into from
Jul 28, 2016

Conversation

cpsievert
Copy link
Collaborator

No description provided.

panel$layout$xanchor <- paste0("y", sub("1", "", panel$layout$xanchor))
panel$layout$yanchor <- paste0("x", sub("1", "", panel$layout$yanchor))
panel$layout$xaxis <- paste0("xaxis", sub("1$", "", panel$layout$xaxis))
panel$layout$yaxis <- paste0("yaxis", sub("1$", "", panel$layout$yaxis))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What of the axis is eg xaxis11?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch!

@cpsievert cpsievert merged commit fa9422c into master Jul 28, 2016
@cpsievert cpsievert deleted the fix/ggplotly branch August 22, 2016 14:40
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 this pull request may close these issues.

2 participants