how to add mark for every points in each plot? [message #10610] |
Tue, 06 January 1998 00:00 |
hwang
Messages: 5 Registered: January 1998
|
Junior Member |
|
|
I have two arrays.Every array has 12 numbers.Each number stands for the
data for every month of some year.My boss want to plot these two
arrays(X versus Y) but he let me mark '1','2',......or
'Jan','Feb'......besides every point in the plot. I try to find some
parameters in the PLOT routine which can add such mark,but PLOT has no
such parameter or function.I try to use OPLOT, in order to every time I
call OPLOT,it only plot one point.But OPLOT or PLOT only accept the
array arguments.How can I do? Is there any expert knowing how to do
this?
|
|
|