I'm happy to say that facet_wrap is finally back with version v0.3.5. Normal classification by a (in this case 2) discrete variable(s):
Classification by discrete variable with free scales: See the code for these two here: [https://github.com/Vindaar/ggplotnim/blob/master/recipes.org#facet-wrap-for-simple-grid-of-subplots](https://github.com/Vindaar/ggplotnim/blob/master/recipes.org#facet-wrap-for-simple-grid-of-subplots) Other notable changes of the last few versions include: * all recipe plots are now also checked in the CI based on the JSON representation of the final Viewport, which drawn by ginger * bar plots can now show negative bars * gather on the arraymancer backend does not require all columns to be of the same type anymore * ridgeline plots were added. There's no recipe yet, because one thing still has to be fixed: the size of the top most ridge is not scaled if the content (using an overlap > 1 is used) exceeds the size of the ridge. With the changes done for the facet_wrap fix however, this is finally possible to implement. See the full changelog for all recent changes: [https://github.com/Vindaar/ggplotnim/blob/master/changelog.org](https://github.com/Vindaar/ggplotnim/blob/master/changelog.org)
