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

ternary plot does not work #2015

Closed
danton267 opened this issue Sep 25, 2021 · 1 comment
Closed

ternary plot does not work #2015

danton267 opened this issue Sep 25, 2021 · 1 comment
Assignees
Labels

Comments

@danton267
Copy link
Member

None of the examples from here work: https://www.rdocumentation.org/packages/ggtern/versions/1.0.2.0/topics/ggtern

@cpsievert
Copy link
Collaborator

This would be a very large project, not only because there are nearly 30 geoms, but also because ggplotly() currently has no notion of ternary axes:

> grep("^Geom", getNamespaceExports("ggtern"), value = TRUE)
 [1] "GeomCrosshairTern"   "GeomLisoprop"       
 [3] "GeomLmark"           "GeomPointSwap"      
 [5] "GeomSmoothTern"      "GeomRline"          
 [7] "GeomLline"           "GeomRasterAnnTern"  
 [9] "GeomErrorbarr"       "GeomErrorbart"      
[11] "GeomMeanEllipse"     "GeomTextViewport"   
[13] "GeomErrorbarl"       "GeomConfidenceTern" 
[15] "GeomHexTern"         "GeomLabelViewport"  
[17] "GeomTmark"           "GeomTisoprop"       
[19] "GeomPolygonClosed"   "GeomTriTern"        
[21] "GeomInterpolateTern" "GeomDensityTern"    
[23] "GeomTline"           "GeomRisoprop"       
[25] "GeomRmark"           "GeomMask"    

I'd much rather see us focus on better documentation for the native ternary trace https://plotly.com/r/ternary-plots/ as well as other extension packages (#566) that would be higher leverage (ggtern currently gets 2.5k download/month, which is not very much)

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

No branches or pull requests

4 participants