Commit 70fd8c3
committed
[REF] views_size replaces figsize
-Inspired by zhen-Qi's suggestion, I replaced the figsize parameter of
plot_point_brain() with the views_size parameter. This new parameter
specifies the size of one single view of the brain. The total figure
size will be adjusted based on the number of views that the user wants
and the orientation of these views.
-Added matplotlib >= 3.3.0 in requirements.txt1 parent 18fab34 commit 70fd8c3
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
729 | | - | |
| 729 | + | |
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
| |||
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
| 747 | + | |
| 748 | + | |
747 | 749 | | |
748 | 750 | | |
749 | | - | |
750 | | - | |
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
| |||
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
| 780 | + | |
780 | 781 | | |
781 | 782 | | |
782 | 783 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
0 commit comments