MathGroup Archive 2000

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

Search the Archive

Yet another Display[...,...,"PDF"]-Problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg23173] Yet another Display[...,...,"PDF"]-Problem
  • From: hans.steffani at e-technik.tu-chemnitz.de (Hans Friedrich Steffani)
  • Date: Thu, 20 Apr 2000 23:48:44 -0400 (EDT)
  • Organization: Chemnitz University of Technology
  • Sender: owner-wri-mathgroup at wolfram.com

[This posting covers the topic of my other Display[]-Posting today
which you may cancel]

Why does the pdf-file, produced by

p = Show[Graphics[{RGBColor[1, 0.8, 0.8], 
        Rectangle[{-0.5, -1.3}, {0.5, 1.3}]}],
    Table[Graphics[Arrow[{x, 1.3}, {x, -1.3}]], {x, -1.2, 1.2, 0.3}], 
    AxesOrigin -> {0, 0}, PlotRange -> {{-1.5, 1.5}, {-1.5, 1.5}}, 
    AspectRatio -> 1, Frame -> True, FrameTicks -> None, Epilog ->
{}, 
    Background -> RGBColor[1, 0.7, 0.7]]
Display["problem.pdf", p, "PDF"]

looks different from the picture I got from the notebook?

Hans Friedrich Steffani
-- 
Hans Friedrich Steffani
Institut fuer Elektrische Maschinen und Antriebe, TU Chemnitz
mailto:hans.steffani at e-technik.tu-chemnitz.de
http://www.tu-chemnitz.de/~hfst/


  • Prev by Date: AW: Printing Mathematica in MSWord
  • Next by Date: Re: Kernel keeps crashing
  • Previous by thread: AW: Printing Mathematica in MSWord
  • Next by thread: A simple programming question.