Eric Ceballos Dominguez

Results 4 issues of Eric Ceballos Dominguez

Hi! When using Freeview, I am not able to click the Edit Annotation window (see GIF). Any other window works, just not this one. ![screen](https://github.com/freesurfer/freesurfer/assets/52158179/c282bdd0-c89d-479b-9fff-2fd42ed090b2) For context, I am using...

When running nipet.mmrchain() I get an error that seems to come from the cuda file prjf.cu. I am unexperienced with C, so I hope you can help me out. My...

bug

Matplotlib deprecated register_cmap function since 3.7.0, so an equivalent function is now being called under the same name

Added three features: 1. **`tick_labels`**: Custom text on colorbars when calling `Plot().add_layer(tick_labels=['text1', 'text2'])`, see for example plot below ![image](https://github.com/danjgale/surfplot/assets/52158179/9da6c1a5-2323-4f88-8ffd-2ef234369480) 2. **`dpi`**: Increase resolution of output figure when calling `Plot().build(dpi=...)` 3....