Ignore:
Timestamp:
10/20/16 12:57:09 (8 years ago)
Author:
dlcheng
Message:

CHG: Integrating changes to js plot functions, including new options datamarkersoptions and movieoptions. Deprecating moviefps option. Updating plotdoc. Adding folds, fixing end of file new lines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plotdoc.js

    r21238 r21300  
    1 function plotdoc() {
     1function plotdoc() { //{{{
    22        //PLOTDOC - plot documentation
    33        //
     
    3434        console.log('       "datamarkers_image": toggle data marker displays (default "on", ex: "on", "off")');
    3535        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"]}');
    3637        console.log('       "displayview": print view value to console (default "off", ex: "on", "off")');
    3738        console.log('       "displayzoom": print zoom value to console (default "off", ex: "on", "off")');
     
    4142        console.log('       "log": value of log (default 10, ex: 2, Math.E)');
    4243        console.log('       "mask": list of flags of size numberofnodes or numberofelements. Only "true" values are plotted ');
    43         console.log('       "moviefps": frames per second when displaying transient runs (default 5, ex: 1, 10)');
     44        console.log('       "movieoptions": specify movie options (default {"fps":4,"loop":true})');
    4445        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")');
    4546        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")');
     
    6768        console.log('       plotmodel(md,"data","vel","data","mesh","view#2",3,"colorbar#all","on")');
    6869        console.log('       plotmodel(md,"data",md.geomtery.surface)');
    69 }
     70} //}}}
Note: See TracChangeset for help on using the changeset viewer.