octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #31779] mesh changes edgecolor when switching


From: Thorsten Meyer
Subject: [Octave-bug-tracker] [bug #31779] mesh changes edgecolor when switching to logarithmic scale
Date: Sat, 27 Nov 2010 09:25:10 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101028 Iceweasel/3.5.15 (like Firefox/3.5.15)

URL:
  <http://savannah.gnu.org/bugs/?31779>

                 Summary: mesh changes edgecolor when switching to
logarithmic scale
                 Project: GNU Octave
            Submitted by: tmeyier
            Submitted on: Sat 27 Nov 2010 09:25:01 AM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I see this bug on debian testing with gnuplot version 4.4 patchlevel 0, but
not with the fltk backend.

example to reproduce the bug:


x = logspace(1,3,30);
y = logspace(1,3,30);
z = y'*x;

mesh (x,y,z);
pause;
set(gca,  "xscale", "log", "yscale", "log", "zscale", "log");





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31779>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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