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

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

[Octave-bug-tracker] [bug #37913] subplot with copyobj inconsistent


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #37913] subplot with copyobj inconsistent
Date: Sat, 15 Dec 2012 13:13:38 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:17.0) Gecko/20100101 Firefox/17.0

Follow-up Comment #3, bug #37913 (project octave):

My tip is:

$ hg tip
changeset:   15793:06832c90ae7d
tag:         tip
user:        Rik <address@hidden>
date:        Fri Dec 14 16:03:50 2012 -0800
summary:     build: Include new gui icons in distribution tarball.


I use the attached hdlcmp.m to compare model and clone properties. The example
below still shows me what I explained previously.


close all
graphics_toolkit gnuplot;
ax1 = subplot (1, 1, 1);
ax2 = copyobj (ax1, gcf);
valdiff = hdlcmp (ax1, ax2).valdiff
close all
graphics_toolkit fltk;
ax1 = subplot (1, 1, 1);
ax2 = copyobj (ax1, gcf);
valdiff = hdlcmp (ax1, ax2).valdiff


(file #27100)
    _______________________________________________________

Additional Item Attachment:

File name: hdlcmp.m                       Size:2 KB


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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