MathGroup Archive 2002

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

Search the Archive

Plot with disks

  • To: mathgroup at smc.vnet.net
  • Subject: [mg33795] Plot with disks
  • From: Lorenzo Pesce <fish at chem.northwestern.edu>
  • Date: Tue, 16 Apr 2002 03:51:21 -0400 (EDT)
  • Organization: Northwestern University, Evanston, IL, US
  • Sender: owner-wri-mathgroup at wolfram.com

Sorry for the question, likely to be silly.

I am making a plot with random circles on the screen.

I am setting a specific plor range and a frame around it:

how[
  Graphics[ TableDisk
    ],
  PlotLabel ->
    StyleForm["Simulated  TEM  scan" , FontSize -> 16, FontWeight ->
"Heavy",
      FontFamily -> Courier],
  FrameLabel -> {StyleForm["nm", FontSize -> 14, FontWeight -> "Heavy",
        FontFamily -> Courier], ""},
  Frame -> True,
  AspectRatio -> 1,
  PlotRange -> {{-200, +200}, {-200, +200}},
  PlotRegion -> {{0, 1}, {0, 1}}
  ]

I would like that the disks that are partially outside of the frame would
appear truncated, as if this were a picture, while now they appily expand
until they reach the figure edge.

Any suggestions?

 Lorenzo



  • Prev by Date: What features do you think ae missing?
  • Next by Date: Re: list of digits to string
  • Previous by thread: What features do you think ae missing?
  • Next by thread: Is it possible?