MathGroup Archive 2010

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

Search the Archive

adding graphics and calibration to plot3d

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107719] adding graphics and calibration to plot3d
  • From: "pippo p." <spazio1 at gmail.com>
  • Date: Wed, 24 Feb 2010 06:20:52 -0500 (EST)

1) is there a way to add graphics to a 3d plot?
which is the best?

i use this piece of code to plot the module of a complex function.
Plot3D[Log[ Abs[f[x + I y]]], {x, -2, 2}, {y, -2, 4},
ColorFunction ->Function[{x, y},Hue[N[Arg[f[x + y I]]/(2 Pi)]]],
ColorFunctionScaling -> False] .

i would like to add to the plot the 8 graphics of the 8 loci (i 8
different scale of gray) where the phase is 0 , 45 , 90 , 135 , 180 ,
225 , 270 , 325  .

2) is there a way to put automatically the calibration of loci?
i mean: to write the string "0 " close to the locus of 0  and so
on ...
thanks

giuseppe


  • Prev by Date: detection of automatic range of plot?
  • Next by Date: WCSTools - Display astronomical FITS files with coordinate grid
  • Previous by thread: Re: detection of automatic range of plot?
  • Next by thread: Re: adding graphics and calibration to plot3d