Changeset 13019
- Timestamp:
- 03/08/12 16:03:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/plotters.py
r13018 r13019 184 184 185 185 def _test_CamPlotter(): 186 """ test of maintaining two independant plotter instances"""186 """ test of CamPlotter """ 187 187 188 188 c1 = np.random.randn(1440) … … 196 196 197 197 def _test_HistPlotter(): 198 """ test of maintaining two independant plotter instances"""198 """ test of the HistPlotter """ 199 199 plt.ion() 200 200
Note:
See TracChangeset
for help on using the changeset viewer.