如果我有两个列表(
<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
我可以制作这个:
但是我想在集合中显示项目标签:
也许使用某种圆包装算法来确保标签散开并且不重叠?