Browse Source

switch default plotting mode to fit to published figures.

Julia Sprenger 2 years ago
parent
commit
e275f9d4b9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      code/data_overview_2.py

+ 2 - 2
code/data_overview_2.py

@@ -76,8 +76,8 @@ chosen_events = ['TS-ON', 'WS-ON', 'CUE-ON', 'CUE-OFF', 'GO-ON', 'SR-ON',
 # Load data and metadata for a monkey
 # =============================================================================
 # CHANGE this parameter to load data of the different monkeys
-# monkey = 'Nikos2'
-monkey = 'Lilou'
+monkey = 'Nikos2'
+# monkey = 'Lilou'
 
 datafile = get_monkey_datafile(monkey)