Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jet.pal: duplicate or conflicting arguments in style specification #4

Open
adammaj1 opened this issue Jan 26, 2020 · 2 comments
Open

Comments

@adammaj1
Copy link

Hi,

When I load jet.pal I have error messege:

       G N U P L O T
	Version 5.3 patchlevel 0    last modified 2018-03-05 

	Copyright (C) 1986-1993, 1998, 2004, 2007-2018
	Thomas Williams, Colin Kelley and many others

	gnuplot home:     http://www.gnuplot.info
	mailing list:     [email protected]
	faq, bugs, etc:   type "help FAQ"
	immediate help:   type "help"  (plot window: hit 'h')

    Terminal type is now 'qt'
     gnuplot> load "jet.pal"
     gnuplot> test palette

      gnuplot> set style line 1  linecolor rgb "navy"  linewidth 1.000 dashtype solid pointtype 1 
       pointsize default pointinterval 0 pointnumber 0
                                                                                                                                           ^
         line 58: duplicate or conflicting arguments in style specification

Adam

@hagenw
Copy link
Member

hagenw commented Jun 29, 2020

The problem stems from Gnuplot changing their internal handling of linetype and line style.

An easy fix in newer version of gnuplot might be to just remove lt 1 from all palette definitions.
Or switch to overriding linetypes directly as proposed in #1

@hagenw
Copy link
Member

hagenw commented Jun 29, 2020

I tested removing lt 1 or switching to linetype definitions, neither helped.
So maybe the problem is inside test palette?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants