octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #58282] Missing plot properties 'MarkerFaceAlp


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #58282] Missing plot properties 'MarkerFaceAlpha' and 'MarkerEdgeAlpha' in the scatter function
Date: Thu, 7 May 2020 15:08:58 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0

Follow-up Comment #5, bug #58282 (project octave):

This patch works very well. Here are my two first remarks:
* the new "scatter" should be added to struct2hdl.m so that we can save/load
them
* for some reason transparent markers are now rendered as expected onscreen
but opaque in svg printout. E.g.:


x = randn (100, 1);
y = randn (100, 1);
c = x .* y;
scatter (x, y, 50, c, "filled", "markerfacealpha", 0.5);
print /tmp/toto.svg


Is it possible to determine what makes markers different from standard patch
faces in this regard?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58282>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]