Metadata-Version: 2.4
Name: xyz_canvas
Version: 0.1.1
Summary: Interactive canvas for editing 3D geometry, using matplotlib.pyplot
Author-email: G1OJS <g1ojs@yahoo.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/G1OJS/xyz_canvas
Project-URL: Issues, https://github.com/G1OJS/xyz_canvas/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Dynamic: license-file

# xyz_canvas
Interactive canvas for editing 3D geometry, using matplotlib.pyplot

Current classes:
- xyz_mouse: uses specified callbacks on mouse (left) click and on mouse move to return 3D co-ordinates
- xyz_lines: adds lines to a collection of lines with sequentially specified end points

