Remove empty subplots in Group X graph
Good day, I have a certain data of Y by X for a range of months and years. I would like to visualize this data without overlays, i.e. where each plot is located next to each other. (The reason is that real Y by X data may already contain several datasets overlayed). Typically, I would add Year and Month as Group X variables. The problem is this creates a lot of blank "subplots" if there are no ent...