mailing-list for TeXmacs Users

Text archives Help


no plots generated in a new octave session


Chronological Thread 
  • From: Kamaraju Kusumanchi <address@hidden>
  • To: address@hidden
  • Subject: no plots generated in a new octave session
  • Date: Fri, 26 Jan 2007 16:24:33 -0500
  • Domainkey-signature: a=rsa-sha1; s=mail; d=bluebottle.com; c=simple; q=dns; h=received:from:organization:to:subject:date:user-agent: mime-version:content-type:message-id; b=COvJq+tLh5w6y82c68O0tfGmXTHhsyoVdZu6k1KR7vq/yAAqB/XnpcVFioeXmHd1T 5O1wNcTrhmqdMBhhgWFH2ktyQ+6tZ3GMMSM3K056R3L7rUP4zc3uvz+8ousj+CP
  • Organization: Cornell University

Using Texmacs 1.0.6.8, octave 2.1.73 on Debian Etch.

When I do
Insert -> session -> octave

and then enter the commands

[x,y] = meshgrid(-3:0.1:3);
z = x.^2+y.^2
mesh(x,y,z)

no plot is generated. However if I save and open this mesh.tm file again and
press enter at each and every command then a plot is displayed.

Can some one else reproduce this? Is this solvable? If there is no solution,
I
can file a bug at texmacs' home page.

mesh.tm is attached for your reference.

thanks
raju

--
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/


----------------------------------------------------------------------
Click to compare rates on life insurance, save big, Shop here:
http://tags.bluebottle.com/fc/CAaCMPJkoHmjMZWaCTv6i2eyXfrIbtxQ/

<TeXmacs|1.0.6.8>

<style|generic>

<\body>
  <with|prog-language|octave|prog-session|default|<\session>
    <\output>
      GNU Octave, version 2.1.73 (i486-pc-linux-gnu).

      Copyright (C) 2006 John W. Eaton.

      This is free software; see the source code for copying conditions.

      There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or

      FITNESS FOR A PARTICULAR PURPOSE.

      \;

      Additional information about Octave is available at
      http://www.octave.org.

      \;

      Please contribute if you find this software useful.

      For more information, visit http://www.octave.org/help-wanted.html

      \;

      Report bugs to \<less\>address@hidden\<gtr\> (but first, please read

      http://www.octave.org/bugs.html to learn how to write a helpful
      report).

      <\errput>
        warning: gset is deprecated and will be removed from a future

        warning: version of Octave.

        warning: You should use the higher-level plot functions

        warning: ("plot", "mesh", "semilogx", etc.) instead

        warning: of the low-level plotting commands.

        warning: If you absolutely must use this function, use the

        warning: internal version __gnuplot_set__ instead.
      </errput>
    </output>

    <\input|octave\<gtr\> >
      [x,y] = meshgrid(-3:0.1:0.3);
    </input>

    <\input|octave\<gtr\> >
      z = x.^2 + y.^2;
    </input>

    <\input|octave\<gtr\> >
      mesh(x,y,z)
    </input>

    <\output>
      \;

      \;

      <postscript|<tuple|<#>|ps>||||||>

      <\errput>
        warning: gsplot is deprecated and will be removed from a future

        warning: version of Octave.

        warning: You should use the higher-level plot functions

        warning: ("plot", "mesh", "semilogx", etc.) instead

        warning: of the low-level plotting commands.

        warning: If you absolutely must use this function, use the

        warning: internal version __gnuplot_splot__ instead.

        warning: fopen: default open mode is now binary
      </errput>

      <with|mode|math|0>
    </output>

    <\input|octave\<gtr\> >
      \;
    </input>
  </session>>
</body>


  • no plots generated in a new octave session, Kamaraju Kusumanchi, 01/26/2007

Archive powered by MHonArc 2.6.19.

Top of page