Provider: | PyXMCDA |
---|---|
Version: | 1.1 |
Generate plots representing provided alternativesAssignments as well as the dot files generating these plots. Alternatives can be assigned to either a category, a categories set or a categories interval. Graphviz dot program and format are used by this service.
(For outputs, see below)
Optional: yes, enabled by default
The alternatives to be plotted. All are plotted if not provided.
Optional: yes, disabled by default
The categories to be plotted. All are plotted if not provided.
Optional: yes, disabled by default
The categories sets assignable. Mandatory if alternatives are assigned to categoriesSets.
The alternatives ssignments to be plotted.
Optional: yes, disabled by default
Parameters of the method
Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.
Name: Color
Color used in the plots.
Name: Shape
Shape use to represent categories.
Name: Image file extension
File extension of generated image figure.
Name: Layout
Defines the plot layout.
Name: Show values
Defines if values are shown (between parentheses) on the plots or not.
Name: Naming conventions
How categories and alternatives are labelled on the graph.
Tag: programParameters
Code:
<programParameters>
<programParameter id="color" name="Color">
<values>
<value>
<label>%1</label>
</value>
</values>
</programParameter>
<programParameter id="shape" name="Shape">
<values>
<value>
<label>%2</label>
</value>
</values>
</programParameter>
<programParameter id="image_file_extension" name="Image file extension">
<values>
<value>
<label>%3</label>
</value>
</values>
</programParameter>
<programParameter id="layout" name="Layout">
<values>
<value>
<label>%4</label>
</value>
</values>
</programParameter>
<programParameter id="show_values" name="Show values">
<values>
<value>
<boolean>%5</boolean>
</value>
</values>
</programParameter>
<programParameter id="naming_conventions" name="Naming conventions">
<values>
<value>
<label>%6</label>
</value>
</values>
</programParameter>
</programParameters>
Image containing all selected alternatives assignments plots. Format corresponds to the one given in parameters (default is .png).
Generated graphviz dot script that made the image. Given to enable users to later customize the appearance of the plots.
Status messages.
For further technical details on the web service underlying this program, have a look at its documentation here.