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

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

[Octave-bug-tracker] [bug #44168] Symbol flood on terminal, after images


From: anonymous
Subject: [Octave-bug-tracker] [bug #44168] Symbol flood on terminal, after imagesc and print, with large enough matrix
Date: Tue, 03 Feb 2015 09:54:02 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

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

                 Summary: Symbol flood on terminal, after imagesc and print,
with large enough matrix
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Di 03 Feb 2015 09:54:01 UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: stegrobt
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

#!/usr/bin/env octave

# Hello everyone,
# I have an issue with image/imagesc plots of certain size.
# If I run the script below, I get a terminal flooded with weird 
# symbols, as if there was something binary misinterpreted, 
# some files with similar names are created, however
# not the desired correct plot.
# I can't tell whether it's an octave or gnuplot bug.
# Thanks

graphics_toolkit("gnuplot")
n = 10000 % this causes symbol-flood
%n = 9999  % this works
data=rand(n,8); % or other data, does not have to be random
%data=zeros(n,8); % (however this seems to be okay^^)
imagesc(data) % ...then the terminal will be flooded with symbols at
printtime
% plot(data) % ... but this works
print(["whyowhy.png"],"-dpng")




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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