D scientific graphics

Jordi Sayol g.sayol at yahoo.es
Sat Nov 23 09:44:11 PST 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


More information about the Digitalmars-d-learn mailing list