5

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.

Javier
  • 129
  • 2
  • 6

1 Answers1

4

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.

bibi
  • 3,671
  • 5
  • 34
  • 50