brandtg / stl-java

A Java implementation of STL
Apache License 2.0
21 stars 17 forks source link

Add ability to save plot as PNG to StlPlotter #4

Closed brandtg closed 8 years ago

brandtg commented 8 years ago

Calling StlPlotter#plot causes Travis CI to fail because X11 is not set up. PlotTest has been disabled for now to allow CI to pass, but we should add the ability to save plot as PNG as opposed to rendering on screen, so we can continue to exercise code path.

hntd187 commented 8 years ago

Sorry for the delay, I'll take care of this in the tests. @brandtg

brandtg commented 8 years ago

No worries, thanks again for your help