El 19/09/11 10:50, artur bala escribió:
> Hello Allin,
> Is it possible to plot graphs as part of a function ?
> Best,
> artur
> _______________________________________________
> Gretl-users mailing list
> Gretl-users(a)lists.wfu.edu
> http://lists.wfu.edu/mailman/listinfo/gretl-users
>

yes, it is possible. For example:

<hansl>
function void show_plot(series y)
    gnuplot y --time-series --with-lines --output=display
end function

open data3-6.gdt
show_plot(Ct)
</hansl>

-- 
Ignacio Diaz-Emparanza
DEPARTAMENTO DE ECONOMÍA APLICADA III (ECONOMETRÍA Y ESTADÍSTICA)
UPV/EHU Avda. Lehendakari Aguirre, 83 | 48015 BILBAO
T.: +34 946013732 | F.: +34 946013754
www.ea3.ehu.es




Reply via email to