So, I've got FriCAS running in jupyter (thanks Kurt - superb work!), and I've compiled jupyter.spad to have the draw functions available. Incidentally, why does this need to be done? Can we have jDraw etc automatically available when a FriCAS session is started in jupyter? But anyway, I wanted to plot two graphs on the same set of axes. Ordinarily, this could be done, for example, as
plot([x^2-2,x^3-x],-1..2) but a list of functions is not a legitimate input to jDraw. So how can I plot two functions together? Thanks, Alasdair -- [image: http://www.facebook.com/alasdairmcandrew] [image: https://twitter.com/amca01] <https://twitter.com/amca01> <https://www.linkedin.com/in/alasdair-mcandrew-108178a> <https://plus.google.com/+AlasdairMcAndrew/posts> -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" 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 https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
