Hallo there, I have to plot 4 columns and I use this commands for each data plots with symbols in my script:
set %J_I -k 2; set %J_I -cse 1; set %J_I -csf 18;
set %J_M -k 1; set %J_M -csf 1; set %J_M -cse 1;
set %J_N -k 5; set %J_N -csf 2; set %J_N -cse 2;
set %J_O -k 1; set %J_O -cse 1; set %J_O -csf 18;
Now what is the command to set the SIZE of the symbols? I haven't found it in the Labtalk help file. Please tell me how to do this. And if it can't be done using the set command, please tell me too.
Furthermore I'm looking for the command to set the symbol fill color to NONE. Can it be done with the -csf color# comand? If yes, what is the number for no color? 0 is autonatic, 1 is black... But the more important is the the SIZE (1st question).
Finally what is the command to delete any symbols plotted outside the graph (outside the x and y-axis) My axisses are fixed, and if I make 40 graphs, it happens that symbols are displayed outside the rage of my graph. How hide these symbols?