|
From: Ethan A M. <eam...@gm...> - 2018-08-15 17:06:32
|
On Wednesday, 15 August 2018 18:34:36 Jelle de Jong wrote:
> On 15/08/18 17:19, Kevin Oberman wrote:
> > On Wed, Aug 15, 2018 at 7:51 AM Jelle de Jong <jel...@po...
> > <mailto:jel...@po...>> wrote:
> >
> > Hello everybody,
> >
> > upgrade from gnuplot 4.0 patchlevel 0 to -> gnuplot 4.6 patchlevel 2
> >
> > I attached two picture of graphs that generated different line colours.
> >
> > I can not find any colour definitions in the gnuplot input files.
> >
> > I am trying to figure out what to look for in the gnuplot input files so
> > I can change the colours back. Can somebody help?
> >
> > For what I can see there are lt (linetype) 1 to 5 used.
> >
> > Can I output the linetype colour mapping/pallet somehow?
> >
> > This change was documented in the v5 release notes.
> >
> > If you want the old colors back, you may explicitly specify them or use
> > the command "set colors classic".
>
> Thank you for taking the time to reply, very much appreciated!
>
> I am running gnuplot 4.6 patchlevel 2
>
> There does not seem to be a set colors classic command, is there
> something else I can do to get the classic colors back?
Your attachments to the original query did not make it through to
anywhere I could see them, so I do not know what colors you are talking about.
The new color scheme was not made a default until version 5, so whatever
you are seeing in version 4.6 must be something else.
Version 4.6 does however support the mechanism for setting linecolors
that was eventually used in version 5 to change the default.
It is possible that your initialization file is using this mechanism
to change colors on entry. If that is what is happening you can either
edit the initialization file or bypass it using the "-d" flag.
gnuplot -d
Otherwise, more information needed.
Is this affecting all terminal types or only a particular terminal?
Is there some reason you would upgrade from version 4.0 only as far
as 4.6 rather than 5.2 (current)?
Ethan
>
> Kind regards,
>
> Jelle de Jong
--
|