Questions on converting data, graphics, sound etc. from Mathematica into other file formats.
4
votes
3answers
149 views
Export Graph to PDF
I know that I exported Graphs to PDFs before but it doesn't seem to work any more.
I tried
K5 = GraphData[{"Complete", 5}]
Export["K5.PDF", K5]
And I get a PDF ...
2
votes
2answers
137 views
How can I control the number format of exported data?
I'm having issues while exporting a tables of numerical values to "*.dat" data files.
Here's the thing, sometimes when I export a table, I get more decimals on some random values. The problem is that ...
0
votes
2answers
195 views
Export plot data in Mathematica [duplicate]
How can I export data, which is plotted using something such as:
Plot[Γ[x]/(1.6*10^(-19)), {x, 0.1, 1.2}]
into a .txt file in Mathematica?
2
votes
0answers
141 views
Problem displaying eps exported histograms in Word 2010
I am having problems displaying histograms exported as .eps in word 2010. I don't have problems though displaying them in a specialized .eps viewer. (Postsript viewer from Rampant logic) I am writing ...
5
votes
2answers
334 views
Converting a notebook to plain text programmatically
It is possible to export a notebook to plain text format (practically just extracting all the text from it and discarding formatting) using the ...
2
votes
1answer
106 views
How to export/import function values [duplicate]
I have a function with two variables:
f[x_,y_]:=f[x,y] = ...
I calculated some values (they are fractions like 435345345/3424242424) and would like to store the ...
2
votes
4answers
441 views
How to export data files using specific format
Very often, I have to export data files from Mathematica. These output files contain several columns and hundreds of lines with data. For the sake of the question let's create a sample list
...
6
votes
4answers
455 views
Obtaining better quality in ListPlot
I have a data file which can be downloaded from here.
In order to plot this, I use the following Mathematica code
...
10
votes
2answers
373 views
Maximum size of TIF files in Mathematica
I have a question concerning the maximum size of TIFF files Mathematica can handle. According to the TIFF 6.0 specification -revision 6.0 (see: ...
1
vote
1answer
63 views
LogLinearPlot, extact data to a file, part 2
My question is based on the discussion that I started: Plot, extract data to a file
The method proposed works well for the Plot command, but what about ...
0
votes
1answer
86 views
Saving/exporting results from FindInstance and similar functions
I am dealing with a problem that requires the use of both FindInstance and FindRoot nested in a non-trivial way. The result is dependent on some parameter value $t \in [0,1)$, therefore I use
...
4
votes
2answers
166 views
Exporting interpolating functions to excel
I have a question about exporting an InterpolatingFunction to excel. I checked the forum, but I still couldn't completely understand how to solve my problem. Could someone help me with this problem?
...
3
votes
1answer
121 views
Exporting 2D graphics to DXF
I have a design that I've produced in Mathematica, consisting of two sets of Rectangle objects. The second set is a mirror image of the first and was produced with ...
2
votes
1answer
119 views
Export data from remote kernel onto a local machine
I can not access the directory on my remote kernel these days. Therefore, I want to export the output of the computations to my local machine.
Some details:
My remote kernel is on a Tyan TX46 with ...
6
votes
0answers
103 views
What are the known differences between Save and DumpSave, and how to account for them?
Edit: I changed the title and (slightly) the wording of this question in order to make it more easily answerable.
If I evaluate this in Mathematica 9:
...
8
votes
1answer
310 views
Automating FTP upload within Mathematica?
I have MMA-generated html and would like to automate uploading to a named directory to a web host via SFTP or HTTP POST, ideally without creating local temp files. The closest question I could find on ...
4
votes
1answer
132 views
Exporting Mathematica expression as SVG
I was thinking it would be nice if I could export Mathematica expressions as svg, but I am having some issues. At first blush everything seems to work fine. This piece of code does produce a svg file:
...
5
votes
2answers
241 views
Interactive 3D plot in web browser?
Are there any ways to show a mathematica plot in a web browser so that the user can rotate it and such?
I am open to embedding it in a web page - or some other method such as porting it to a ...
4
votes
3answers
156 views
Avoiding grid lines inside filled area in RegionPlot exported as PDF
Basically the same question as here, but now with regions which have opacity.
...
6
votes
1answer
93 views
DataEncoding in HDF5 format
I would like to export data in HDF5 format with Mathematica 9.
The Mathematica manual about Import and Export of this format can be readen here.
As I'm dealing with large arrays, export often lead to ...
0
votes
3answers
121 views
How to export a header before the data in the result file?
I would like to export a phrase to my result data as a heading.
I'm exporting the data correctly with
Export["file.dat", table].
But I'm doing several ...
8
votes
2answers
201 views
LF line break instead of CR+LF when exporting text files on Windows
I want my program to always save a text file with unix-style LF line breaks (even when Mathematica runs on Windows). But the way the built-in ...
3
votes
1answer
86 views
How to create a “standard” CDF programmatically?
How can I programmatically create a CDF which is similar to the CDFs created by File -> CDF Export -> Standalone...? ...
2
votes
1answer
254 views
11
votes
2answers
270 views
Which ray-tracing software is compatible with Graphics3D?
I am interested in working alternative to Mathematica's FrontEnd for rendering Graphics3D produced by Mathematica. The requrements are:
An ability to import ...
2
votes
1answer
119 views
Why are the elements of plots separated in exported PDFs?
When I export a plot to a PDF with something like
Export["test.pdf", Plot[Sin[x], {x, 0, 2 Pi}], "PDF"]
I get a file in which the axes have been separated from ...
0
votes
0answers
93 views
Is there a way to export text to SVG as text, rather than paths?
When I use Export to export graphics in SVG format, all text in the the exported file seems to get converted to paths. Is there a way to prevent this?
Is there a ...
1
vote
1answer
167 views
Exporting 3D ploted figure complete with legend ready for Word
I have one more problem, still with exporting full quality 3d figure into word. I want perfect quality in word document of a 3d figure prepared with legend (traditional form of text). Extremes of the ...
4
votes
2answers
107 views
How to automate generation of image files?
I need to generate a large number of figures as PNG files, and I'm trying to decide whether Mathematica would be the quickest way to do this.
All the figures have the same basic structure, and I'm ...
0
votes
2answers
119 views
Exporting lists with two extensions to files
Continuation of this question: How to export if I need to have two extensions instead of one. E.g., in the previous case one can generate lists labeled L[1], L[2],.....and so on using a loop. But if I ...
4
votes
2answers
266 views
What is the best way to make a plot complete with legends so it is exported-ready for Word?
I want to put my Plot output into an MS Word document without having to edit it in Corel first, so I want to export it ready for Word in vector format complete with legends, expressions, axes, and ...
1
vote
1answer
200 views
Problem with transparency when I export an eps file
I have the following simple Mathematica code:
...
6
votes
1answer
199 views
Color ramp banding in PDFKit when exporting Raster image Inset to PDF
Here I produce a Raster image with large uniformly colored rectangles and put it in an Inset:
...
14
votes
4answers
861 views
Printing exported PDF graphics fails (version 8)
When I export even simple graphics, say, a DateListPlot to PDF under Windows, it refuses to print on any of the printers at work.
Acrobat (Reader X) throws three ...
6
votes
1answer
221 views
Export graphics in parallel
I run a heavy simulation, using NDSolve and the method of lines. This means that the result of NDSolve is a list of, say, ...
0
votes
1answer
72 views
Move selection to next Output and export to CDF
In my quest to a custom "Save as HTML" (please see context here) I am now able to iterate through the notebook, grab Input cells decorated with a CellTag that, by convention, is going to be a file ...
5
votes
1answer
437 views
Combine multiple PDF files into one document
I have multiple single page PDFs I'd like to join together into a single file. (Obviously I mean the file format and not the probability distributions here!)
I'm aware of free online services such as ...
1
vote
0answers
108 views
Mathematica does not export Turkish characters in a Graphics expression
When I export the following Graphics expression as a PDF (or EPS) file, the Turkish characters ü and ç do not appear.
...
1
vote
1answer
142 views
Export image data precision
I'm sure there is a very easy way to control this, but I have been searching for an hour now without luck.
I plot a function and export it to get a table that I can use in TikZ.
...
3
votes
2answers
387 views
Deformed style when exporting eps files
I want to export a plot into an eps file. Below I present a sample plot code in order to demonstrate the two issues that appear.
(1). LabelStyle: When I use ...
1
vote
3answers
347 views
Trouble with fonts when exporting a 2D-plot to vector formats
I've set up my plot to look exactly how I like it. At least it does so on screen.
Upon export though, only the bitmap formats look the same.
For PDF and EPS, the FontSize seems to get ignored and the ...
1
vote
2answers
176 views
Controlling the speed of Manipulate animations exported to SWF
I would like to export in .swf a "Manipulation" output. I am using
...
0
votes
0answers
129 views
PDF exportation fails to print depending on method: possible bug in v9?
Admittedly inelegant code (that wasn't intended for public consumption):
...
23
votes
2answers
669 views
Saving a notebook as PDF, preserving syntax highlighting
Currently, one may save notebooks as PDFs from the menu by Save As... and then selecting PDF (on a Mac, I imagine it is similar on other OSs). However, the ...
8
votes
1answer
169 views
Syntax Highlighting for Mathematica on a Blog
Every once in a while I want to paste Mathematica code on my blog. When I do, I would like it to be somewhat readable, and it would be nice to have syntax highlighting. So far all my searches have ...
1
vote
1answer
82 views
Export different simulation parameters and results to same file
I have a simulation, and I would like to export the parameters and results to a same spreadsheet without overwriting the previous values.
if I have:
...
4
votes
1answer
146 views
Export Voronoi Data?
I have a Voronoi Diagram (VoronoiDiagram/DiagramPlot) in Mathematica - and I need to export it to something I can import into ArcGIS.
I'll settle for any sort of data/vector-based (non-raster) ...
3
votes
4answers
182 views
How can I get rid of extra commas in Export/Import?
Consider the following example of trying to export the following table:
Export["test.dat", {{{1, 1}, {2, 2}}, {{3, 3}, {4, 4}}}, "Table"];
Now I import to see ...
5
votes
1answer
222 views
How do I prevent fonts sizes and line weights from scaling in exported graphics?
It's common to export graphics from Mathematica that are subsequently scaled to various sizes that cannot (at least not conveniently) be anticipated. This is problematic in cases where (as is common) ...
11
votes
1answer
291 views
Exporting numbered equations to HTML/TeX using conversion rules
This question is a follow up from this one. It may also be considered a duplicate since I have already asked this question in stackoverflow almost a year ago. For a background on using numbered ...



