Package fuzz :: Module plot
[hide private]
[frames] | no frames]

Module plot

source code

Fuzzy number plotting module.


Author: Aaron Mavrinac

Organization: University of Windsor

Contact: mavrin1@uwindsor.ca

License: GPL-3

Functions [hide private]
 
plot_polygonal_fuzzy_number(number, plotter='gnuplot')
Plots a polygonal fuzzy number.
source code
Variables [hide private]
  __package__ = None
hash(x)
Function Details [hide private]

plot_polygonal_fuzzy_number(number, plotter='gnuplot')

source code 

Plots a polygonal fuzzy number.

Parameters:
  • number (PolygonalFuzzyNumber) - The fuzzy number to plot.
  • plotter (str) - The external plotting library to use.