great-northern-diver / loon.ggplot

ggplot to loon
22 stars 2 forks source link

some minor changes #63

Closed z267xu closed 2 years ago

z267xu commented 2 years ago
  1. remove useless comments
  2. after transformation from loon facets to ggplot facets, the non-data (e.g., scales, lables,) settings are mapped well.
  3. the facets transformation from loon to ggplot is not fully accomplished. Some "plural static layers", such as l_layer_lines, l_layer_polygons, l_layer_rectangles and l_layer_texts are not set yet. If all facets share the same static "plural layers", the mapping is OK (but I still leave a warning); if different facets have different static "plural layers", the transformation may fail.