Skip to content

Commit

Permalink
wip: update RSAM
Browse files Browse the repository at this point in the history
  • Loading branch information
martanto committed Apr 9, 2024
1 parent 104419b commit 96c2742
Show file tree
Hide file tree
Showing 2 changed files with 561 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
" axs[index_key].scatter(df.index, df.DSAR, c= 'k', alpha=0.3, s=10, label='10 minutes')\n",
" \n",
" # Smoothing using 24 Hour\n",
" axs[index_key].plot(df.index, df.DSAR_24h, c='red', label='24h'.format(station), alpha=1)\n",
" axs[index_key].plot(df.index, df.DSAR_24h, c='red', label='24h', alpha=1)\n",
" \n",
" # Using HP Filter. Uncomment to use HP filter.\n",
" # axs[index_key].plot(df.index, trend, c='red', label='24h'.format(station), alpha=1)\n",
Expand Down
Loading

0 comments on commit 96c2742

Please sign in to comment.