shah-in-boots / EGM

Evaluation of electrophysiological signals
https://shah-in-boots.github.io/EGM/
Other
0 stars 1 forks source link

Scales and colour themes for `ggm` objects #25

Open shah-in-boots opened 5 months ago

shah-in-boots commented 5 months ago

This issue seems to be important when visualizing data. It would make the most sense to add scale extensions in the ggproto fashion to allow theme modifications and color modifications to occur.

Will have to make decisions on how to handle colour scales, such as material design colors on a light or dark background.

theme_egm_dark() makes sense to clean the plot and darken the background, but it shouldn't necessarily force the colors to change? Could force all white or all black by modifying scale colour here, but that seems worng.

scale_colour_channels_* may be an alternative scale that can allow for this, with options like...