diff scripts/plot/private/__print_parse_opts__.m @ 14549:ad542fdd8c8f

maint: Periodic merge of stable to default.
author Rik <octave@nomad.inbox5.com>
date Wed, 11 Apr 2012 10:38:10 -0700
parents b06010f12183 93cb513ed5fc
children 0d6dae0f6bc2
line wrap: on
line diff
--- a/scripts/plot/private/__print_parse_opts__.m
+++ b/scripts/plot/private/__print_parse_opts__.m
@@ -154,7 +154,7 @@
 
   if (arg_st.ghostscript.resolution == 0)
     ## Do as Matlab does.
-    arg_st.ghostscript.resolution = num2str (get (0, "screenpixelsperinch"));
+    arg_st.ghostscript.resolution = get (0, "screenpixelsperinch");
   endif
 
   if (isempty (arg_st.orientation))