Tableplot got a few more layer types:
https://clojurians.slack.com/archives/C015AL9QYH1/p1735602222944019
While some functions are kind of specialized and do not compose with the layers API (e.g., https://scicloj.github.io/tableplot/tableplot_book.plotly_reference.html#splom), most things have been possible to write in a composable way that reuses the templating system.
E.g., https://scicloj.github.io/tableplot/tableplot_book.plotly_reference.html#layer-surface can be combined with https://scicloj.github.io/tableplot/tableplot_book.plotly_reference.html#layer-point with :3d :coordinates.
If anybody has any thoughts about that, it would be great to know how other features should be prioritized.
• https://ggplot2-book.org/scales-guides ?
• https://ggplot2.tidyverse.org/reference/facet_grid.html ?
• https://plotly.com/javascript/2D-Histogram/ ?
• https://ggobi.github.io/ggally/reference/ggpairs.html ?
• other https://plotly.com/javascript/statistical-charts/ ?
-------------- While https://scicloj.github.io/tablemath/ is still a small experiment, we are planning to continue with it in the coming days. More feedback, experimentation, and feature requests would be helpful. Hopefully, we may stabilize some parts of it and use them in Noj.