next up previous contents
Next: -glineplot: Plots a field Up: gd1.pp Previous: -3darrowplot: Plots 3D Fields   Contents

-lineplot: Plots a field component along an axis.

 ##############################################################################
 # Flags: nomenu, noprompt, nomessage,                                        #
 ##############################################################################
 # section: -lineplot                                                         #
 ##############################################################################
 # symbol    = e_1                                                            #
 # quantity  = e                                                              #
 # solution  = 1                                                              #
 # component = z                                                              #
 #                                                                            #
 # direction = z                                                              #
 # startpoint= ( 0.0, 0.0, -1.0e+30 )                                         #
 # used:       ( undefined, undefined, undefined )                            #
 ##############################################################################
 # plotopts = -geometry 690x560+10+10                                         #
 # showtext = yes                       -- (yes | no)                         #
 # onlyplotfiles= no                    -- (yes | no)                         #
 ##############################################################################
 # doit, ?, return, end, help, ls                                             #
 ##############################################################################

Example To specify as database the last computed database, then to generate a plot of the x-component of the electric field of the third field in the database, starting from the lowest z-coordinate in the grid, up to the highest z-coordinate at the position (x,y)= (0,0), we say (using abbreviations):
 -gen, i @last
 -linepl, sym e_3, comp x, dir z, sta (0,0,@zmin), do
In full glory, without abbreviations, this is:
 -general
    infile= @last
 -lineplot
    symbol= e_3
    component= x
    direction= z
    startpoint= ( 0, 0, @zmin )
  doit


next up previous contents
Next: -glineplot: Plots a field Up: gd1.pp Previous: -3darrowplot: Plots 3D Fields   Contents