diff --git a/doc/dynare.texi b/doc/dynare.texi index a56dff680..9aec072be 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -12168,7 +12168,7 @@ plot(ts2.data,'--r'); % Plot of the filtered y. hold off axis tight id = get(gca,'XTick'); -set(gca,'XTickLabel',strings(ts.dates(id))); +set(gca,'XTickLabel',strings(ts1.dates(id))); @end example @iftex