www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - D scientific graphics

reply "seany" <seany uni-bonn.de> writes:
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
Nov 22 2013
next sibling parent Jordi Sayol <g.sayol yahoo.es> writes:
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
 
There's a David Simcha project: https://github.com/dsimcha/Plot2kill/wiki/Overview Unfortunately it is not developed for about one year and don't properly compile with the current dmd release. -- Jordi Sayol
Nov 22 2013
prev sibling next sibling parent reply Philippe Sigaud <philippe.sigaud gmail.com> writes:
 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.
Nov 22 2013
parent "seany" <seany uni-bonn.de> writes:
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.stanford.edu/~keiji/pixelfrt.for)
Nov 22 2013
prev sibling parent reply Jordi Sayol <g.sayol yahoo.es> writes:
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 is not answering my question.

 thank you
There's a David Simcha project: https://github.com/dsimcha/Plot2kill/wiki/Overview Unfortunately it is not developed for about one year and don't properly compile with the current dmd release.
Here you have some example pictures showing what Plot2Kill is capable to do: http://postimg.org/gallery/7gvoyz6e/6f604b4e/ I've created new Plot2kill deb packages <https://github.com/dsimcha/Plot2kill/wiki/Overview>, available at d-apt <http://d-apt.sourceforge.net/>. To see a Plot2kill demonstration: $ sudo apt-get install libplot2kill-dev libplot2kill-doc $ dmd `pkg-config --cflags --libs plot2kill-static` -run /usr/share/libplot2kill-doc/examples/demo.d Note: This demo will create some picture files on current directory. Shared library cannot be yet used due to this bug: <https://d.puremagic.com/issues/show_bug.cgi?id=11543>. -- Jordi Sayol
Nov 23 2013
parent reply "seany" <seany uni-bonn.de> writes:
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)
Nov 23 2013
parent "seany" <seany uni-bonn.de> writes:
*can't

dman it
Nov 24 2013