Re: JavaView and contourplots
- To: mathgroup at smc.vnet.net
- Subject: [mg102061] Re: [mg102003] JavaView and contourplots
- From: Mark McClure <mcmcclur at unca.edu>
- Date: Tue, 28 Jul 2009 02:04:52 -0400 (EDT)
- References: <200907260755.DAA18977@smc.vnet.net>
On Sun, Jul 26, 2009 at 3:55 AM, diogenes500 <diogenes500 at gmail.com> wrote:
> I would very much like to make a regular, 2D contour plot using
> JavaView. Does anyone know how to do this, or if it is even possible?
The following creates a JVX file for a contour plot just fine for me.
Export["pic.jvx",
ContourPlot[x^2 + y^2,
{x, -2, 2}, {y, -2, 2}]]
Note, however, that this command does *not* create a JVD file to set the
display to 2D. The JavaView webpage has example contour plots here:
http://www.javaview.de/doc/userManual/guide/samplesAppletParm.html
If you look at the applet parameters, you will notice a "displayfile"
parameter that sets the display. You can grab it here:
http://www.javaview.de/models/contour/contourPlot.jvd
Mark McClure
- References:
- JavaView and contourplots
- From: diogenes500 <diogenes500@gmail.com>
- JavaView and contourplots