MathGroup Archive 2012

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

Search the Archive

Re: two ordinate graphics in MA

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125010] Re: two ordinate graphics in MA
  • From: Christoph Lhotka <christoph.lhotka at fundp.ac.be>
  • Date: Fri, 17 Feb 2012 06:27:44 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201202160828.DAA11373@smc.vnet.net>

Hi,

does it help you?

Plot[Sin[t], {t, 0, 2 Pi},
  Frame -> True,
  FrameTicks -> {
    Table[{t, t}, {t, 0, 2 Pi, 2 Pi/4}],
    Table[{y, y}, {y, -2, 2, 1/2}],
    Table[{t, IntegerPart[t/\[Degree] // N] Degree}, {t, 0, 2 Pi,
      2 Pi/4}],
    Table[{y, A y}, {y, -1, 1, 1/2}]}
  ]

best,

christoph

On 02/16/2012 09:28 AM, Frederick Mayer wrote:
> Is there a simple way to produce a 2-d graphic plot with both a right
> and a left side ordinate to plot to different curves with different
> scales? I am running MA V-7.
> Thanks,
>     -Fred M
>




  • Prev by Date: Extensive replacement of trigonometric functions
  • Next by Date: MathLinkException ErrorCode 11
  • Previous by thread: two ordinate graphics in MA
  • Next by thread: Re: two ordinate graphics in MA