raksha has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I am new to Perl and I tried using PDL::Graphics::Gnuplot to plot my data using the "image" and "vector" type separately and they seem to work well, however when i tried plotting the image first and then replotting with the vector style on it, the vectors are not drawn correctly. What I mean by not correct vectors is that in the plot the line of the vector and its arrows appear dashed and not a solid line. Anyone can help me ix this? Thanks
  • Comment on how to plot from PDL::Graphics::Gnuplot using an image and then a vector type on it?

Replies are listed 'Best First'.
Re: how to plot from PDL::Graphics::Gnuplot using an image and then a vector type on it?
by haukex (Archbishop) on May 29, 2018 at 15:54 UTC