Skip to content

Remove deprecated line style commands from plot-bamstats#2251

Merged
daviesrob merged 1 commit into
samtools:developfrom
whitwham:gnuplot-linetype
Aug 19, 2025
Merged

Remove deprecated line style commands from plot-bamstats#2251
daviesrob merged 1 commit into
samtools:developfrom
whitwham:gnuplot-linetype

Conversation

@whitwham

Copy link
Copy Markdown
Member

set style increment user is now deprecated and is reported by such in gnuplot v6.0+. This command has now been removed and set style line has been changed to set linetype.

According to the gnuplot documentation:
set linetype was added in v4.6 (2012)
set style increment user was deprecated in v5.0 (though no warning is given) and removed in v6.0 (this gives a deprecated warning)

2012 is sufficiently long ago that we can probably make this update. Fixes #2243.

"set style increment user" is now deprecated and is reported by such in gnuplot v6.0+.  Removed this command and changed to using "set linetype" instead of "set style line".
@daviesrob daviesrob self-assigned this Aug 14, 2025
@daviesrob daviesrob merged commit c83652d into samtools:develop Aug 19, 2025
6 checks passed
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

Successfully merging this pull request may close these issues.

plot-bamstats: set style increment user

2 participants