-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
Allow setting alpha (transparency/opacity) for contour_plot #9491
Comments
Attachment: trac-9491-contour-alpha.patch.gz |
comment:1
This patch was done in a rush, so there may be bugs in it. |
comment:2
Comments from David Sanders on sage-support: Firstly, with this code it seems not to be possible to make a |
comment:3
Replying to @jasongrout:
I think that is correct. |
This comment has been minimized.
This comment has been minimized.
Changed keywords from none to alpha, transparency, opacity, plot, contour_plot |
The object of this ticket is to allow an optional argument "alpha"
to set the transparency / opacity for contour_plot, like it exists for
other types of plots.
An initial patch enables an 'opacity' argument to the contour_plot function.
It should be renamed 'alpha' for consistency with its name elsewhere.
Doctests need to be added, and a few examples need to be written.
Related tickets and discussions:
CC: @slel
Component: graphics
Keywords: alpha, transparency, opacity, plot, contour_plot
Author: Jason Grout
Issue created by migration from https://trac.sagemath.org/ticket/9491
The text was updated successfully, but these errors were encountered: