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

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

[Octave-bug-tracker] [bug #47974] Visual differences between gnuplot and


From: Rik
Subject: [Octave-bug-tracker] [bug #47974] Visual differences between gnuplot and OpenGL toolkits
Date: Wed, 8 Jun 2016 22:48:46 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #62, bug #47974 (project octave):

I'm getting new errors after this cset


changeset:   21832:7fe10fcd8370
user:        Daniel J Sebald <address@hidden>
date:        Fri Jun 03 16:15:01 2016 -0500
summary:     For gnuplot, change 3D plot title default location and unit
meaning (bug #47974).


Code to reproduce:


close all
graphics_toolkit gnuplot
demo polar 1
polar example 1:
 clf;
 theta = linspace (0,2*pi,1000);
 rho = sin (7*theta);
 polar (theta, rho);
 title ('polar() plot');

error: get: unknown hggroup property yaxislocation
error: called from
    __gnuplot_draw_axes__>do_text at line 2654 column 3
    __gnuplot_draw_axes__ at line 1320 column 9
    __gnuplot_draw_figure__ at line 172 column 17
    __gnuplot_drawnow__ at line 86 column 5




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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