Combine two region plots
Hi,
Can I combine two region plots, let's say
region_plot( abs(x) < 1 - abs(y) / 3, (-4,4), (-4,4), plot_points=300).show(aspect_ratio=1)
region_plot( abs(y) < 1 - abs(x) / 3, (-4,4), (-4,4), plot_points=300).show(aspect_ratio=1)
into one singe plot?
Cheers!
add a comment