tags:

views:

173

answers:

1

Hi All,

I am using gnuPlot library for printing a graph in C++ code. Its printing graph fine, but its printing only in blue color. Does somebody know how can I change the colors?

Cheers

+1  A: 

Use linestyle for setting a color. Some examples are here.

Nikola Kotur