p2(visualise): note about customness

This commit is contained in:
leo 2023-02-27 02:54:03 +01:00
parent e6d4abe0aa
commit eff30ef628
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 43 KiB

@ -46,7 +46,7 @@ plt.clf()
imf=pd.read_csv('data/impulse_func.csv')
lp = sb.lineplot(data=imf, legend=False, linewidth=2.5)
lp.set(
title='Impulse Function Estimate',
title='Impulse Function Estimate (gCustom)',
xlabel='time (s)',
ylabel='amplitude',
)