Skip to content

Various fixes for ggplotly - #654

Merged
cpsievert merged 17 commits into
masterfrom
fix/ggplotly
Jul 28, 2016
Merged

Various fixes for ggplotly#654
cpsievert merged 17 commits into
masterfrom
fix/ggplotly

Conversation

@cpsievert

Copy link
Copy Markdown
Collaborator

No description provided.

Comment threadR/ggplotly.R Outdated
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
Copy Markdown
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
Copy Markdown
CollaboratorAuthor

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 masterJul 28, 2016
@cpsievert
cpsievert deleted the fix/ggplotly branch August 22, 2016 14:40
Sign up for freeto 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

@cpsievert@alyst