Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.maple > #786

How to export an expression as an image?

From "Nasser M. Abbasi" <nma@12000.org>
Newsgroups comp.soft-sys.math.maple
Subject How to export an expression as an image?
Date 2013-07-13 03:24 -0500
Organization Aioe.org NNTP Server
Message-ID <krr2rb$1aj$1@speranza.aioe.org> (permalink)

Show all headers | View raw


Is it possible in Maple to export any expression as an image?

For example, I'd like to export the result of dsolve() to a .png
file so I can include that later in another document. I want to
do this programmatically.

For example:

--------------------------------
ode[1] := diff(y(x),x) - (a4*x^4+a3*x^3+a2*x^2+a1*x+a0)^(-1/2):
dsolve(ode[1]=0,y(x));
---------------------------------

Now I'd like to export the solution, as shown in the display as png file.

For example, in Mathematica, I would do

--------------------------------
DSolve[D[y[x], x] - (a4*x^4 + a3*x^3 + a2*x^2 + a1*x + a0)^(-1/2) ==0, y[x], x]
Export["foo.png", %]
-------------------------------

And that will save the last output to foo.png as an image. Or I can
say r=.....; then Export["foo.png",r];

Is it possible to do this in Maple? I am using Maple 17

thanks
--Nasser

Back to comp.soft-sys.math.maple | Previous | NextNext in thread | Find similar


Thread

How to export an expression as an image? "Nasser M. Abbasi" <nma@12000.org> - 2013-07-13 03:24 -0500
  Re: How to export an expression as an image? A N Niel <anniel@nym.alias.net.invalid> - 2013-07-13 07:47 -0600
    Re: How to export an expression as an image? "Nasser M. Abbasi" <nma@12000.org> - 2013-07-13 14:08 -0500
  Re: How to export an expression as an image? Axel Vogt <&noreply@axelvogt.de> - 2013-07-13 19:50 +0200
    Re: How to export an expression as an image? "Nasser M. Abbasi" <nma@12000.org> - 2013-07-13 14:11 -0500
      Re: How to export an expression as an image? "Nasser M. Abbasi" <nma@12000.org> - 2013-07-13 15:25 -0500
        classical interface / Re: How to export an expression as an image? Axel Vogt <&noreply@axelvogt.de> - 2013-07-13 22:52 +0200
          Re: classical interface / Re: How to export an expression as an image? "Nasser M. Abbasi" <nma@12000.org> - 2013-07-13 17:28 -0500
            Re: classical interface / Re: How to export an expression as an image? Axel Vogt <&noreply@axelvogt.de> - 2013-07-14 09:00 +0200
              Re: classical interface / Re: How to export an expression as an image? "Nasser M. Abbasi" <nma@12000.org> - 2013-07-14 02:23 -0500
                Re: classical interface / Re: How to export an expression as an image? Axel Vogt <&noreply@axelvogt.de> - 2013-07-14 15:43 +0200
  Re: How to export an expression as an image? acer <maple@rogers.com> - 2013-07-19 22:40 -0700

csiph-web