<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Bom dia!<div><br></div><div>Eu estou tentando plotar uma série temporal, de 10 anos, através do comando</div><div><br></div><div>plot(z)</div><div><br></div><div>onde z é a série. E dá o seguinte erro:</div><div><br></div><div><div>Erro em plotts(x = x, y = y, plot.type = plot.type, xy.labels = xy.labels,  : </div><div>  cannot plot more than 10 series as "multiple"</div></div><div><br></div><div>Qual seria o problema? Obrigada</div><div><br></div><div><br></div><div>Abaixo segue o início da série</div><div>> z</div><div><br></div><div><div>       Jan   Fev   Mar   Abr   Mai   Jun   Jul   Ago   Set  Out   Nov   Dez</div><div>1951  14.3  14.8  32.0 306.2  92.7 202.3  11.5   0.0   3.8 16.2  68.9  15.0</div><div>1952  83.1  90.8 566.0 390.5 134.1  27.1  23.4   9.6   7.5  6.0   0.9   7.2</div><div>1953  47.3  73.2 201.8 404.3  92.5  80.2   2.0   0.0  16.4  5.6   0.7   6.8</div></div><div><br></div><div><br></div>                                         </div></body>
</html>