Basic support for importing SVG. Via shell only at this time. See issue #179.

This commit is contained in:
Juan Pablo Caram
2015-12-18 12:49:52 -05:00
parent 8f6a455562
commit fdf809774f
5 changed files with 480 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ class PlotCanvas:
def connect(self, event_name, callback):
"""
Attach an event handler to the canvas through the native GTK interface.
Attach an event handler to the canvas through the native Qt interface.
:param event_name: Name of the event
:type event_name: str