You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if the error is due to my incorrect use of the function. However, after a quick glance at the code, I fixed it by simply replacing line 20 of geom_count.m: if obj.continuous_color
with: if obj.continuous_color_options.active
Now my code runs, and I get the expected figure type. Since I am still exploring the toolbox and haven’t looked at the rest of the code in detail, I’m not sure if this correction is relevant.
I hope this can help.
Thanks again!
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for this toolbox, which I have just discovered.
I downloaded the file from MathWorks File Exchange.
After some successful trials with the toolbox, I tried to use the geom_count() function. However, with each call, I get the following error:
"Unrecognized method, property, or field 'continuous_color' for class 'gramm'."
Here is an example of the code I used to test the function:
I am not sure if the error is due to my incorrect use of the function. However, after a quick glance at the code, I fixed it by simply replacing line 20 of geom_count.m:
if obj.continuous_color
with:
if obj.continuous_color_options.active
Now my code runs, and I get the expected figure type. Since I am still exploring the toolbox and haven’t looked at the rest of the code in detail, I’m not sure if this correction is relevant.
I hope this can help.
Thanks again!
The text was updated successfully, but these errors were encountered: