Update one legend

This commit is contained in:
Thomas Dehaeze 2020-03-23 10:49:09 +01:00
parent 4431bcec8d
commit 0303b7b944
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -713,7 +713,7 @@ And we simulate the system.
ax6 = subplot(2, 3, 6); ax6 = subplot(2, 3, 6);
hold on; hold on;
plot(tomo_align_dist.Em.En.Time, tomo_align_dist.Em.En.Data(:, 6), 'DisplayName', '$\mu$-Station') plot(tomo_align_dist.Em.En.Time, tomo_align_dist.Em.En.Data(:, 6), 'DisplayName', '$\mu$-Station')
plot(cascade_hac_lac.Em.En.Time, cascade_hac_lac.Em.En.Data(:, 6), 'DisplayName', 'HAC-DVF') plot(cascade_hac_lac.Em.En.Time, cascade_hac_lac.Em.En.Data(:, 6), 'DisplayName', 'Cascade')
hold off; hold off;
xlabel('Time [s]'); xlabel('Time [s]');
ylabel('Rz [rad]'); ylabel('Rz [rad]');