MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

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



  • Prev by Date: mimic InterpolatingFunction et. al. formatting
  • Next by Date: Re: Show doesn't work inside Do loop ?
  • Previous by thread: JavaView and contourplots
  • Next by thread: list of arbitrary length n from user input