~ubuntu-branches/ubuntu/utopic/python-chaco/utopic

« back to all changes in this revision

Viewing changes to docs/source/user_manual/tools.rst

  • Committer: Package Import Robot
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2014-06-01 17:04:08 UTC
  • mfrom: (7.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20140601170408-m86xvdjd83a4qon0
Tags: 4.4.1-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
 - Let the binary-predeb target work on the usr/lib/python* directory
   as we don't have usr/share/pyshared anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
******************
2
 
Tools and Overlays
3
 
******************
4
 
 
5
 
================================================================
6
 
Overview
7
 
================================================================
8
 
 
9
 
 
10
 
Chaco, Enable, and Event Dispatch
11
 
=================================
12
 
 
13
 
 
14
 
A Basic Tool
15
 
============
16
 
 
17
 
 
18
 
A Basic Overlay
19
 
===============
20
 
 
21
 
 
22
 
================================================================
23
 
Interaction Tools
24
 
================================================================
25
 
 
26
 
PanTool
27
 
=======
28
 
 
29
 
ZoomTool
30
 
========
31
 
 
32
 
RectZoom
33
 
========
34
 
 
35
 
DragZoom
36
 
========
37
 
 
38
 
LegendTool
39
 
==========
40
 
 
41
 
DataLabelTool
42
 
=============
43
 
 
44
 
MoveTool
45
 
========
46
 
 
47
 
 
48
 
================================================================
49
 
Inspector-type Tools
50
 
================================================================
51
 
 
52
 
DataPrinter
53
 
===========
54
 
 
55
 
LineInspector
56
 
=============
57
 
 
58
 
ScatterInspector
59
 
================
60
 
 
61
 
CursorTool
62
 
==========
63
 
 
64
 
HighlightTool
65
 
=============
66
 
 
67
 
ImageInspectorTool
68
 
==================
69
 
 
70
 
TraitsTool
71
 
==========
72
 
 
73
 
 
74
 
 
75
 
================================================================
76
 
Selection Tools
77
 
================================================================
78
 
 
79
 
RangeSelection
80
 
==============
81
 
 
82
 
LassoSelection
83
 
==============
84
 
 
85
 
SelectTool
86
 
==========
87
 
 
88
 
 
89
 
 
90
 
================================================================
91
 
Drawing Tools
92
 
================================================================
93
 
 
94
 
DrawPointsTool
95
 
==============
96
 
 
97
 
LineSegmentTool
98
 
===============
99
 
 
100
 
 
101
 
================================================================
102
 
Core Overlays
103
 
================================================================
104
 
 
105
 
Axis
106
 
====
107
 
 
108
 
Grid
109
 
====
110
 
 
111
 
Legend
112
 
======
113
 
 
114
 
 
115
 
================================================================
116
 
Annotation Overlays
117
 
================================================================
118
 
 
119
 
PointMarker
120
 
===========
121
 
 
122
 
DataBox
123
 
=======
124
 
 
125
 
TextBoxOverlay
126
 
==============
127
 
 
128
 
ToolTip
129
 
=======
130
 
 
131
 
PlotLabel
132
 
=========
133
 
 
134
 
 
135
 
 
136