konstantint / matplotlib-venn

Area-weighted venn-diagrams for Python/matplotlib
MIT License
496 stars 67 forks source link

ENH: Add ax keyword to specify the target axes #3

Closed sinhrks closed 11 years ago

sinhrks commented 11 years ago

This allows to specify the target plotting axes using ax kw.

If ax keyword is not used, diagram will be plotted in the current axes retrieved by gca() as the same as the current version.