The following code prints in SageCell blue lines instead of colored vectors. In CoCalc the presentation is correct:
v1=vector([1,2,3]) v2=vector([4,5,6]) p1=plot(v1) p2=plot(v2,color='red') p1+p2 -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/7aedec97-f670-47ba-8928-bef81440ac98%40googlegroups.com.
