Zinx
Zinx

Reputation: 2349

Graph in C++ using gnuPlot

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

Upvotes: 1

Views: 1002

Answers (1)

Nikola Kotur
Nikola Kotur

Reputation: 1994

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

Upvotes: 1

Related Questions