Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  The body of the plotSet tag is executed in the scope of plotter. The body can contain nested "style" tags, one plotSetBar tag, and one "region" tag and one top-level "style" tag..

  One must specify number of plots to be plotted:"nplots" or "plots" attribute.

"plots" is   Optional attribute "plots" that is a list of IManagedObjects to be plotted. Each object from the list is plotted in a separate plotter region. 

  There are other optional plotSet attributes, with default values, e.g.:

        height = "600" 400 or 300*nX (pixels)
        width  = " 600 " or 200*nY (pixels)
        format = "png"
        statusVar = "status" (object that keeps name of the variable that keeps PlotSetStatus object with the current status of the loop: index, region, plots plots, ....)
        url = "" (The page to link the browser to)
        id = "" (The id for the browsing when multiple browsers are present in a page)
        allowDownload  = "true"
        createImageMap = "false"
        maxPlots = "9" (maximum number of plots per page)
        layout = "" (plot layout, must be in the form of nX x nY)

       Default layout:
        n Plots     nX x nY
          n<2         1x1
          n=2         1x2
      3<=n<5        2x2
      5<=n<7        2x3
      7<=n<10       3x3

 PlotSetStatus object has the following properties:

nplots, maxplots, plotsinpage, index, offset, offsetvariable, plots

plotSet can also contain the plotSetBar tag with the following attributes:

        url - required (The page to link the navigation bar to)

        var = "href" (name of the variable that keeps PlotSetBarStatus object with the current status of the bar hrefs: first, previous, last, ....)

PlotSetBarStatus object has the following properties that are filled with hrefs:

first, previous, next, last, pages

  

Examples:

1. Very simple example - just plot using defaults

...