MathGroup Archive 2009

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

Search the Archive

Figure quality

  • To: mathgroup at smc.vnet.net
  • Subject: [mg105921] Figure quality
  • From: did <didier.oslo at hotmail.com>
  • Date: Sat, 26 Dec 2009 19:06:32 -0500 (EST)

Consider the figure:

Plot[Sin[Pi/x/2], {x, 1/50, 1}, AxesOrigin -> {1, 0}, PlotRange ->
{{0, 1}, {-1, 1}}, PerformanceGoal -> "Quality"]

1- On the vertical axis, how can I put the Ticks inside the figure
and the corresponding numbers outside?
(A sort of FlipLeftRight command)

2- Toward x=0.0 the amplitude of the curve seems to decrease.
This is probably due to under-sampling. How can I get the curve
right in this region?

Thanks


  • Prev by Date: Re: Function research
  • Next by Date: problem with EvenQ
  • Previous by thread: Re: Manipulate Plot command - blank plot
  • Next by thread: Re: Figure quality