[ncl-talk] Regline

Mary Haley haley at ucar.edu
Sat Dec 12 12:26:40 MST 2015


Guilherme,

I think you have an error in your pltarray setup. You have:

pltarry(0,:) = y(0,:)
pltarry(1,:) = rc*(x(1,:)-rc at xave) + rc at yave

but I think it should be:

pltarry(0,:) = y(i,:)
pltarry(1,:) = rc*(x(i,:)-rc at xave) + rc at yave

If you want a solid line, you may want to add this:

res at xyDashPattern = 0

--Mary


On Wed, Dec 9, 2015 at 10:21 AM, Guilherme Martins <jgmsantos at gmail.com>
wrote:

> Hi users,
>
> I'm trying to insert informations about regline in my picture, but I'm
> doing something wrong and I'm not capable to do that. My script and picture
> are in attachment.
>
> Any help is very apreciated.
>
>
> --
>
> ------------------------------------------------------------------------------------------
> Dr. Guilherme Martins
> Instituto Nacional de Pesquisas Espaciais (INPE)
> Centro de Ciência do Sistema Terrestre (CCST) - Prédio CES
> Grupo de Superfície-Biosfera-Atmosfera (GSBA)
> Telefone (INPE/CP): +55 12 3186-9520 || Celular (TIM): +55 12 98152-8580
> E-mail: guilherme.martins at inpe.br || jgmsantos at gmail.com
> Skype: guilherme.martins.
> Homepage: https://sites.google.com/site/jgmsantos
> Currículo Lattes: http://lattes.cnpq.br/5997657584785803
>
> ------------------------------------------------------------------------------------------
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20151212/6569795a/attachment.html 


More information about the ncl-talk mailing list