|
[Date Index]
[Thread Index]
[Author Index]
Re: Export graphics to ascii file
- To: mathgroup at smc.vnet.net
- Subject: [mg3] Re: Export graphics to ascii file
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sun, 25 May 2008 02:05:07 -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:
Bug in Mathematica or my mistake?
Next by Date:
Re: Dot Product of Vectors
Previous by thread:
Re: Export graphics to ascii file
Next by thread:
Re: Export graphics to ascii file
|