processor for idl on MoinMoin [message #39005] |
Thu, 15 April 2004 00:45 |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Dear all,
I don't know if you use already wikis. If so may be this extension is
interesting.
With the DataLanguage Processor you could execute idl and compatible code on
the wiki engine MoinMoin.
e.g.: a simple plot
{{{#!DataLanguage
a=[1,2,3,4,5,1,5,5]
b=[12,12,13,44,8,1,5,20]
plot,a,b,title='Title',xtitle='X title',ytitle='Y title'
}}}
http://moinmoin.wikiwikiweb.de:8000/ProcessorMarket
cheers
Reimar
--
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg-i/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg-i/idl_icglib/idl_lib_intro. html
|
|
|