brainglobe / brainglobe-heatmap

Rendering anatomical heatmaps with brainrender and matplotlib
https://brainglobe.info
MIT License
34 stars 10 forks source link

[Feature] Refactor to have PEP8 class names. #41

Closed alessandrofelder closed 4 months ago

alessandrofelder commented 4 months ago

Is your feature request related to a problem? Please describe. Having some classes (heatmap, plan) start with a lowercase letter, and others with uppercase (Plane, Slicer), makes the code hard to read. Classes should start with uppercase according to PEP 8.

Describe the solution you'd like Make class heatmap and class plan(heatmap) uppercase, and refactor examples and other code accordingly.

Describe alternatives you've considered

\

Additional context

\