Research Matplotlib for justification, patches, click coordinates.

Issue #4 resolved
Juan Pablo Caram repo owner created an issue

Justification: Where are the axes located in the figure? How to control. Patches: How to draw solid polygons. Click coordinates: How to get the coordinates on the axes when clicking on the plot in the GUI.

Comments (4)

  1. Juan Pablo Caram reporter

    For justification use axes = figure.add_axes([left, bottom, width, height]) each as fraction of the figure.

  2. Log in to comment