octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: more graphics changes.


From: Daniel J Sebald
Subject: Re: more graphics changes.
Date: Wed, 21 Mar 2007 12:43:27 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

Yes, this is a bug in gnuplot, so don't go chasing that one.  It was introduced
a week before release and really should have been thoroughly tested first.

Dan


Daniel J Sebald wrote:
Søren Hauberg wrote:

John W. Eaton skrev:

It would be helpful to me if people who have been using the new
graphics features could check that I haven't broken too many things.
Please report any problems that you find to this list.


With a couple of hours old checkout I have a really nice system that I'm able to use as my main system. Thank You! The only issue I have at the moment is cosmetic: If I show an image I get a colorbar to the right of the image. This colorbar doesn't have any numbers on it, so it isn't very useful. So either the colorbar should be removed or it should have numbers on it. In the latter case the values should correspond to the values in the image, even if it is displayed using "imshow(im, [minval, maxval])". But as I said, this issue is cosmetic.


For some reason the text is not showing up. I recall this working fine in the past. Perhaps it is a gnuplot issue. I'll think about this one...

Dan



--

Dan Sebald
phone: 608 256 7718
email: daniel DOT sebald AT ieee DOT org
URL: http://webpages DOT charter DOT net/dsebald/


--

Dan Sebald
phone: 608 256 7718
email: daniel DOT sebald AT ieee DOT org
URL: http://webpages DOT charter DOT net/dsebald/
diff -Pur gnuplot-cvs/ChangeLog gnuplot-mod/ChangeLog
--- gnuplot-cvs/ChangeLog       2007-03-17 21:18:49.000000000 -0600
+++ gnuplot-mod/ChangeLog       2007-03-21 01:50:47.253890456 -0600
@@ -1,3 +1,8 @@
+2007-03-21 Daniel Sebald  <address@hidden>
+
+       * src/graphics.c (boundary): The change of 2007-02-25 overlooked the
+       2D plots having palettes that also required setup_tics(COLOR_AXIS,).
+
 2007-03-16 Bastian Maerkisch  <address@hidden>
 
        * src/win/winmain.c (appdata_directory): Prevent segfault if no
diff -Pur gnuplot-cvs/src/graphics.c gnuplot-mod/src/graphics.c
--- gnuplot-cvs/src/graphics.c  2007-03-05 21:04:42.000000000 -0600
+++ gnuplot-mod/src/graphics.c  2007-03-21 01:43:11.710143632 -0600
@@ -738,6 +738,7 @@
     if (is_plot_with_palette()) {
        set_cbminmax();
        axis_checked_extend_empty_range(COLOR_AXIS, "All points of color axis 
undefined.");
+       setup_tics(COLOR_AXIS, 20);
     }
 
     /*{{{  recompute plot_bounds.xleft based on widths of ytics, ylabel etc


reply via email to

[Prev in Thread] Current Thread [Next in Thread]