Hi, 
please, how to place axis label at end of axes and how do I adjust the size 
of axis label.

x=[61.2,62.3,63.3,64.2,65.2,66.1,67.2,68.2,69.2,70.2,71.0,72.0,73.0,74.0,74.9,75.9,76.9,77.8,78.6]
y=[0.019,0.168,0.267,0.218,0.088,0.088,0.265,0.413,0.355,0.219,0.151,0.313,0.510,0.513,0.362,0.242,0.388,0.642,0.732]
line(zip(x, y)).show(frame=True, gridlines='minor', axes_labels=['$I$, 
A','$U$, V'], axes=False)

Please help me to set these parameters. Thanks.

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to