Miguel García García

Results 11 comments of Miguel García García

I renamed the function to match the original one. I also added a way to see all colour palettes at once. See MetBrewer('Demo')

Ofc! I just called directly to the violin function, skipping the violinplot. Here goes an example of the code: ``` n= 4; % The original position, in this case 4...

Hi @frebergstrom, You are right the current implementation of side by side does not support showing means. However, you can do it, if you call the violins directly, skipping the...

@frebergstrom Do you have the last version of the code? Please perform a `git status` & `git pull`. If you are not familiar with git, you can just download the...

As already replied here: https://answers.unity.com/questions/1455089/vive-laser-pointer-turn-off.html by mesadigitaldesign, this has an easy fix: ``` if(active != isActive) { isActive = active; pointer?.SetActive(isActive); } if(!isActive) return; ```

See https://github.com/pupil-labs/pupil-docs/actions/runs/3296782130

Hi! I might have used `violinplot` if I recall it properly due to its flexibility. Unfortunately, I no longer have access to Matlab to test it. For the labels, you...

Hi @shh1v , @FBanani Miguel here from the Product Specialist team at Pupil Labs. I hope you don't mind if I chime in just a little bit. 😀 Pupil Core...

Hi @FBanani Thank you for your detailed message. We can’t guarantee that Neon or Pupil Core will work seamlessly with any non-official third-party libraries. From the project description and the...

Hi. @bpinsard ! Thanks for reporting it. Would you mind clarifying whether you are running it from source or from the bundle? And if you are doing it from source,...