plot unions, intersections, etc.
I was wondering if it was possible to be able to visually represent (read "plot") intersections and unions using graphics primitives.
Here is a way to represent Venn diagrams: link text
region_plot sort of does what you are looking for, in some cases, I think. See its documentation to see whether this might do some of it - obviously not as nicely as you are desiring.
Asked: 2010-09-14 20:48:34 +0100
Seen: 1,925 times
Last updated: Sep 15 '10
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
what are you trying to plot unions/intersections of? For example, unions and intersections of intervals on the real line would be easy to plot.