We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In #10775 we implemented streamline plots, but this ask.sagemath question requests alpha transparency for it too. Currently this raises an error.
Component: graphics
Issue created by migration from https://trac.sagemath.org/ticket/23104
The text was updated successfully, but these errors were encountered:
The matplotlib streamplot https://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.streamplot.html currently doesn't support the alpha option. To allow alpha transparency, one would have to re-implement streamline_plot by plotting lines and arrows, instead of using the matplotlib function. As the answer https://ask.sagemath.org/question/37728/transparency-option-in-streamline-plot/?answer=37729#post-id-37729 to the ask.sagemath question suggests, one can use the alpha option in PIL as a workaround.
streamline_plot
Sorry, something went wrong.
No branches or pull requests
In #10775 we implemented streamline plots, but this ask.sagemath question requests alpha transparency for it too. Currently this raises an error.
Component: graphics
Issue created by migration from https://trac.sagemath.org/ticket/23104
The text was updated successfully, but these errors were encountered: