p2: edit visualisation labels
This commit is contained in:
parent
8c99960c35
commit
07b91ea5e4
Binary file not shown.
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 40 KiB |
Binary file not shown.
Before Width: | Height: | Size: 115 KiB After Width: | Height: | Size: 114 KiB |
Binary file not shown.
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 104 KiB |
@ -23,7 +23,7 @@ plt.clf()
|
||||
lp = sb.lineplot(data=data_uy['u'])
|
||||
lp.set(
|
||||
title='Signal u',
|
||||
xlabel='samples',
|
||||
xlabel='kT',
|
||||
ylabel='u',
|
||||
)
|
||||
fig = lp.get_figure()
|
||||
@ -34,7 +34,7 @@ plt.clf()
|
||||
lp = sb.lineplot(data=data_uy['y'])
|
||||
lp.set(
|
||||
title='Signal y',
|
||||
xlabel='samples',
|
||||
xlabel='kT',
|
||||
ylabel='y',
|
||||
)
|
||||
fig = lp.get_figure()
|
||||
@ -47,7 +47,7 @@ lp = sb.lineplot(data=imf, legend=False, linewidth=2.5)
|
||||
lp.set(
|
||||
title='Impulse Function Estimate',
|
||||
xlabel='time (s)',
|
||||
ylabel='y',
|
||||
ylabel='amplitude',
|
||||
)
|
||||
fig = lp.get_figure()
|
||||
fig.subplots_adjust(top=.97)
|
||||
|
Loading…
Reference in New Issue
Block a user