From: Rich D. <dr...@in...> - 2005-03-07 22:01:40
|
On Mon, 7 Mar 2005, Jim Benson wrote: > I had that vertical text problem when i first used legend...until > John showed me my error. > > I think: > > legend(('aLabel',), 'upper left') > notice that needed , after the 'aLabel' Ah yes, the old tuple trick. Duh. Thanks. Now the only question remains: is there any way to put the marker *symbol* itself into the legend too? On a regular (non-scatter) plot's legend that is taken care of automatically, but in a scatter plot the 'lines' can't be labeled (I think). Thanks, Rich |