Anyone know of a good free (or cheap) function plotter? I need to do some nice 3D Gaussian curves for my next tutorial.
thanks
ai-junkie.com
[OT] 3D Function Plotter
My Website: ai-junkie.com | My Books: 'Programming Game AI by Example' & 'AI Techniques for Game Programming'
Maybe GNUPlot will help? I''ve only used it for 2D but the FAQ claims it supports ''plotting of three-dimensional data points and surfaces in many different styles (contour plot, mesh)''.
[ MSVC Fixes | STL | SDL | Game AI | Sockets | C++ Faq Lite | Boost | Asking Questions | Organising code files | My stuff ]
[ MSVC Fixes | STL | SDL | Game AI | Sockets | C++ Faq Lite | Boost | Asking Questions | Organising code files | My stuff ]
Grab yourself a demo version of Matlab from www.mathworks.com
Alternatively, write one a graphical output yourself... won''t take more than a few days of learning/coding!
As a final idea, if you only want a couple of functions and it''s a once off, send me the data and I''ll send you back the plots.
Cheers,
Timkin
Alternatively, write one a graphical output yourself... won''t take more than a few days of learning/coding!
As a final idea, if you only want a couple of functions and it''s a once off, send me the data and I''ll send you back the plots.
Cheers,
Timkin
Thanks for the suggestions guys.
Timkin, I''ll take you up on your offer. I require two 3D plots of a Gaussian distribution. One with double the variance of the other.
Many thanks
ai-junkie.com
Timkin, I''ll take you up on your offer. I require two 3D plots of a Gaussian distribution. One with double the variance of the other.
Many thanks
ai-junkie.com
My Website: ai-junkie.com | My Books: 'Programming Game AI by Example' & 'AI Techniques for Game Programming'
My Website: ai-junkie.com | My Books: 'Programming Game AI by Example' & 'AI Techniques for Game Programming'
quote: Original post by fup
I''m sorted now Timkin. Thanks for the offer anyway.
ai-junkie.com
Sorry I didn''t get back to you in time... I got caught up yesterday afternoon doing other things and didn''t see your response requesting the plot.
May I ask what you wanted the plots for?
Timkin
Just as a visualization for the neighbourhood function in a SOM (my next tutorial). I didn''t need anything accurate. In fact I ended up just drawing a 2D curve by hand and it does the job okay.
ai-junkie.com
ai-junkie.com
My Website: ai-junkie.com | My Books: 'Programming Game AI by Example' & 'AI Techniques for Game Programming'
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement