Javier
Javier

Reputation: 139

Gnuplot default palette

After long time using gnuplot, the default plot palette has changed for me. I would like to change it to the default (red, green...) or at least find where I can use other user-definde palettes without having to define linestyles at the beginning.

This happens both in wxt and pngcairo terms.

Upvotes: 5

Views: 1350

Answers (1)

bibi
bibi

Reputation: 3765

The color sequence has changed recently (version 5).

To revert to the original color sequence you need to

set colorsequence classic

Type help set colorsequence for more help.

Upvotes: 4

Related Questions