2DegreesInvesting / tiltPlot

Plots for the TILT project
https://2degreesinvesting.github.io/tiltPlot/
GNU General Public License v3.0
0 stars 0 forks source link

Change heading of XCTR plots without financial data #62

Closed AnneSchoenauer closed 8 months ago

AnneSchoenauer commented 1 year ago

Dear Linda, Could you please change the heading from the XCTR plots without financial data from "Risk distribution of..." to "Relative emission profile of all products...". Thanks a lot! Best Anne

maurolepore commented 1 year ago

@AnneSchoenauer and @lindadelacombaz, at this early stage of development I think it's best for tiltPlot to not include headings in the code of the package but rather to show examples of how to use ggplot2 to do that. The cost of maintainance for such a volatile detail seems too high. This is similar to tweaking column names. Users of the package can call dplyr::rename() rather than us hard-coding volatile names in our code.

I think the time for those details is later, and the place for those details is a wrapper package that deals only with such beautifications before our outputs hit the front-end. For the back-end I think no titles and ugly but consistent names are okay and way easier to maintain.