inequality

Python Matplotlib: Drawing linear inequality functions

Python Matplotlib: Drawing linear inequality functions Question: How can I draw an area bounded by some linear inequality functions using matplotlib. For example, if we have 3 functions: y <= -2+4x, y >= 2+0.5x, y <= 7 -0.3x I would like to draw something similar as wolfram alpha does: http://www3.wolframalpha.com/Calculate/MSP/MSP43251aca1dfd6ebcd862000067b9fd36a79h3igf?MSPStoreType=image/gif&s=39&w=200.&h=210.&cdf=Coordinates&cdf=Tooltips Asked By: N10 || Source …

Total answers: 1