Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a recommended plotting library? #843

Closed
mas-dse-greina opened this issue Dec 24, 2016 · 3 comments
Closed

Is there a recommended plotting library? #843

mas-dse-greina opened this issue Dec 24, 2016 · 3 comments

Comments

@mas-dse-greina
Copy link

It doesn't look like mlpack plots figures (e.g. plotting the linear regression).

Can anyone recommend good C++ packages they use with their mlpack work?

Thanks.
-Tony

@rcurtin
Copy link
Member

rcurtin commented Dec 25, 2016

Hi Tony,

You're right, mlpack doesn't plot figures. Typically if I need figures I'll import data into Octave or something like that to plot with. Other options might be to use gnuplot's C++ interface (http://gnuplot.sourceforge.net/links.html) or maybe something in this list: http://stackoverflow.com/questions/296199/is-there-any-out-of-the-box-2d-3d-plotting-library-for-c

Hopefully something in there is helpful. :)

@mas-dse-greina
Copy link
Author

Thanks Ryan. I can get gnuplot to work well when I run from a standard console C++ program, but am having trouble using wxWidgets with it. I'm guessing that wxWidgets is suppressing the console window that gnuplot wants to print to. I'll keep at it to see if I can find the work around. If you can think of anything, please send it my way.

Merry Christmas.
-Tony

@rcurtin
Copy link
Member

rcurtin commented Dec 27, 2016

Will do; please feel free to send an update if you find a fix or anything. Personally I haven't ever used wxWidgets so I don't know if I will think of anything. :) I'll go ahead and close this issue---feel free to reopen if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants