in reply to Re: Populate 2d Chart Using Chart::Gnuplot from a Loop
in thread Populate 2d Chart Using Chart::Gnuplot from a Loop

Worked like a charm for my exact same problem. Only negative is all the plots are the same color. Short of cycling through hex values based on the for loop counter, any idea how to alternate colors of the different dataset points?
  • Comment on Re^2: Populate 2d Chart Using Chart::Gnuplot from a Loop

Replies are listed 'Best First'.
Re^3: Populate 2d Chart Using Chart::Gnuplot from a Loop
by goutham (Initiate) on Jun 15, 2015 at 13:54 UTC
    Did you get how to give different colors for data-sets in same plot? It would be grateful if you have an answer. Thanks