필터 지우기
필터 지우기

strange plotting issue

조회 수: 2 (최근 30일)
David C
David C 2012년 6월 21일
my code currently plots several series of data and then prints it to pdf in landscape mode
however, i'm trying to add a few new series to it, here's where the weirdness happens.
Prior to the new series, I have 6 series on the graph originally. Adding the 7th series, and the code still properly prints in landscape, however, as soon as the 8th one is added, it starts to print the figures in a rotated manner and in super low resolution.
I thought maybe the 8th series had some weird values, so I plotted the 7th + 9th series instead, same error. Plotted the 9th series by itself -> WORKS! as soon as i combine more than one of the new series together, it chokes.
anyone run into this issue in the past?
figure properties are completely untouched!

답변 (1개)

Sean de Wolski
Sean de Wolski 2012년 6월 21일
  1. Have you tried printing to something other than pdf?
  2. Have you tried export_fig?

카테고리

Help CenterFile Exchange에서 Two y-axis에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by