[sage-support] Re: Re Superimpose various region_plot's

2011-10-11 Thread Jason Grout

On 10/11/11 9:44 AM, Zheng Han wrote:


The points in the area of region_plot are covered by the region_plot.
I'm not sure whether I failed to patch it or the patch indeed fails to
work for points. Thx.


Most of the patch failed to apply, as the messages said.  You could do 
this instead:


r1+=point(f,rgbcolor=[1,0,0],zorder=1)+plot(c1)+plot(c2)+plot(c3)+point(g,zorder=1)


(note the zorder arguments to point)

Thanks,

Jason



--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org


[sage-support] Re: Re Superimpose various region_plot's

2011-10-11 Thread Zheng
Wow it works perfect! Thank you so much! I should take more careful
look of the manual and help functions. Thank you.

On Oct 11, 11:10 am, Jason Grout jason-s...@creativetrax.com wrote:
 On 10/11/11 9:44 AM, Zheng Han wrote:

  The points in the area of region_plot are covered by the region_plot.
  I'm not sure whether I failed to patch it or the patch indeed fails to
  work for points. Thx.

 Most of the patch failed to apply, as the messages said.  You could do
 this instead:

 r1+=point(f,rgbcolor=[1,0,0],zorder=1)+plot(c1)+plot(c2)+plot(c3)+point(g,z 
 order=1)

 (note the zorder arguments to point)

 Thanks,

 Jason

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org