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

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

[Octave-bug-tracker] [bug #38372] Lots of warning messages when plot wit


From: Rik
Subject: [Octave-bug-tracker] [bug #38372] Lots of warning messages when plot with 3.7.2 version
Date: Fri, 22 Feb 2013 17:02:11 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0

Update of bug #38372 (project octave):

                Category:                Plotting => Plotting with gnuplot  

    _______________________________________________________

Follow-up Comment #1:

This is interesting.  It appears that in your locale the radix separator is
',' rather than '.'.

Can you try running the following:


sombrero ();
drawnow ("x11", "/dev/null", false, "default_locale.gp");


Then exit Octave entirely and switch your LANG/LOCALE to something else.
The example below uses CSH format for setting environment variables.  If you
use a Bourne shell you will need to change that.


setenv LANG en_US.UTF-8
run-octave
sombrero ();
drawnow ("x11", "/dev/null", false, "US_locale.gp");


If the second test works can you upload both .gp files?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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