Hi every one,
I have two separate ASCII files. For instance:
x1:
10 23
15 26
8 32
and
x2:
3 40
20 46
7 8
I want to read by readalpha and plotxy each one with its specific symbol in
one figure.
Please let me know your solutions.
Reza
I have two separate ASCII files. For instance:
x1:
10 23
15 26
8 32
and
x2:
3 40
20 46
7 8
I want to read by readalpha and plotxy each one with its specific symbol in
one figure.
Please let me know your solutions.
Reza
-
Dear Reza Rezaei -
You won't be able to use PLOTXY because your data isn't sampled at the same X values. However PLOT2 will work. Use the SYMBOL command to turn on symbol plotting and/or COLOR command to plot your traces in different colors.
On 14 Jun 2014, at 13:40, Reza Rezaei wrote:
Hi every one,
George Helffrich
I have two separate ASCII files. For instance:
x1:
10 23
15 26
8 32
and
x2:
3 40
20 46
7 8
I want to read by readalpha and plotxy each one with its specific symbol in one figure.
Please let me know your solutions.
Reza
_______________________________________________
sac-help mailing list
sac-help<at>iris.washington.edu
http://www.iris.washington.edu/mailman/listinfo/sac-help
george.helffrich<at>bris.ac.uk