In the example (sage v. 7.5.1) plot1 = plot(sin(x), legend_label="Sin(x)") plot2 = plot(cos(x), legend_label="cos(x)") total_plot = graphics_array([[plot1],[plot2]]) total_plot.show(figsize=[10,4])
the 2nd plot legend is ________ |- cos(x) | |- cos(x) | ------------ -- You received this message because you are subscribed to the Google Groups "sage-support" 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/sage-support. For more options, visit https://groups.google.com/d/optout.
