fw simulator: WIP
This commit is contained in:
parent
e505627ada
commit
87ae7dfcb3
24 changed files with 465 additions and 192 deletions
|
|
@ -701,7 +701,7 @@
|
|||
" ax.set_xlabel('Period T [s]')\n",
|
||||
" ax.set_ylabel('Power Spectral Density [Hz^2/Hz]')\n",
|
||||
"\n",
|
||||
" for i, t in enumerate([2.0, 3.2, 30, 150, 220, 450, 600, 900]):\n",
|
||||
" for i, t in enumerate([2.0, 3.2, 30, 150, 220, 450, 600, 900]):z\n",
|
||||
" ax.axvline(1/t, color='red', alpha=0.5, zorder=-1)\n",
|
||||
" ax.annotate(f'{t} s', xy=(1/t, 1e-7), xytext=(-10, 5), xycoords='data', textcoords='offset pixels', rotation=90)\n",
|
||||
" #ax.text(1/60, 10,'60 s', ha='left')\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue