(drawutils.info)Venn diagrams


Next: Function and variable index Prev: Vector fields Up: Top
Enter node , (file) or (file)node

3 Venn diagrams
***************

By Pankaj Sejwal (2015)

   The _vennplot_ package enables the user to plot Venn diagram for any
logical relation.  Logical atoms are represented as equally distanced
circles of different random colours which help in distinguishing
different circles.

   No known bug, but in case some issue needs to be addressed, please
share it on Maxima mailing list.

 -- Function: vennplot (<logical_expression>)
     Draws a basicVenn diagram.

     Examples:

          (%i1) load(drawutils)$
          (%i2) vennplot(a and b and not(c) and d)$
          (%i3) vennplot(a and b and c and d)$
          (%i4) vennplot(not(d))$

     TODO : Filling circles with different colors


automatically generated by info2www version 1.2.2.9