Re: D scientific graphics

2013-11-24 Thread seany
*can't dman it

Re: D scientific graphics

2013-11-23 Thread seany
thank you, however i can use deb pckages on my distro and since in this box i already have a lot of scientific software and code interacting with each other, i want to stay to it. (chakra linux)

Re: D scientific graphics

2013-11-23 Thread Jordi Sayol
El 22/11/13 17:14, Jordi Sayol ha escrit: > El 22/11/13 16:55, seany ha escrit: >> Hello, >> >> is there a D pacakge for scientific graphing, a la pyvis >> (http://pyvis.sourceforge.net/) for python? >> >> I took a look at the wiki page: >> http://wiki.dlang.org/Libraries_and_Frameworks This page

Re: D scientific graphics

2013-11-22 Thread seany
I notice it is being written on top of gdk /gtk - in that case i can also write a code on top of rlab / labplot . On the other hand, is there any pixel level manpulation in D, such as Fortan would use a write method call to talk to a file pointing to a VGA device? (example here: http://sun.s

Re: D scientific graphics

2013-11-22 Thread Philippe Sigaud
> is there a D pacakge for scientific graphing, a la pyvis > (http://pyvis.sourceforge.net/) for python? David Simcha coded Plot2Kill for his PhD: https://github.com/dsimcha/Plot2kill I don't know if he maintained it further.

Re: D scientific graphics

2013-11-22 Thread Jordi Sayol
El 22/11/13 16:55, seany ha escrit: > Hello, > > is there a D pacakge for scientific graphing, a la pyvis > (http://pyvis.sourceforge.net/) for python? > > I took a look at the wiki page: > http://wiki.dlang.org/Libraries_and_Frameworks This page is not answering my > question. > > thank you

D scientific graphics

2013-11-22 Thread seany
Hello, is there a D pacakge for scientific graphing, a la pyvis (http://pyvis.sourceforge.net/) for python? I took a look at the wiki page: http://wiki.dlang.org/Libraries_and_Frameworks This page is not answering my question. thank you