MathGroup Archive 2001

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

Search the Archive

Re: webMathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31231] Re: webMathematica
  • From: bghiggins at ucdavis.edu (Brian Higgins)
  • Date: Sat, 20 Oct 2001 04:27:04 -0400 (EDT)
  • References: <9qjjnd$j8a$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

I am not sure if you mean MSP  as a apposed to a JSP page.
webMathematica returns a MSP page though one can integrate  a MSP
within a JSP.

Here is a msp page that does the require task

<html >
<head>
	
	<title>Plot Test</title>
	
</head>
<body> <h2>Plot size</h2>

<%Mathlet  MSPShow[Plot[Sin[x],{x,0,5}, ImageSize->300]]%>

<p></p>

<%Mathlet  MSPShow[Plot[Sin[x],{x,0,5}, ImageSize->100]]%>

</body>
</html>


 The following web site displays this exampel:

http://169.237.64.144/webMathematica/MSP/Examples/plottest.msp

Regards,

Brian



realbeaux at yahoo.com (SkyBeaux) wrote in message news:<9qjjnd$j8a$1 at smc.vnet.net>...
> Anyone using webMathematica know how to change the default size of
> plot going back to a JSP page?
> 
> Thanks.
> 
> --SB


  • Prev by Date: How to simplify this routine which is able to export data into TXT file?
  • Next by Date: Re: Switching x and y axes in 2D plots
  • Previous by thread: webMathematica
  • Next by thread: Exact real parts