MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Export graphics to ascii file

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89063] Re: Export graphics to ascii file
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Sun, 25 May 2008 03:19:04 -0400 (EDT)
  • References: <g18hr3$kig$1@smc.vnet.net>

Hi,

you want export the *data* not the "plot" and

Export["somedatafile",data,"Table"]

should do that.

Regards
   Jens


excalibur.xcalibur at gmail.com wrote:
> Hi there,
>              I made a 2D plot of a certain function with Mathematica
> and I was wondering how to export the plot in ascii format in a simple
> text file. I want to use some other WYSIWYG software to plot my curves
> more neatly.
> 
> I know that Mathematica can do this with all the command lines but hey
> this is my personal preference. I don't like the command line
> arguments that much.
> 
> Thanks for any suggestions.
> --
> Cheers,
> Peter "Excalibur".
> 


  • Prev by Date: Re: How export the 0<x<10^-6 numbers to a text file correctly
  • Next by Date: Re: Re: Range of Use of Mathematica
  • Previous by thread: Re: Export graphics to ascii file
  • Next by thread: Dot Product of Vectors