MathGroup Archive 2008

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

Search the Archive

color depth of eps export

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89394] color depth of eps export
  • From: haldor <haldor at arcor.de>
  • Date: Sun, 8 Jun 2008 02:32:17 -0400 (EDT)

Hi all, i am having a ListDensityPlot of discrete values with ColorFunction set to Hue.
Now, when i export this plot as an eps-file, then i get strange color artefacts, which makes me believe that the color depth of the exported image is too low.
How can i set the color depth or fix the problem otherwise?
The commands i used where:

Table[Table[x + y, {x, 1, 10}], {y, 1, 10}];
ListDensityPlot[%, InterpolationOrder -> 0, ColorFunction -> Hue];
Export["plot.eps",%];

Mathematica Version is 6.0.0.
This definitely is a problem with the Export command, because i checked the eps-output from my collegues' computer which looks fine when displayed on my computer.
Thanks,
haldor


  • Prev by Date: Selecting Element from List via Pattern Matching
  • Next by Date: Re: Instructions in for
  • Previous by thread: Re: Selecting Element from List via Pattern Matching
  • Next by thread: Re: color depth of eps export