<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am trying to plot a time series (a stock index) 
with dates on the x-axis. </FONT></DIV>
<DIV><FONT face=Arial size=2>If I type:</FONT></DIV>
<DIV><FONT face=Arial size=2>plot(a,b)</FONT></DIV>
<DIV><FONT face=Arial size=2>where a is the vector of dates obtained with 
chron() and b is the time series, I&nbsp;get a nice plot.</FONT></DIV>
<DIV><FONT face=Arial size=2>If I type:</FONT></DIV>
<DIV><FONT face=Arial size=2>plot(a,b,type="l")</FONT></DIV>
<DIV><FONT face=Arial size=2>to obtain the same plot with a continuous line 
instead of dots,&nbsp;I get the plot of the time series, but the graph is all 
scattered with numbers (thousands of numbers everywhere!).</FONT></DIV>
<DIV><FONT face=Arial size=2>What is wrong?</FONT></DIV>
<DIV><FONT face=Arial size=2>Is there a better way to get plots with dates on 
the x-axis?</FONT></DIV>
<DIV><FONT face=Arial size=2>Thank you.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Marco Taboga(<A 
href="mailto:mtaboga@tiscalinet.it">mtaboga@tiscalinet.it</A>)</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>