Asking about MSPScript
- To: mathgroup at smc.vnet.net
- Subject: [mg42175] Asking about MSPScript
- From: "lohleeping" <lohleeping at hotmail.com>
- Date: Sat, 21 Jun 2003 20:56:56 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi. Thank you for the previous solution. However, I faced problem when I want to plot a ListPlot and ParametricPlot in on graph. <%Mathlet MSPBlock[{$$x0,$$y0,$$x1,$$y1,$$x2,$$y2,$$x3,$$y3}, Curve1=ListPlot[{{$$x0,$$y0}, {$$x1,$$y1},{$$x2,$$y2}, {$$x3,$$y3}}, PlotJoined ->True]]%> <%Mathlet MSPBlock[{$$x0,$$x1,$$x2,$$x3,$$y0,$$y1,$$y2,$$y3}, Curve2=ParametricPlot[{Funx[t],Funy[t]},{t,0,1}]]%> <%Mathlet MSPBlock[{$$x0,$$x1,$$x2,$$x3,$$y0,$$y1,$$y2,$$y3},MSPShow[ Curve1,Curve2]]%> I get an error output for the last Mathlet expression. Another problem, can I build my own mathematica package ? how to do it? Thanks. Best regards, Loh Lee Ping