You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I use the 'patch' and 'fill' functions the transparency comes out just fine ('facealpha' and 'FaceVertexAlphaData' properties).
But when using 'scatter' plot with 'Markerfacealpha' the transparency get lost in the image file (like in the image above).
Hi Yair
Many thanks for the nice work. However, I have the same issue.
when I use export_fig function to save files as -eps , markers on the figure (in the eps file) looses their transparency! I have attached a simple script for you .
Many thanks
Kajal TRIssueWithExportFig.zip
when I use
print(gcf, '-dpdf','-painters', 'aaa.pdf')
I get object transparency
but when I use:
export_fig aaa.pdf -q101 -painters
I loss transparency
I read in the description that -painters don't support transparency, but it seems that when using print it works.
can this be fixed?
The text was updated successfully, but these errors were encountered: