From the issues in Frank's email about "plot across all stations":
it seems all the stations that are near each other in time are stacked. An argument can be added to fix the stacking issue.
example: cruise_reports/WS0618, where there are 28 stations present, but only 17 columns on the plot. You may be able to see small white lines on the plot and these are probably the different stations
@7yl4r
cruise_report_template.qmd#L80
Issue
From the issues in Frank's email about "plot across all stations":
Possible Update
starting on line 81: cruise_report_template.qmd#L80 you may need to test the result before proceeding.
geom_col() +
togeom_col(position = position_dodge(preserve = "single")) +
position_dodge(preserve = "single")
this removes the stacking effect to be next to each otherscale_y_reverse() +
labs()
ortheme_minimal()
example to see the difference: