MathGroup Archive 2009

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

Search the Archive

Re: FrameTicks or LogPlot bug?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102382] Re: FrameTicks or LogPlot bug?
  • From: annetts729 <davidannetts at aapt.net.au>
  • Date: Fri, 7 Aug 2009 05:31:36 -0400 (EDT)
  • References: <h5ebgf$1p1$1@smc.vnet.net>

Hi AES,

> Am I seeing what I think I'm seeing?
>
> In a LogPlot with Frame->True, using
>
>    FrameTicks -> {{xgrid}, {ygrid}}
>
> with xgrid and ygrid being lists of values, gives me the xgrid values
> top and the ygrid values left and right -- but I have to code
>
>    FrameTicks -> {{{ygrid}, None}, {{xgrid}, None}}
>
> to get the same xgrid bottom only and the same ygrid left only.
>
> The first form is consistent with the GridlLines format, the second form
> is consistent with the FrameTicks documentation.

On XP (7.0.1.0), while your last form works, FrameTicks -> {{ygrid,
None}, {xgrid, None}} might be clearer(!).

Depending on your point of view, FrameTicks ->True, might be even
clearer.

Regards,

Dave.


  • Prev by Date: Re: Making your own Definitions using Operators without built in
  • Next by Date: Re: List of position-specifying functions
  • Previous by thread: FrameTicks or LogPlot bug?
  • Next by thread: Re: FrameTicks or LogPlot bug?