Skip to content

Commit

Permalink
Finalised Figure 1 revision
Browse files Browse the repository at this point in the history
  • Loading branch information
mirams committed Jan 30, 2018
1 parent d79495b commit 045fd35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Binary file modified Figures/figure_1/figure_1_r1.pdf
Binary file not shown.
15 changes: 8 additions & 7 deletions Figures/figure_1/plot_figure_1_r1.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@
'zhang',
'matsuoka']

guinea_pigs = ['zeng','winslow','clancy','lindblad','matsuoka']
human_vent = ['lindblad','ohara','tentusscher','grandi','seeman','priebe']
rabbit_san = ['lindblad','zhang','kurata','oehmen','matsuoka']
#guinea_pigs = ['zeng','clancy','matsuoka']
dogs = ['fox','hund','aslanidi','winslow']
human_vent = ['priebe','tentusscher','fink','grandi','ohara','seemann']
rabbit_san = ['zhang','kurata','oehmen','severi']
expression_room = ['wang','diveroli_rt']
expression_37 = ['diveroli_pt','fink','nygren','mazhari','tentusscher','lu']
expression_37 = ['diveroli_pt','mazhari','lu']

########################################################
## Full plot of sine wave voltage protocol and current
Expand Down Expand Up @@ -104,7 +105,7 @@
for m in models:
current_file = 'figure_1_' + experiment + '_data/figure_1_' +experiment+ '_' + m + '.txt'
data = numpy.loadtxt(current_file, skiprows=0)
if m in guinea_pigs:
if m in dogs:
ax4.plot(times_seconds,data)
else:
ax4.plot(times_seconds,data,'k-',alpha=alpha_level)
Expand All @@ -129,7 +130,7 @@
for m in models:
current_file = 'figure_1_' + experiment + '_data/figure_1_' +experiment+ '_' + m + '.txt'
data = numpy.loadtxt(current_file, skiprows=0)
if m in guinea_pigs:
if m in dogs:
ax5.plot(time_range,data)
else:
ax5.plot(time_range,data,'k-',alpha=alpha_level)
Expand All @@ -153,7 +154,7 @@
for m in models:
current_file = 'figure_1_' + experiment + '_data/figure_1_' +experiment+ '_' + m + '.txt'
data = numpy.loadtxt(current_file, skiprows=0)
if m in guinea_pigs:
if m in dogs:
ax6.plot(time_range,data)
else:
ax6.plot(time_range,data,'k-',alpha=alpha_level)
Expand Down

0 comments on commit 045fd35

Please sign in to comment.