plotFuzzyCategoriesValues

Provider:ITTB
Version:1.0

Description

This web service allows to plot fuzzy sets. There are some options to take into account: title, X-axis label, Y-axis label and the use of colors.

Inputs

(For outputs, see below)

fuzzyCategoriesValues

Description:

A set of fuzzy numbers: trapezoidal or triangular. The abscissa and ordinate evaluations should be only real or integer numeric values, i.e. <real> or <integer>..

options

Description:

None

GUI information:

  • Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.

  • Name: Chart title:

    String for the title of the plot. The default value is an empty field.

    • Type: string
  • Name: X-axis label:

    String for the horizontal axis-label.The default value is an empty field.

    • Type: string
  • Name: Y axis label:

    String for the vertical axis-label.The default value is an empty field.

    • Type: string
  • Name: Use Colors?

    The use of colors: true for colored plot.

    • Type: drop-down list
    • Possible values:
      • Yes (XMCDA label : true)
      • No (XMCDA label : false) (default)

XMCDA related:

  • Tag: methodParameters

  • Code:

    <methodParameters>
              <parameter id= "chart_title" name="Chart title">
                    <value>
            <label>%1</label>
             </value>
            </parameter>
            <parameter id="x_axis" name="X-axis label">
                    <value>
            <label>%2</label>
             </value>
            </parameter >
            <parameter id="y_axis" name="Y-axis label">
                    <value>
            <label>%3</label>
             </value>
            </parameter>
             <parameter id="use_color" name="Use colors">
                    <value>
            <label>%4</label>
             </value>
            </parameter>
    </methodParameters>
    

Outputs

fuzzyCategoriesValuesPlot

Description:

A string containing the base64 representation of the png image of the generated plot.

XMCDA related:

  • Tag: categoriesValues

messages

Description:

A list of messages generated by the algorithm.

XMCDA related:

  • Tag: methodMessages

For further technical details on the web service underlying this program, have a look at its documentation here.