digitalmars.D.learn - D scientific graphics
- seany (7/7) Nov 22 2013 Hello,
- Jordi Sayol (6/14) Nov 22 2013 There's a David Simcha project:
- Philippe Sigaud (3/5) Nov 22 2013 David Simcha coded Plot2Kill for his PhD:
- seany (6/6) Nov 22 2013 I notice it is being written on top of gdk /gtk - in that case i
- Jordi Sayol (11/27) Nov 23 2013 Here you have some example pictures showing what Plot2Kill is capable to...
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
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 youThere'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
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
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
El 22/11/13 17:14, Jordi Sayol ha escrit:El 22/11/13 16:55, seany ha escrit: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 SayolHello, 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 youThere'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.
Nov 23 2013
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