lucaferranti / FuzzyLogic.jl

Julia package for fuzzy inference
https://lucaferranti.com/FuzzyLogic.jl/stable
MIT License
28 stars 2 forks source link

fix bug in plotting systems with several rules #30

Closed lucaferranti closed 1 year ago

lucaferranti commented 1 year ago

PR description

For bigger systems with several rules, plot(::AbstractFis) was not scaling well.

Before

The plot was unreadable

After

The plot is nice

Related issues

Checklist

Other