Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] gnuplot doesn't use alpha for lines
Date: Sun, 02 Jun 2019 21:47:32 +0200	[thread overview]
Message-ID: <20190602194732.OPNHSSD2qxtAV5j51PJa97F8d8gXV8nQQ8mkL3pEnKI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12035@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]

Closed issue by TOertel on void-packages repository

https://github.com/void-linux/void-packages/issues/12035
Description: ### System

* xuname:  
Void 4.19.36_1 x86_64 AuthenticAMD notuptodate rrFFFF
(Everything is up to date except the kernel)

* package:  
gnuplot-5.2.6_1 (at least)

### Expected behavior
Drawing lines with alpha color should show as translucent.

### Actual behavior
Drawing lines are always 100% opaque.

### Steps to reproduce the behavior
````
gnuplot

  plot x lw 10, -x lw 10 lc rgb "#77000000"
  plot x lw 10, -x lw 10 lc rgb "#FF000000"  
  plot x lw 10, -x lw 10 lc rgb "#00000000" 
````

These should all display differently, but display the same.  Doing `set term png; set output "test.png"` and re-running the above generate the same incorrect result.

Alpha channel for lines was added in 5.2, I haven't found any other examples of alpha not working on the internet, so it seems like it's just void (or perhaps just me).

gnuplot-wx and gnuplot-qt both correctly display the alpha when drawing to X.  All commands fail when terminal is png or jpeg.

  parent reply	other threads:[~2019-06-02 19:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-30 14:13 [ISSUE] gnuplot doesn't use alpha voidlinux-github
2019-05-30 15:11 ` gnuplot doesn't use alpha for lines voidlinux-github
2019-05-30 20:06 ` voidlinux-github
2019-05-30 20:48 ` voidlinux-github
2019-05-30 21:03 ` voidlinux-github
2019-05-30 21:19 ` voidlinux-github
2019-05-31 11:15 ` voidlinux-github
2019-05-31 11:32 ` voidlinux-github
2019-06-02 19:47 ` voidlinux-github
2019-06-02 19:47 ` voidlinux-github [this message]
2019-06-03 12:47 ` voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190602194732.OPNHSSD2qxtAV5j51PJa97F8d8gXV8nQQ8mkL3pEnKI@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).