ggplotly doesn't yet implement plot-based title positioning
Offen
Dieses Issue hat noch niemand übernommen.
ggplotly
- Vorherrschende Sprache
- R
- Sterne
- 2.7k
- Forks
- 641
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
The latest version of ggplot2 has a new function that can make the title positioned with regard to the plot rather than the panel.
ggplotly doesn't yet implement this.
library(ggplot2)
plot <- ggplot(mpg) +
geom_point(aes(hwy, displ)) +
ggtitle("The placement of this title may surprise you") +
theme(plot.title.position = "plot")
plotly::ggplotly(plot)
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne damit, das bereitgestellte ggplot2-Beispiel zu reproduzieren, und vergleiche seine Ausgabe mit plotly::ggplotly(plot). Untersuche anschließend die Verarbeitung von theme(plot.title.position = "plot") durch ggplotly; abgeschlossen ist die Aufgabe, wenn der konvertierte Plot seinen Titel relativ zum Plot und nicht nur zum Panel positioniert.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- r
- Bereich
- data-visualization
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100