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