Thread overview
D scientific graphics
Nov 22, 2013
seany
Nov 22, 2013
Jordi Sayol
Nov 22, 2013
Philippe Sigaud
Nov 22, 2013
seany
Nov 23, 2013
Jordi Sayol
Nov 23, 2013
seany
Nov 24, 2013
seany
November 22, 2013
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
November 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 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
November 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.
November 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)
November 23, 2013
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
November 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)
November 24, 2013
*can't

dman it