neurogeriatricskiel / KielMAT

Python based toolbox for processing motion data
https://neurogeriatricskiel.github.io/KielMAT/
Other
6 stars 1 forks source link

Make colors consistent #22

Closed JuliusWelzel closed 11 months ago

JuliusWelzel commented 12 months ago

To make it easier to follow the documentation, we should have consistent colors representing similar data.

Any comments on which colormap we should be using? I would propose the sequential plasma colormap.

masoudabedinifar commented 12 months ago

Hello @JuliusWelzel,

I will take care of the color consistency using plasma.

Best, Masoud.

JuliusWelzel commented 12 months ago

@masoudabedinifar I included a config.py with a dict and colors.

You can load the colors in any script like:

from ngmt.config import cfg_colors

# use colors
colors = cfg_colors['raw']

Please adapt this in all of your plotting :) Thanks

masoudabedinifar commented 12 months ago

@JuliusWelzel I updated the figure's colors and I will use the same manner in the future.: 872a37ee926d1c7fc30fc778210e727d762fb577 5d83f7f1ed1c047d462f6748cf9ae7c70b09dcdc a2f689fb58df2f6347a64b98f5f8bd072dbb8cb2