MatthieuStigler / matPkg

Other
2 stars 0 forks source link

col_facet: issue with wrap #21

Open MatthieuStigler opened 5 years ago

MatthieuStigler commented 5 years ago

problem is wrap will show 4 facets, even if only three used! Needs to:

if(wrap) { strips <- strips[order(g$layout$name[strips])][seq_len(length(pal))] }