Waterloo is a great project. I only missing examples for Contour Plots using either Java or JavaXF. The Contour Plot API is not very simple to figure this out!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Take a look at the
kcl.waterloo.graphics.plots2D.contour
package.
Waterloo does not generate contours from raw data but can display them when the x,y values have been calculated elsewhere e.g. using MATLAB of matplotlib in Python.
A contour plot has a ContourExtra object which contains the ContourSet of individual lines as Contour objects. An example of adding data from Python is shown at
Hi,
Waterloo is a great project. I only missing examples for Contour Plots using either Java or JavaXF. The Contour Plot API is not very simple to figure this out!
Take a look at the
kcl.waterloo.graphics.plots2D.contour
package.
Waterloo does not generate contours from raw data but can display them when the x,y values have been calculated elsewhere e.g. using MATLAB of matplotlib in Python.
A contour plot has a ContourExtra object which contains the ContourSet of individual lines as Contour objects. An example of adding data from Python is shown at
http://waterloo.sourceforge.net/python/contour.html
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Dear Malcolm,
is it possible to add an example of making contour plot in pure Java as well?