Hi,

Is there a way to position the legend in a plot automatically with the PLplot interface ? The only way I know of is to do it by hand (which is kind of tedious) with something like :

my $lx = pdl(0.8,0.9);
my $ly = pdl(60,60);
$pl->xyplot($lx, $ly, COLOR=>GREEN);
$pl->text("data",COLOR=>BLACK, TEXTPOSITION=>[0.9,60,1,1,0]);


Cheers,

---
Alexis Praga
GPG key : 66F9 4BD4 70EC E5D5 2AA4  9097 0673 7CE2 4671 306F

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to