Changeset 21300 for issm/trunk-jpl/src/m/plot/plotdoc.js
- Timestamp:
- 10/20/16 12:57:09 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plotdoc.js
r21238 r21300 1 function plotdoc() { 1 function plotdoc() { //{{{ 2 2 //PLOTDOC - plot documentation 3 3 // … … 34 34 console.log(' "datamarkers_image": toggle data marker displays (default "on", ex: "on", "off")'); 35 35 console.log(' "datamarkerssize": specifiy the width and height of the data markers (default [32,32], ex: [24,32], [105,10])'); 36 console.log(' "datamarkersoptions": specifiy options for data markers (default {"enabled":"on","image":canvas.rootPath+"textures/data_marker.svg","size":[32,32],"format":["X: %.2e<br>Y: %.2e<br>Z: %.2e]<br>Value: %0.1f","x","y","z","value"]}'); 36 37 console.log(' "displayview": print view value to console (default "off", ex: "on", "off")'); 37 38 console.log(' "displayzoom": print zoom value to console (default "off", ex: "on", "off")'); … … 41 42 console.log(' "log": value of log (default 10, ex: 2, Math.E)'); 42 43 console.log(' "mask": list of flags of size numberofnodes or numberofelements. Only "true" values are plotted '); 43 console.log(' "movie fps": frames per second when displaying transient runs (default 5, ex: 1, 10)');44 console.log(' "movieoptions": specify movie options (default {"fps":4,"loop":true})'); 44 45 console.log(' "innermask*": Special mask that colors all parts of a data mesh below a height a certain color. provide innermaskheight and innermaskcolor options also (default "off", ex: "on", "off")'); 45 46 console.log(' "outermask*": Special mask that colors all parts of a overlay mesh below a height a certain color. provide outermaskheight and outermaskcolor options also (default "off", ex: "on", "off")'); … … 67 68 console.log(' plotmodel(md,"data","vel","data","mesh","view#2",3,"colorbar#all","on")'); 68 69 console.log(' plotmodel(md,"data",md.geomtery.surface)'); 69 } 70 } //}}}
Note:
See TracChangeset
for help on using the changeset viewer.