1 | |
---|
2 | |
---|
3 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
4 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
5 | |
---|
6 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
7 | <head> |
---|
8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
9 | |
---|
10 | <title>plotting — guiframe v0.1.0 documentation</title> |
---|
11 | <link rel="stylesheet" href="../../../_static/default.css" type="text/css" /> |
---|
12 | <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" /> |
---|
13 | <script type="text/javascript"> |
---|
14 | var DOCUMENTATION_OPTIONS = { |
---|
15 | URL_ROOT: '../../../', |
---|
16 | VERSION: '0.1.0', |
---|
17 | COLLAPSE_INDEX: false, |
---|
18 | FILE_SUFFIX: '.html', |
---|
19 | HAS_SOURCE: true |
---|
20 | }; |
---|
21 | </script> |
---|
22 | <script type="text/javascript" src="../../../_static/jquery.js"></script> |
---|
23 | <script type="text/javascript" src="../../../_static/underscore.js"></script> |
---|
24 | <script type="text/javascript" src="../../../_static/doctools.js"></script> |
---|
25 | <link rel="top" title="guiframe v0.1.0 documentation" href="../../../index.html" /> |
---|
26 | <link rel="up" title="Local Perspective: plotting" href="index.html" /> |
---|
27 | <link rel="next" title="profile_dialog" href="profile_dialog.html" /> |
---|
28 | <link rel="prev" title="Plotter2D" href="Plotter2D.html" /> |
---|
29 | </head> |
---|
30 | <body> |
---|
31 | <div class="related"> |
---|
32 | <h3>Navigation</h3> |
---|
33 | <ul> |
---|
34 | <li class="right" style="margin-right: 10px"> |
---|
35 | <a href="../../../genindex.html" title="General Index" |
---|
36 | accesskey="I">index</a></li> |
---|
37 | <li class="right" > |
---|
38 | <a href="../../../py-modindex.html" title="Python Module Index" |
---|
39 | >modules</a> |</li> |
---|
40 | <li class="right" > |
---|
41 | <a href="profile_dialog.html" title="profile_dialog" |
---|
42 | accesskey="N">next</a> |</li> |
---|
43 | <li class="right" > |
---|
44 | <a href="Plotter2D.html" title="Plotter2D" |
---|
45 | accesskey="P">previous</a> |</li> |
---|
46 | <li><a href="../../../index.html">guiframe v0.1.0 documentation</a> »</li> |
---|
47 | <li><a href="index.html" accesskey="U">Local Perspective: plotting</a> »</li> |
---|
48 | </ul> |
---|
49 | </div> |
---|
50 | |
---|
51 | <div class="document"> |
---|
52 | <div class="documentwrapper"> |
---|
53 | <div class="bodywrapper"> |
---|
54 | <div class="body"> |
---|
55 | |
---|
56 | <div class="section" id="plotting"> |
---|
57 | <h1>plotting<a class="headerlink" href="#plotting" title="Permalink to this headline">¶</a></h1> |
---|
58 | <div class="section" id="module-sans.guiframe.local_perspectives.plotting.plotting"> |
---|
59 | <span id="sans-guiframe-local-perspectives-plotting-plotting"></span><h2><a class="reference internal" href="#module-sans.guiframe.local_perspectives.plotting.plotting" title="sans.guiframe.local_perspectives.plotting.plotting"><tt class="xref py py-mod docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.plotting</span></tt></a><a class="headerlink" href="#module-sans.guiframe.local_perspectives.plotting.plotting" title="Permalink to this headline">¶</a></h2> |
---|
60 | <dl class="class"> |
---|
61 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin"> |
---|
62 | <em class="property">class </em><tt class="descclassname">sans.guiframe.local_perspectives.plotting.plotting.</tt><tt class="descname">Plugin</tt><big>(</big><em>standalone=False</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin" title="Permalink to this definition">¶</a></dt> |
---|
63 | <dd><p>Bases: <a class="reference internal" href="../../plugin_base.html#sans.guiframe.plugin_base.PluginBase" title="sans.guiframe.plugin_base.PluginBase"><tt class="xref py py-class docutils literal"><span class="pre">sans.guiframe.plugin_base.PluginBase</span></tt></a></p> |
---|
64 | <p>Plug-in class to be instantiated by the GUI manager</p> |
---|
65 | <dl class="method"> |
---|
66 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.add_color"> |
---|
67 | <tt class="descname">add_color</tt><big>(</big><em>color</em>, <em>id</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.add_color" title="Permalink to this definition">¶</a></dt> |
---|
68 | <dd><p>Adds color to a plugin</p> |
---|
69 | </dd></dl> |
---|
70 | |
---|
71 | <dl class="method"> |
---|
72 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.can_load_data"> |
---|
73 | <tt class="descname">can_load_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.can_load_data" title="Permalink to this definition">¶</a></dt> |
---|
74 | <dd><p>if return True, then call handler to laod data</p> |
---|
75 | </dd></dl> |
---|
76 | |
---|
77 | <dl class="method"> |
---|
78 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.clear_panel"> |
---|
79 | <tt class="descname">clear_panel</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.clear_panel" title="Permalink to this definition">¶</a></dt> |
---|
80 | <dd><p>Clear and Hide all plot panels, and remove them from menu</p> |
---|
81 | </dd></dl> |
---|
82 | |
---|
83 | <dl class="method"> |
---|
84 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.clear_panel_by_id"> |
---|
85 | <tt class="descname">clear_panel_by_id</tt><big>(</big><em>group_id</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.clear_panel_by_id" title="Permalink to this definition">¶</a></dt> |
---|
86 | <dd><p>clear the graph</p> |
---|
87 | </dd></dl> |
---|
88 | |
---|
89 | <dl class="method"> |
---|
90 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.create_1d_panel"> |
---|
91 | <tt class="descname">create_1d_panel</tt><big>(</big><em>data</em>, <em>group_id</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.create_1d_panel" title="Permalink to this definition">¶</a></dt> |
---|
92 | <dd></dd></dl> |
---|
93 | |
---|
94 | <dl class="method"> |
---|
95 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.create_2d_panel"> |
---|
96 | <tt class="descname">create_2d_panel</tt><big>(</big><em>data</em>, <em>group_id</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.create_2d_panel" title="Permalink to this definition">¶</a></dt> |
---|
97 | <dd></dd></dl> |
---|
98 | |
---|
99 | <dl class="method"> |
---|
100 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.create_panel_helper"> |
---|
101 | <tt class="descname">create_panel_helper</tt><big>(</big><em>new_panel</em>, <em>data</em>, <em>group_id</em>, <em>title=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.create_panel_helper" title="Permalink to this definition">¶</a></dt> |
---|
102 | <dd></dd></dl> |
---|
103 | |
---|
104 | <dl class="method"> |
---|
105 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.delete_data"> |
---|
106 | <tt class="descname">delete_data</tt><big>(</big><em>data_id</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.delete_data" title="Permalink to this definition">¶</a></dt> |
---|
107 | <dd><p>Delete all references of data which id are in data_list.</p> |
---|
108 | </dd></dl> |
---|
109 | |
---|
110 | <dl class="method"> |
---|
111 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.delete_menu_item"> |
---|
112 | <tt class="descname">delete_menu_item</tt><big>(</big><em>name</em>, <em>uid</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.delete_menu_item" title="Permalink to this definition">¶</a></dt> |
---|
113 | <dd></dd></dl> |
---|
114 | |
---|
115 | <dl class="method"> |
---|
116 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.delete_panel"> |
---|
117 | <tt class="descname">delete_panel</tt><big>(</big><em>group_id</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.delete_panel" title="Permalink to this definition">¶</a></dt> |
---|
118 | <dd></dd></dl> |
---|
119 | |
---|
120 | <dl class="method"> |
---|
121 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.get_context_menu"> |
---|
122 | <tt class="descname">get_context_menu</tt><big>(</big><em>plotpanel=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.get_context_menu" title="Permalink to this definition">¶</a></dt> |
---|
123 | <dd><p>This method is optional.</p> |
---|
124 | <p>When the context menu of a plot is rendered, the |
---|
125 | get_context_menu method will be called to give you a |
---|
126 | chance to add a menu item to the context menu.</p> |
---|
127 | <p>A ref to a plotpanel object is passed so that you can |
---|
128 | investigate the plot content and decide whether you |
---|
129 | need to add items to the context menu.</p> |
---|
130 | <p>This method returns a list of menu items. |
---|
131 | Each item is itself a list defining the text to |
---|
132 | appear in the menu, a tool-tip help text, and a |
---|
133 | call-back method.</p> |
---|
134 | <table class="docutils field-list" frame="void" rules="none"> |
---|
135 | <col class="field-name" /> |
---|
136 | <col class="field-body" /> |
---|
137 | <tbody valign="top"> |
---|
138 | <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>graph</strong> – the Graph object to which we attach the context menu</td> |
---|
139 | </tr> |
---|
140 | <tr class="field"><th class="field-name">Returns:</th><td class="field-body">a list of menu items with call-back function</td> |
---|
141 | </tr> |
---|
142 | </tbody> |
---|
143 | </table> |
---|
144 | </dd></dl> |
---|
145 | |
---|
146 | <dl class="method"> |
---|
147 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.get_extensions"> |
---|
148 | <tt class="descname">get_extensions</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.get_extensions" title="Permalink to this definition">¶</a></dt> |
---|
149 | <dd><p>return state reader and its extensions</p> |
---|
150 | </dd></dl> |
---|
151 | |
---|
152 | <dl class="method"> |
---|
153 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.get_panels"> |
---|
154 | <tt class="descname">get_panels</tt><big>(</big><em>parent</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.get_panels" title="Permalink to this definition">¶</a></dt> |
---|
155 | <dd><p>Create and return a list of panel objects</p> |
---|
156 | </dd></dl> |
---|
157 | |
---|
158 | <dl class="method"> |
---|
159 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.get_perspective"> |
---|
160 | <tt class="descname">get_perspective</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.get_perspective" title="Permalink to this definition">¶</a></dt> |
---|
161 | <dd><p>Get the list of panel names for this perspective</p> |
---|
162 | </dd></dl> |
---|
163 | |
---|
164 | <dl class="method"> |
---|
165 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.get_tools"> |
---|
166 | <tt class="descname">get_tools</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.get_tools" title="Permalink to this definition">¶</a></dt> |
---|
167 | <dd><p>Returns a set of menu entries for tools</p> |
---|
168 | </dd></dl> |
---|
169 | |
---|
170 | <dl class="method"> |
---|
171 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.help"> |
---|
172 | <tt class="descname">help</tt><big>(</big><em>evt</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.help" title="Permalink to this definition">¶</a></dt> |
---|
173 | <dd><p>Show a general help dialog.</p> |
---|
174 | </dd></dl> |
---|
175 | |
---|
176 | <dl class="method"> |
---|
177 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.hide_panel"> |
---|
178 | <tt class="descname">hide_panel</tt><big>(</big><em>group_id</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.hide_panel" title="Permalink to this definition">¶</a></dt> |
---|
179 | <dd><p>hide panel with group ID = group_id</p> |
---|
180 | </dd></dl> |
---|
181 | |
---|
182 | <dl class="method"> |
---|
183 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.is_always_active"> |
---|
184 | <tt class="descname">is_always_active</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.is_always_active" title="Permalink to this definition">¶</a></dt> |
---|
185 | <dd><p>return True is this plugin is always active even if the user is |
---|
186 | switching between perspectives</p> |
---|
187 | </dd></dl> |
---|
188 | |
---|
189 | <dl class="method"> |
---|
190 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.is_in_use"> |
---|
191 | <tt class="descname">is_in_use</tt><big>(</big><em>data_id</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.is_in_use" title="Permalink to this definition">¶</a></dt> |
---|
192 | <dd><dl class="docutils"> |
---|
193 | <dt>get a data id a list of data name if data data is</dt> |
---|
194 | <dd>currently used by the plugin and the name of the plugin</dd> |
---|
195 | </dl> |
---|
196 | <p>data_name = ‘None’ |
---|
197 | in_use = False |
---|
198 | example [(data_name, self.sub_menu)]</p> |
---|
199 | </dd></dl> |
---|
200 | |
---|
201 | <dl class="method"> |
---|
202 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.load_data"> |
---|
203 | <tt class="descname">load_data</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.load_data" title="Permalink to this definition">¶</a></dt> |
---|
204 | <dd><p>Load data</p> |
---|
205 | </dd></dl> |
---|
206 | |
---|
207 | <dl class="method"> |
---|
208 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.load_folder"> |
---|
209 | <tt class="descname">load_folder</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.load_folder" title="Permalink to this definition">¶</a></dt> |
---|
210 | <dd><p>Load entire folder</p> |
---|
211 | </dd></dl> |
---|
212 | |
---|
213 | <dl class="method"> |
---|
214 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.on_batch_selection"> |
---|
215 | <tt class="descname">on_batch_selection</tt><big>(</big><em>flag</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.on_batch_selection" title="Permalink to this definition">¶</a></dt> |
---|
216 | <dd><p>need to be overwritten by the derivated class</p> |
---|
217 | </dd></dl> |
---|
218 | |
---|
219 | <dl class="method"> |
---|
220 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.on_perspective"> |
---|
221 | <tt class="descname">on_perspective</tt><big>(</big><em>event=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.on_perspective" title="Permalink to this definition">¶</a></dt> |
---|
222 | <dd><p>Call back function for the perspective menu item. |
---|
223 | We notify the parent window that the perspective |
---|
224 | has changed.</p> |
---|
225 | <table class="docutils field-list" frame="void" rules="none"> |
---|
226 | <col class="field-name" /> |
---|
227 | <col class="field-body" /> |
---|
228 | <tbody valign="top"> |
---|
229 | <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>event</strong> – menu event</td> |
---|
230 | </tr> |
---|
231 | </tbody> |
---|
232 | </table> |
---|
233 | </dd></dl> |
---|
234 | |
---|
235 | <dl class="method"> |
---|
236 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.on_set_state_helper"> |
---|
237 | <tt class="descname">on_set_state_helper</tt><big>(</big><em>event</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.on_set_state_helper" title="Permalink to this definition">¶</a></dt> |
---|
238 | <dd><p>update state</p> |
---|
239 | </dd></dl> |
---|
240 | |
---|
241 | <dl class="method"> |
---|
242 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.populate_file_menu"> |
---|
243 | <tt class="descname">populate_file_menu</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.populate_file_menu" title="Permalink to this definition">¶</a></dt> |
---|
244 | <dd><p>Append menu item under file menu item of the frame</p> |
---|
245 | </dd></dl> |
---|
246 | |
---|
247 | <dl class="method"> |
---|
248 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.populate_menu"> |
---|
249 | <tt class="descname">populate_menu</tt><big>(</big><em>parent</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.populate_menu" title="Permalink to this definition">¶</a></dt> |
---|
250 | <dd><p>Create a ‘Plot’ menu to list the panels |
---|
251 | available for displaying</p> |
---|
252 | <table class="docutils field-list" frame="void" rules="none"> |
---|
253 | <col class="field-name" /> |
---|
254 | <col class="field-body" /> |
---|
255 | <tbody valign="top"> |
---|
256 | <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> |
---|
257 | <li><strong>id</strong> – next available unique ID for wx events</li> |
---|
258 | <li><strong>parent</strong> – parent window</li> |
---|
259 | </ul> |
---|
260 | </td> |
---|
261 | </tr> |
---|
262 | </tbody> |
---|
263 | </table> |
---|
264 | </dd></dl> |
---|
265 | |
---|
266 | <dl class="method"> |
---|
267 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.post_init"> |
---|
268 | <tt class="descname">post_init</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.post_init" title="Permalink to this definition">¶</a></dt> |
---|
269 | <dd><p>Post initialization call back to close the loose ends</p> |
---|
270 | </dd></dl> |
---|
271 | |
---|
272 | <dl class="method"> |
---|
273 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.remove_plot"> |
---|
274 | <tt class="descname">remove_plot</tt><big>(</big><em>group_id</em>, <em>id</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.remove_plot" title="Permalink to this definition">¶</a></dt> |
---|
275 | <dd><p>remove plot of ID = id from a panel of group ID =group_id</p> |
---|
276 | </dd></dl> |
---|
277 | |
---|
278 | <dl class="method"> |
---|
279 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.set_batch_selection"> |
---|
280 | <tt class="descname">set_batch_selection</tt><big>(</big><em>flag</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.set_batch_selection" title="Permalink to this definition">¶</a></dt> |
---|
281 | <dd><p>the plugin to its batch state if flag is True</p> |
---|
282 | </dd></dl> |
---|
283 | |
---|
284 | <dl class="method"> |
---|
285 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.set_data"> |
---|
286 | <tt class="descname">set_data</tt><big>(</big><em>data_list=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.set_data" title="Permalink to this definition">¶</a></dt> |
---|
287 | <dd><p>receive a list of data and use it in the current perspective</p> |
---|
288 | </dd></dl> |
---|
289 | |
---|
290 | <dl class="method"> |
---|
291 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.set_default_perspective"> |
---|
292 | <tt class="descname">set_default_perspective</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.set_default_perspective" title="Permalink to this definition">¶</a></dt> |
---|
293 | <dd><p>Call back method that True to notify the parent that the current plug-in |
---|
294 | can be set as default perspective. |
---|
295 | when returning False, the plug-in is not candidate for an automatic |
---|
296 | default perspective setting</p> |
---|
297 | </dd></dl> |
---|
298 | |
---|
299 | <dl class="method"> |
---|
300 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.set_is_active"> |
---|
301 | <tt class="descname">set_is_active</tt><big>(</big><em>active=False</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.set_is_active" title="Permalink to this definition">¶</a></dt> |
---|
302 | <dd></dd></dl> |
---|
303 | |
---|
304 | <dl class="method"> |
---|
305 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.set_panel_on_focus"> |
---|
306 | <tt class="descname">set_panel_on_focus</tt><big>(</big><em>panel</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.set_panel_on_focus" title="Permalink to this definition">¶</a></dt> |
---|
307 | <dd></dd></dl> |
---|
308 | |
---|
309 | <dl class="method"> |
---|
310 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.set_state"> |
---|
311 | <tt class="descname">set_state</tt><big>(</big><em>state=None</em>, <em>datainfo=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.set_state" title="Permalink to this definition">¶</a></dt> |
---|
312 | <dd><p>update state</p> |
---|
313 | </dd></dl> |
---|
314 | |
---|
315 | <dl class="method"> |
---|
316 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.set_theory"> |
---|
317 | <tt class="descname">set_theory</tt><big>(</big><em>theory_list=None</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.set_theory" title="Permalink to this definition">¶</a></dt> |
---|
318 | <dd><table class="docutils field-list" frame="void" rules="none"> |
---|
319 | <col class="field-name" /> |
---|
320 | <col class="field-body" /> |
---|
321 | <tbody valign="top"> |
---|
322 | <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>theory_list</strong> – list of information |
---|
323 | related to available theory state</td> |
---|
324 | </tr> |
---|
325 | </tbody> |
---|
326 | </table> |
---|
327 | </dd></dl> |
---|
328 | |
---|
329 | <dl class="method"> |
---|
330 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.update_panel"> |
---|
331 | <tt class="descname">update_panel</tt><big>(</big><em>data</em>, <em>panel</em><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.update_panel" title="Permalink to this definition">¶</a></dt> |
---|
332 | <dd><p>update the graph of a given panel</p> |
---|
333 | </dd></dl> |
---|
334 | |
---|
335 | <dl class="method"> |
---|
336 | <dt id="sans.guiframe.local_perspectives.plotting.plotting.Plugin.use_data"> |
---|
337 | <tt class="descname">use_data</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.local_perspectives.plotting.plotting.Plugin.use_data" title="Permalink to this definition">¶</a></dt> |
---|
338 | <dd><p>return True if these plugin use data</p> |
---|
339 | </dd></dl> |
---|
340 | |
---|
341 | </dd></dl> |
---|
342 | |
---|
343 | </div> |
---|
344 | </div> |
---|
345 | |
---|
346 | |
---|
347 | </div> |
---|
348 | </div> |
---|
349 | </div> |
---|
350 | <div class="sphinxsidebar"> |
---|
351 | <div class="sphinxsidebarwrapper"> |
---|
352 | <h3><a href="../../../index.html">Table Of Contents</a></h3> |
---|
353 | <ul> |
---|
354 | <li><a class="reference internal" href="#">plotting</a><ul> |
---|
355 | <li><a class="reference internal" href="#module-sans.guiframe.local_perspectives.plotting.plotting"><tt class="docutils literal"><span class="pre">sans.guiframe.local_perspectives.plotting.plotting</span></tt></a></li> |
---|
356 | </ul> |
---|
357 | </li> |
---|
358 | </ul> |
---|
359 | |
---|
360 | <h4>Previous topic</h4> |
---|
361 | <p class="topless"><a href="Plotter2D.html" |
---|
362 | title="previous chapter">Plotter2D</a></p> |
---|
363 | <h4>Next topic</h4> |
---|
364 | <p class="topless"><a href="profile_dialog.html" |
---|
365 | title="next chapter">profile_dialog</a></p> |
---|
366 | <h3>This Page</h3> |
---|
367 | <ul class="this-page-menu"> |
---|
368 | <li><a href="../../../_sources/api/local_perspectives/plotting/plotting.txt" |
---|
369 | rel="nofollow">Show Source</a></li> |
---|
370 | </ul> |
---|
371 | <div id="searchbox" style="display: none"> |
---|
372 | <h3>Quick search</h3> |
---|
373 | <form class="search" action="../../../search.html" method="get"> |
---|
374 | <input type="text" name="q" size="18" /> |
---|
375 | <input type="submit" value="Go" /> |
---|
376 | <input type="hidden" name="check_keywords" value="yes" /> |
---|
377 | <input type="hidden" name="area" value="default" /> |
---|
378 | </form> |
---|
379 | <p class="searchtip" style="font-size: 90%"> |
---|
380 | Enter search terms or a module, class or function name. |
---|
381 | </p> |
---|
382 | </div> |
---|
383 | <script type="text/javascript">$('#searchbox').show(0);</script> |
---|
384 | </div> |
---|
385 | </div> |
---|
386 | <div class="clearer"></div> |
---|
387 | </div> |
---|
388 | <div class="related"> |
---|
389 | <h3>Navigation</h3> |
---|
390 | <ul> |
---|
391 | <li class="right" style="margin-right: 10px"> |
---|
392 | <a href="../../../genindex.html" title="General Index" |
---|
393 | >index</a></li> |
---|
394 | <li class="right" > |
---|
395 | <a href="../../../py-modindex.html" title="Python Module Index" |
---|
396 | >modules</a> |</li> |
---|
397 | <li class="right" > |
---|
398 | <a href="profile_dialog.html" title="profile_dialog" |
---|
399 | >next</a> |</li> |
---|
400 | <li class="right" > |
---|
401 | <a href="Plotter2D.html" title="Plotter2D" |
---|
402 | >previous</a> |</li> |
---|
403 | <li><a href="../../../index.html">guiframe v0.1.0 documentation</a> »</li> |
---|
404 | <li><a href="index.html" >Local Perspective: plotting</a> »</li> |
---|
405 | </ul> |
---|
406 | </div> |
---|
407 | <div class="footer"> |
---|
408 | © Copyright 2010, sans group. |
---|
409 | Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7. |
---|
410 | </div> |
---|
411 | </body> |
---|
412 | </html> |
---|