Matthijs Cox

Results 20 comments of Matthijs Cox

Cool, seems there is code available here for reference or reuse: https://github.com/EmotiBit/ofxEmotiBit. We just need a good c++ dev now (I should really improve my skills :p). Generally it is...

It's indeed good to know your plans before trying more myself. If we're talking documentation, I also love the ggplot style cheatsheet. But I haven't investigated yet how they made...

Is datetime support already a feature. Because it fails for me. If it's not a feature, you can add it to the wishlist :) ``` t1 = datetime(2017,8,1,8,0,0); t2 =...

Hi Pier, A question that is perhaps related to custom axes margins. Is it already possible to make custom axes widths/heights? For example in a facet_grid or in multiple calls...

That looks great! I see you also updated the cheatsheet, so we'll have a go with it.

Hi Matia, I'll try to answer for Pier. I think what you want is to use the facet_wrap or facet_grid functionality, together with converting your data to single columns for...

Hi Pier, I haven't been in need for adaptions for GRAMM for a while now, but maybe I found one. I wanted to show some (binary) sequences in a nice...

Hi @piermorel, As far as I understood geom_raster only draws points or lines, I wanted squares with different spacing in x and y. But maybe I misunderstood the function. If...

Oh, I see you have 'auto' options in geom_label for some options. That's nice indeed. If you also add a 'FaceColor' option which is default set to 'auto' you would...

I like the idea, so I started playing a bit with it. Now I can set the FaceColor to none and the EdgeColor to auto, and adapt any other patch...