Skip to content

Commit

Permalink
Increase dynamic of SNR plots
Browse files Browse the repository at this point in the history
Fixes #127
  • Loading branch information
jcohenadad committed Nov 1, 2024
1 parent fbe8831 commit a3288cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_processing-human.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@
" ax.set_xticklabels(ax.get_xticklabels(), rotation=45, ha='center')\n",
"\n",
" if fig_type==\"SNR_90\":\n",
" ax.set_ylim(0, 1300)\n",
" ax.set_ylim(200, 1300)\n",
" else:\n",
" ax.set_ylim(0, 85) \n",
" \n",
Expand Down

0 comments on commit a3288cf

Please sign in to comment.