[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Graph vs. Plot, a beginners question



PureBytes Links

Trading Reference Links

Plot is shorter than graph

plot( indic ,"",color,style);

is the same

graph0= indic ;
graph0style= ;
graph0color= ;

with plot you can read the value between ""

steph
> 
> Generally speaking, when does one use Plot AFL versus Graph 
variable? Thanks
> in advance.
> 
> Ted