Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • 1
    $\begingroup$ Dunno a workaround, but I'm for marking this as a bug. $\endgroup$ Commented Mar 1, 2017 at 15:37
  • 1
    $\begingroup$ Having spoken to Wolfram this is now a known issue, introduced in 10.4 and persisting to 11. $\endgroup$ Commented Mar 8, 2017 at 20:19
  • $\begingroup$ OK, let's make it a bug then. $\endgroup$ Commented Mar 9, 2017 at 14:17
  • $\begingroup$ are all the backslashes terminating the line ends really in the mathematica string? There are two issues here, one the result is rasterized, two the result is corrupted by being wrapped to 70 columns. The backslash is not valid postscript. That may have happened on upload to pastebin though. $\endgroup$ Commented Mar 9, 2017 at 14:56
  • 1
    $\begingroup$ Jens' workaround works in version 11.0.1: ImportString[ExportString[Graphics[Inset[axes,Automatic,Automatic,Scaled[1]]],"PDF"],"PDF"]. But for "EPS" it kills the system taking all available physical memory (more than 6 GB before I killed Mathematica.exe)... $\endgroup$ Commented Mar 9, 2017 at 21:11