Pierre Morel

Results 51 comments of Pierre Morel

Thanks for opening the issue on this. Currently documentation is in 4 places: - The workflow section in Readme.md is a brief walk through the first example of examples.m -...

Great, thanks ! In the meantime I will see about organizing examples.m better, adding more examples for things that are not straightforward (`update()`is a strong contender there!).

I added method category titles to the cheat sheet in the last commit... does that help?

Thanks for the comment, I added precisions about those in the latest commit.

Nothing yet, I should add some stuff in the examples.m ... If you're wondering, it just works by providing a 'z' variable in the gramm() call (same format as 'y')....

Hello, Glad to hear you are enjoying gramm! However it doesn't support double y axes. Just a quick look into that shows me that this actually something that has changed...

Hi @Nicholas-Schaub Pretty active these days, thanks ! This pull request also includes the other one right? For some reason GitHub online diff ("files changed") is displaying entire changed files...

Hi, The option should be made to work with other geom/stat that can use point options (jitter, summary, etc.). The best way to find out is to do a text...

Hello, I don't do anything in particular in gramm to prevent or allow data point brushing. However, given that you copy your data _into_ gramm (which uses it in a...

Hi @kenziew, thanks for the feedback ! Normally you should be able to get the handles of the gramm axes through the gramm object itself after `gramm_object.draw()` is called. They...