Parcourir la source

switch default plotting mode to fit to published figures.

Julia Sprenger il y a 2 ans
Parent
commit
e275f9d4b9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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)