Pierre Morel
Pierre Morel
Hi, in relation with [this discussion](https://github.com/bkaradzic/bgfx/discussions/2385) I'm trying to subvert the capture() functions to do what I want, but I ran in the problem that enabling capture (using `BGFX_RESET_CAPTURE` or...
Hi Tudor, No bother ;) Though I'm afraid today won't be as useful. 1. Actually here the answer is easy, but sad : gramm doesn't have this functionality... geom_jitter can...
Hi @wildetudor, thanks for the feedback, I'd need to hunt where semicolons are missing ! For the live script, this is peculiar and worth looking into further (I'm not used...
Thanks for the suggestion, that's indeed a frequent question !
Hi, There is no general wishlist/todo... opened issues and pull requests kind of act as one :) But it could be a good idea to have something somewhere (wiki for...
No, but datenum() works... saves me the hassle of needing to check Matlab versions for yet another thing! ```Matlab t1 = datenum(2017,8,1,8,0,0); t2 = datenum(2017,8,5,8,0,0); t = t1:t2; y =...
@Leberer It's not possible currently as legends display grouping variables and not geom/stats. If there is only a single group the legend is not displayed. I'm not sure about what...
Hi Matthijs, It is already possible to do that in the "multiple gramm call" case as gramm figures can be created in UIpanels. It's a bit hackish but works: see...
For those who get notifications from this thread... recent commits added a lot of requested customization features (see my edited "wishlist" above). The latest one allows to fully customize sizes...
Thanks for the help in answering @matthijscox ! Your answer is indeed spot on... to be even faster with the conversion from "wide" table to "long" table, this can be...