gramm
gramm copied to clipboard
Gramm is a complete data visualization toolbox for Matlab. It provides an easy to use and high-level interface to produce publication-quality plots of complex data with varied statistical visualizatio...
Thanks for this great tool. When I try to change the order of marker styles in geom_point, e.g., `g.set_point_options('base_size',8,'markers',{'x','*'});` they disappear. Am I doing something wrong in the call?
Hi, I'm encountering a problem where the draw function automatically makes my figures visible, even as I declared them with the 'visible' option set to 'off'. For reference, I am...
I ran into a similar problem that was reported in issue #86. ``` Error using horzcat Dimensions of arrays being concatenated are not consistent. Error in gramm/stat_boxplot>my_boxplot (line 81) outliersy=[outliersy...
Dear creator, First of all, thank you! You are awesome! I absolutely love this tool that you've created and have successfully used it in the past for data analysis. Could...
Hi, Firstly, it is an amazing tool that I am currently using. But I encountered some issues and hope you can help. I am so curious how to make subplot...
I am using gramm inside Matlab's Live Editor, to produce a manuscript-like document. Two unexpected behaviours make this task difficult: 1) after each `g.draw(); `call, I get an output like...
First, this is awesome! Second, Is there any way to plot to a certain axes? I'm working in app designer and am trying to find a way to display the...
Hi, I love gramm and have been using it for a while now. Do you plan to add the possibility to plot horizontal errorbars at the same time as vertical...
I've been having a few problems setting the 'alpha' parameter in geom_point. When I run this code, the points in the resulting figure become transparent for less than a second,...
hi, really nice tool to plot my data! I think i found a small bug while plotting half violins with two groups (colors) per dependent variable. Your comments in the...