Qepanna / goFlux

goFlux: A user-friendly way to calculate GHG fluxes yourself, regardless of user experience
https://qepanna.quarto.pub/goflux/
GNU General Public License v2.0
18 stars 5 forks source link

Suggestion: Limit the number of plots per page in the output of flux2pdf #13

Open Qepanna opened 5 months ago

Qepanna commented 5 months ago

The function flux2pdf groups all plots with the same UniqueID onto the same page in the pdf output. However, when there are more than 4 plots per page, it becomes very difficult to read the plots.

Add an option to limit the number of plots per page and send the other plots to the next page.

Qepanna commented 5 months ago

I tried fixing this issue before, but could not find a solution. An idea could be to create a second column "UniqueID", which indicates on which page each UniqueID should be put.