MathGroup Archive 2012

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

Search the Archive

Re: Facegrids at ticks

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125779] Re: Facegrids at ticks
  • From: Rodrigo Murta <murta at rodrigomurta.com>
  • Date: Mon, 2 Apr 2012 04:23:51 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <jl3uvd$3lf$1@smc.vnet.net>

On Mar 30, 6:38 am, Jo=E3o Andr=E9 <jpcgan... at gmail.com> wrote:
> Dear All,
>
> I want to plot a 3D graphic and I want gridlines at the ticks that I specify. I've tried several solutions but I cannot get this working. The result with the code provided below is that it does its job except in the x-axis where he only draws a gridline at the middle coordinate (and not in all ticks).
> Any advice is most welcome.
>
> Here is my code:
>
> Plot3D[exp[R, bn, 50], {R, 2, 100}, {bn, 1, 5},
>   AxesStyle -> Thickness[0.005],
>   Ticks -> {{2, 10, 20, 30, 50, 100}, {1, 2, 3, 4, 5}, {0.5, 1.0,
>      1.5, 2.0, 2.5}}, Boxed -> False,
>   Mesh -> {{0, 2, 5, 10, 15, 20, 30, 40, 50, 60, 70, 80, 90, 100}, {1,
>       1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5}}, PerformanceGoal -> "Quality",
>   FaceGrids -> All];
>
> Kind regards,
>
> Jo=E3o

You have to specify your FaceGrids configuration.
Mathematica FaceGrids helps may help you.

Best Regards
Murta




  • Prev by Date: Re: Problem with Alignment in Center and "."
  • Next by Date: Dynamic list creation
  • Previous by thread: Re: Problem with Alignment in Center and "."
  • Next by thread: Dynamic list creation