2D Functions
Function Plot
Parametric Plot
Multiple Parametric Plot
Filled Plot
Multiple Filled Plot
Logarithmic Plot


2D Data Plots
Data Plot
Data Error Plot
Data Logarithmic Plot
Data Labeled Plot


Contour & Density Plots
Contour Plot
Density Plot
Level Curves


3D Functions
3D Function Plot
3D Parametric Plot
3D Multiple Parametric Plot
3D Vector Field
3D Gradient Field
Shadow 3D Function

3D Data Plots
Contour 3D Data Plot
Density 3D Data Plot


Special Plots
Vector Field
Bar Charts
Pie Chart
Zonotope Show


Links
About This Site
Citation & Credits
Sci.Vis. Tutorials
webComputing


Zonotope Show

Enter the angles of the zonotope :   " >   

Enter the coefficients :   " >



<%Mathlet Needs["zonotopes`"]; %> <%Mathlet MSPBlock[ {$$angles, $$coefs, $$XAxe, $$YAxe, $$xAxeOrigin, $$yAxeOrigin, $$XAxeLabel, $$YAxeLabel, $$xTicks, $$yTicks, $$frame, $$rotateLabel, $$xGrids, $$yGrids, $$aspectRatio }, If[$$aspectRatioFlag === "Specified" , aspR = $$aspectRatio , aspR = MSPToExpression[$$aspectRatioFlag] ]; If[$$XAxeLabel === Null, xAxLbl = "", xAxLbl = $$XAxeLabel ]; If[$$YAxeLabel === Null, yAxLbl = "", yAxLbl = $$YAxeLabel ]; If[$$axesOriginFlag === "Specified" , axOrgn = {$$xAxeOrigin, $$yAxeOrigin}, axOrgn = MSPToExpression[$$axesOriginFlag] ]; If[$$xTicksFlag === "Specified" , xTk = $$xTicks , xTk = MSPToExpression[$$xTicksFlag] ]; If[$$yTicksFlag === "Specified" , yTk = $$yTicks , yTk = MSPToExpression[$$yTicksFlag] ]; If[$$frameLabels === "Specified" , frLabel = {$$frameLabel1, $$frameLabel2, $$frameLabel3, $$frameLabel4}, frLabel = MSPToExpression[$$frameLabels] ]; If[$$xGridsFlag === "Specified" , xGrd = $$xGrids , xGrd = MSPToExpression[$$xGridsFlag] ]; If[$$yGridsFlag === "Specified" , yGrd = $$yGrids , yGrd = MSPToExpression[$$yGridsFlag] ]; If[$$plotLabelFlag === "Specified" , pLabel = $$plotLabel , pLabel = MSPToExpression[$$plotLabelFlag] ]; result = ZonotopeShow[$$angles, $$coefs, AspectRatio->aspR, Axes->{$$XAxe,$$YAxe}, AxesLabel->{xAxLbl,yAxLbl}, AxesOrigin->axOrgn, Frame->$$frame, FrameLabel->frLabel, GridLines->{xGrd,yGrd}, PlotLabel->pLabel, RotateLabel->$$rotateLabel, Ticks->{xTk,yTk} ]; If[Head[result] === Graphics, MSPShow[result] ] ] %> <%Mathlet MSPBlock[{$$fname, $$submitButton1}, c = If[$$fname === Null, "", ToString[$$fname]]; ftype = Switch[$$opt, "jpg", "JPEG", "tif", "TIFF", "eps", "EPSTIFF", "xbm", "XBitmap", "mps", "MPS", _ , $$opt]; If[Head[result] === Graphics, MSPReturn[DisplayString[result, ftype], "image/"<>ftype , c<>"."<>$$opt] ] ] %>

Save as: 

With file name :  " >


General options

<%Mathlet MSPSetDefault[$$XAxe, "True"] %> <%Mathlet MSPSetDefault[$$YAxe, "True"] %> Axes :   X : > True > False      Y : > True > False

<%Mathlet MSPSetDefault[$$axesOriginFlag, "Automatic"] %> Axes origin : > Automatic > Specified    X : " >    Y : " >

Axes labels :   X : " >   Y : " >

<%Mathlet MSPSetDefault[$$xTicksFlag, "Automatic"] %> <%Mathlet MSPSetDefault[$$yTicksFlag, "Automatic"] %> Ticks :
Whether to draw tick marks if there are axes. You may specify the positions at which ticks will be drawn.

X :   > Automatic > None > Specified :   " > (enter a list of values)

Y :   > Automatic > None > Specified :   " > (enter a list of values)


<%Mathlet MSPSetDefault[$$frame, "False"] ;%> Frame :   > False   > True

<%Mathlet MSPSetDefault[$$frameLabels, "None"] %> Frame labels : > None     > Specified

Frame label down :   " >   Frame label left :   " >

Frame label up :   " >   Frame label right :   " >  

<%Mathlet MSPSetDefault[$$rotateLabel, "True"] %> Rotate labels : > True     > False   (whether to allow text in frame labels to be vertically positioned)

<%Mathlet MSPSetDefault[$$xGridsFlag, "None"] %> <%Mathlet MSPSetDefault[$$yGridsFlag, "None"] %> GridLines :
Whether to draw gridlines. You may specify the positions at which gridlines will be drawn.

X :   > None > Automatic > Specified :   " > (enter a list of values)

Y :   > None > Automatic > Specified :   " > (enter a list of values)


Plot label: <%Mathlet MSPSetDefault[$$plotLabelFlag, "None"] %> > None > Specified :   " >


<%Mathlet MSPSetDefault[$$aspectRatioFlag, "1/GoldenRatio"] %> Aspect ratio :   > Default > Automatic > Specified :   " >
Setting the AspectRatio option changes the whole shape of your plot. AspectRatio gives the ratio of height to width.
Its default value is the inverse of the Golden Ratio — supposedly the most pleasing shape for a rectangle.
Automatic determines the shape of the display area from the original coordinate system.



  
© 2004 webComputing,   Scientific Visualization