Menu

#3 Defuzzification Plot

open
nobody
None
1
2014-04-14
2014-03-29
No

Defuzzification Plot.
I do not know if i cannot find that feature or there is not.
To clarify I attach file.

1 Attachments

Discussion

  • Rene Liebscher

    Rene Liebscher - 2014-03-31

    Hi, see at http://pyfuzzy.sourceforge.net/doc/ipython/demo.html may be line "In [16]:" is what you want. (support for ipython/matplotlib is only in the svn repository).

     
  • Anonymous

    Anonymous - 2014-03-31
    PACKAGES = [
            'fuzzy',
            ...
            'fuzzy.doc',
            'fuzzy.doc.plot',
            'fuzzy.doc.plot.gnuplot',
            'fuzzy.doc.plot.matplotlib',  <<< here add :)
            'fuzzy.doc.structure',
            'fuzzy.doc.structure.dot',
            ]
    

    Please add this new package to setup.py ;)

    Thank you very much for this demo! :)

     

    Last edit: Anonymous 2014-03-31
  • Anonymous

    Anonymous - 2014-04-03

    One more thing.
    I think that in build3DPlot method ax.set_zlim(0, 1) z shouldn't be 0,1 but more something like this:
    (z_min,z_max,z) = self.getValues(system.variables[z_name])
    ax.set_zlim(z_min, z_max)

     
  • Rene Liebscher

    Rene Liebscher - 2014-04-14

    Thanks for your comments, it's now fixed in the svn repository.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.