I will write a more complete answer soon, but in the meantime you can check the `examples` folder. In the docs for the plotting module search for "aesthetics".
On 17 June 2013 21:00, Ondřej Čertík <[email protected]> wrote: > On Mon, Jun 17, 2013 at 12:58 PM, Ondřej Čertík <[email protected]> > wrote: >> Hi, >> >> Here is one of my notebooks (work in progress) for the sympy tutorial: >> >> http://nbviewer.ipython.org/5799312 >> >> How can I set line colors in the plot at the prompt [8]? I didn't find >> it in the docs: >> >> http://docs.sympy.org/dev/modules/plotting.html >> >> I assume I should save it to a variable "p" and then do something like >> >> p[0].line_color = "red" >> >> Except I didn't figure out the exact syntax yet. > > Also, is it possible to create a legend? > > I'll probably just use matplotlib for the more advanced plots, but I > want to show the best we can do so far with plotting. Or maybe there > is some way to call matplotlib commands on the plot? That might be the > best solution. > > Ondrej > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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/sympy. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy. For more options, visit https://groups.google.com/groups/opt_out.
