Node: gnuplot_plotcomplex, Next: gnuplot_hardcopy, Previous: gnuplot_plotpolarequation, Up: Canned Routines
Polar complex plots c1,c2,c3,c4 plot (max of 4 plots possible) in the z plane
BAD_SIGNAL
: Called with a dissociated pointer.
interface integer function gnuplot_plotcomplex(ptr_gctrl,n,c1,c1title,& c2,c2title,c3,c3title,c4,c4title) result(status) type(gnuplot_ctrl), pointer :: ptr_gctrl complex(dp), dimension(:), intent(in) :: c1 complex(dp), dimension(:), intent(in), optional :: c2,c3,c4 integer(i4b), intent(in) :: n character(len=*), intent(in), optional :: c1title,c2title,& c3title,c4title end function gnuplot_plotcomplex end interface |