Clear Filters
Clear Filters

strange plotting issue

2 views (last 30 days)
David C
David C on 21 Jun 2012
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!

Answers (1)

Sean de Wolski
Sean de Wolski on 21 Jun 2012
  1. Have you tried printing to something other than pdf?
  2. Have you tried export_fig?

Categories

Find more on Two y-axis in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!