创建带有集合中项目标签的维恩图

时间:2018-10-01 14:06:16

标签: python python-3.x venn-diagram

如果我有两个列表( <Animated.View pointerEvents={this.state.pointer} onLayout={({nativeEvent}) => { this.setState({ measurements: nativeEvent.layout }) }}> <TouchableOpacity onPress={this.captureAnimation.bind(this, item, index)}> <AnimatedImage source={{uri: 'http://' + item.info.picture_path}} style={this.renderStyle(index)}/> </View> </TouchableOpacity> </Animated.View> ); x = ["a","b","c","d"],是否可以创建带有适当标签的项目标签的维恩图?

使用此代码和y = ["a","e","f","g"]

matplotlib

我可以制作这个:

Venn diagram with subset counts

但是我想在集合中显示项目标签:

Venn diagram with item labels in subsets

也许使用某种圆包装算法来确保标签散开并且不重叠?

0 个答案:

没有答案