Maxima_vennplot Plotting venn diagram for logical relations on Maxima. Usage: vennplot(logical_relation) example, vennplot(not(a)); vennplot(a and not(b)); vennplot(a and b or (c) or d);