Hi all,

I am using PDL::Graphics::PLplot to make some scatter plots of the type:

$plot = PDL::Graphics::PLplot->new (DEV => "ps", FILE => "plot.ps",
ORIENTATION => 1);
$plot->xyplot($x, $y,
              PLOTTYPE => 'POINTS',
              CHARSIZE => 0.5,
              SYMBOL => 1,
              SYMBOLSIZE => 1,
              XLAB => 'x label',
              YLAB => 'y label');


I noticed that SYMBOL only plots letters (A for Symbol => 1; B for
SYMBOL => 2, and so on). I checked the web pages and the manual but I
simply cannot figure out how to plot more usual circles, squares or
crosses. I will appreciate if someone can point me what is wrong here.


Thanks in advance


Hernán


-- 

Hernán De Angelis
Linux user # 397217

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

Reply via email to