Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can concatenate graphics objects:

G = Graphics()
G += points(AN, legend_label = 'AN', color = 'green')
G += points(BN, legend_label = 'S(t)', color = 'blue')
G += points(RN, legend_label = 'RN', color = 'red')
G.show()