Results 159 comments of SiegeLord

You want to do: ```rust let ax = fg.axes2d(); ax.points(&x0, &y0, &[Caption("data"), Color("blue")]); ax.set_x_grid(true).set_y_grid(true); ``` Your snippet is creating a second axis, which I guess gets overlapped by the first...

Do you have an example invocation? I can't seem to reproduce this.

This is currently not exposed.

Let me keep this open, it should be simple to implement.

I don't think I want to make the two iterator case require more typing for the sake of one iterator case. The internal API could be written in this way...

RustGnuplot has no formal relationship with with Gnuplot project, it just uses the `gnuplot` binary to draw plots. RustGnuplot does not support all the plots, but it does support some...

> with installing Allegro: > CMake Error at cmake_install.cmake:54 (FILE): > file INSTALL cannot copy file > "/Users/joelcnz/jpro/dpro2/OtherPeoples/allegro/include/allegro5/allegro5.h" > to "/usr/local/include/allegro5/allegro5.h". This seems like the real issue... you didn't install...

Hmm. Could you execute: ``` ld --verbose | grep SEARCH_DIR ``` for me? That'll list the directories the linker searches under. Perhaps your OSX version isn't searching in `/usr/local/lib` anymore?...

Huh, does your dmd even work at all for simple D programs?

Do you get any backtraces? Does it crash in any specific spot?