#14074: saving fill in eps doesn't work right for some reason
------------------------+---------------------------------------------------
   Reporter:  kcrisman  |             Owner:  jason, was
       Type:  defect    |            Status:  new       
   Priority:  major     |         Milestone:  sage-5.7  
  Component:  graphics  |          Keywords:            
Work issues:            |   Report Upstream:  N/A       
  Reviewers:            |           Authors:            
  Merged in:            |      Dependencies:            
   Stopgaps:            |  
------------------------+---------------------------------------------------
 See [http://ask.sagemath.org/question/2224/no-fillalpha-after-eps-export
 this ask.sagemath.org question].  The original poster points out that

 {{{
 (plot(1+e^(-x^2), xmin=-2, xmax=2, ymin=0, ymax=2.5, fill=0.5,
 fillcolor='green', fillalpha=0.5)).save('t.eps')
 }}}
 doesn't actually save with the correct fill.  A simpler example is
 comparing
 {{{
 sage: polygon([(0,0), (1,1), (0,1)],alpha=.1).save('test.pdf')
 sage: polygon([(0,0), (1,1), (0,1)],alpha=.1).save('test.eps')
 }}}
 Is this a Sage or matplotlib issue?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14074>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to