Ask Your Question

ryan's profile - activity

2018-02-26 16:17:59 +0200 received badge  Famous Question (source)
2013-09-22 02:44:07 +0200 received badge  Notable Question (source)
2012-11-06 12:38:03 +0200 received badge  Famous Question (source)
2012-10-04 05:48:29 +0200 received badge  Popular Question (source)
2011-12-13 11:50:44 +0200 received badge  Notable Question (source)
2011-07-15 14:28:31 +0200 received badge  Good Question (source)
2011-07-15 14:28:31 +0200 received badge  Nice Question (source)
2011-07-07 18:18:13 +0200 received badge  Popular Question (source)
2010-11-29 15:47:43 +0200 received badge  Supporter
2010-11-22 08:00:00 +0200 commented answer legend overlaps plot

This will work for the current project that I'm working on. However, I would like to see if sage could automatically handle situations like these.

2010-11-22 02:23:07 +0200 received badge  Student (source)
2010-11-22 02:23:06 +0200 received badge  Editor (source)
2010-11-16 21:56:58 +0200 asked a question legend overlaps plot

The legend_label overlaps my plot (ie the plotted lines). How do I prevent this? It would be nice to move the legend beside or under the plot (outside of the plot axis area).

for example: plot(cos(x), (x,-2pi, 2pi), legend_label='cos(x)')+plot(cos(3x), (x,-2pi, 2*pi), color='green', legend_label='cos(3x)')

Is it possible to get the legend to appear in a subaxes beside the plot?

2010-09-14 20:48:34 +0200 asked a question plot unions, intersections, etc.

I was wondering if it was possible to be able to visually represent (read "plot") intersections and unions using graphics primitives.