PlotPy 2.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (467) hide show
  1. PlotPy-2.0.0/LICENSE +29 -0
  2. PlotPy-2.0.0/MANIFEST.in +4 -0
  3. PlotPy-2.0.0/PKG-INFO +155 -0
  4. PlotPy-2.0.0/PlotPy.egg-info/PKG-INFO +155 -0
  5. PlotPy-2.0.0/PlotPy.egg-info/SOURCES.txt +470 -0
  6. PlotPy-2.0.0/PlotPy.egg-info/dependency_links.txt +1 -0
  7. PlotPy-2.0.0/PlotPy.egg-info/entry_points.txt +2 -0
  8. PlotPy-2.0.0/PlotPy.egg-info/requires.txt +26 -0
  9. PlotPy-2.0.0/PlotPy.egg-info/top_level.txt +1 -0
  10. PlotPy-2.0.0/README.md +75 -0
  11. PlotPy-2.0.0/doc/_static/favicon.ico +0 -0
  12. PlotPy-2.0.0/doc/conf.py +79 -0
  13. PlotPy-2.0.0/doc/dev/build.rst +47 -0
  14. PlotPy-2.0.0/doc/dev/contribute.rst +101 -0
  15. PlotPy-2.0.0/doc/dev/guiqwt_to_plotpy.csv +51 -0
  16. PlotPy-2.0.0/doc/dev/guiqwt_to_plotpy.rst +234 -0
  17. PlotPy-2.0.0/doc/dev/index.rst +12 -0
  18. PlotPy-2.0.0/doc/dev/platforms.rst +163 -0
  19. PlotPy-2.0.0/doc/dev/v1_to_v2.csv +44 -0
  20. PlotPy-2.0.0/doc/dev/v1_to_v2.rst +70 -0
  21. PlotPy-2.0.0/doc/features/fit.rst +1 -0
  22. PlotPy-2.0.0/doc/features/fliprotate.rst +1 -0
  23. PlotPy-2.0.0/doc/features/imagefile.rst +1 -0
  24. PlotPy-2.0.0/doc/features/index.rst +59 -0
  25. PlotPy-2.0.0/doc/features/io.rst +1 -0
  26. PlotPy-2.0.0/doc/features/items/builder.rst +15 -0
  27. PlotPy-2.0.0/doc/features/items/examples.rst +146 -0
  28. PlotPy-2.0.0/doc/features/items/index.rst +13 -0
  29. PlotPy-2.0.0/doc/features/items/overview.rst +89 -0
  30. PlotPy-2.0.0/doc/features/items/reference.rst +142 -0
  31. PlotPy-2.0.0/doc/features/mathutils/colormap.rst +1 -0
  32. PlotPy-2.0.0/doc/features/mathutils/geometry.rst +1 -0
  33. PlotPy-2.0.0/doc/features/mathutils/index.rst +10 -0
  34. PlotPy-2.0.0/doc/features/mathutils/scaler.rst +1 -0
  35. PlotPy-2.0.0/doc/features/panels/index.rst +11 -0
  36. PlotPy-2.0.0/doc/features/panels/overview.rst +27 -0
  37. PlotPy-2.0.0/doc/features/panels/reference.rst +10 -0
  38. PlotPy-2.0.0/doc/features/plot/examples.rst +28 -0
  39. PlotPy-2.0.0/doc/features/plot/index.rst +12 -0
  40. PlotPy-2.0.0/doc/features/plot/overview.rst +39 -0
  41. PlotPy-2.0.0/doc/features/plot/reference.rst +26 -0
  42. PlotPy-2.0.0/doc/features/pyplot.rst +2 -0
  43. PlotPy-2.0.0/doc/features/resizedialog.rst +1 -0
  44. PlotPy-2.0.0/doc/features/rotatecrop.rst +1 -0
  45. PlotPy-2.0.0/doc/features/selectdialog.rst +1 -0
  46. PlotPy-2.0.0/doc/features/signals.rst +42 -0
  47. PlotPy-2.0.0/doc/features/styles/index.rst +11 -0
  48. PlotPy-2.0.0/doc/features/styles/overview.rst +19 -0
  49. PlotPy-2.0.0/doc/features/styles/reference.rst +84 -0
  50. PlotPy-2.0.0/doc/features/tools/examples.rst +10 -0
  51. PlotPy-2.0.0/doc/features/tools/index.rst +12 -0
  52. PlotPy-2.0.0/doc/features/tools/overview.rst +79 -0
  53. PlotPy-2.0.0/doc/features/tools/reference.rst +107 -0
  54. PlotPy-2.0.0/doc/images/my_plot_manager.png +0 -0
  55. PlotPy-2.0.0/doc/images/my_plot_manager.svg +718 -0
  56. PlotPy-2.0.0/doc/images/panorama.png +0 -0
  57. PlotPy-2.0.0/doc/images/panorama.svg +493 -0
  58. PlotPy-2.0.0/doc/images/plot_widgets.png +0 -0
  59. PlotPy-2.0.0/doc/images/plot_widgets.svg +711 -0
  60. PlotPy-2.0.0/doc/images/plotpy-banner.png +0 -0
  61. PlotPy-2.0.0/doc/images/plotpy-vertical.png +0 -0
  62. PlotPy-2.0.0/doc/images/screenshots/__init__.png +0 -0
  63. PlotPy-2.0.0/doc/images/screenshots/computations.png +0 -0
  64. PlotPy-2.0.0/doc/images/screenshots/contrast.png +0 -0
  65. PlotPy-2.0.0/doc/images/screenshots/cross_section.png +0 -0
  66. PlotPy-2.0.0/doc/images/screenshots/cross_section2.png +0 -0
  67. PlotPy-2.0.0/doc/images/screenshots/dotarraydemo.png +0 -0
  68. PlotPy-2.0.0/doc/images/screenshots/filtertest1.png +0 -0
  69. PlotPy-2.0.0/doc/images/screenshots/filtertest2.png +0 -0
  70. PlotPy-2.0.0/doc/images/screenshots/fit.png +0 -0
  71. PlotPy-2.0.0/doc/images/screenshots/get_point.png +0 -0
  72. PlotPy-2.0.0/doc/images/screenshots/hist2d.png +0 -0
  73. PlotPy-2.0.0/doc/images/screenshots/image_plot_tools.png +0 -0
  74. PlotPy-2.0.0/doc/images/screenshots/imagefilter.png +0 -0
  75. PlotPy-2.0.0/doc/images/screenshots/imagesuperp.png +0 -0
  76. PlotPy-2.0.0/doc/images/screenshots/imagexy.png +0 -0
  77. PlotPy-2.0.0/doc/images/screenshots/manager.png +0 -0
  78. PlotPy-2.0.0/doc/images/screenshots/mandelbrot.png +0 -0
  79. PlotPy-2.0.0/doc/images/screenshots/pcolor.png +0 -0
  80. PlotPy-2.0.0/doc/images/screenshots/plot.png +0 -0
  81. PlotPy-2.0.0/doc/images/screenshots/simple_dialog.png +0 -0
  82. PlotPy-2.0.0/doc/images/screenshots/simple_window.png +0 -0
  83. PlotPy-2.0.0/doc/images/screenshots/transform.png +0 -0
  84. PlotPy-2.0.0/doc/index.rst +50 -0
  85. PlotPy-2.0.0/doc/intro/examples.rst +146 -0
  86. PlotPy-2.0.0/doc/intro/index.rst +11 -0
  87. PlotPy-2.0.0/doc/intro/installation.rst +29 -0
  88. PlotPy-2.0.0/doc/intro/licenses.rst +1978 -0
  89. PlotPy-2.0.0/doc/intro/overview.rst +103 -0
  90. PlotPy-2.0.0/doc/requirements.rst +105 -0
  91. PlotPy-2.0.0/doc/update_requirements.py +19 -0
  92. PlotPy-2.0.0/plotpy/__init__.py +31 -0
  93. PlotPy-2.0.0/plotpy/builder/__init__.py +46 -0
  94. PlotPy-2.0.0/plotpy/builder/annotation.py +393 -0
  95. PlotPy-2.0.0/plotpy/builder/curvemarker.py +878 -0
  96. PlotPy-2.0.0/plotpy/builder/image.py +906 -0
  97. PlotPy-2.0.0/plotpy/builder/label.py +304 -0
  98. PlotPy-2.0.0/plotpy/builder/plot.py +405 -0
  99. PlotPy-2.0.0/plotpy/builder/shape.py +193 -0
  100. PlotPy-2.0.0/plotpy/config.py +747 -0
  101. PlotPy-2.0.0/plotpy/constants.py +124 -0
  102. PlotPy-2.0.0/plotpy/coords.py +93 -0
  103. PlotPy-2.0.0/plotpy/events.py +969 -0
  104. PlotPy-2.0.0/plotpy/images/apply.png +0 -0
  105. PlotPy-2.0.0/plotpy/images/arredit.png +0 -0
  106. PlotPy-2.0.0/plotpy/images/arrow_down.png +0 -0
  107. PlotPy-2.0.0/plotpy/images/arrow_up.png +0 -0
  108. PlotPy-2.0.0/plotpy/images/autorefresh.png +0 -0
  109. PlotPy-2.0.0/plotpy/images/autoscale.png +0 -0
  110. PlotPy-2.0.0/plotpy/images/axes.png +0 -0
  111. PlotPy-2.0.0/plotpy/images/busy.png +0 -0
  112. PlotPy-2.0.0/plotpy/images/cell_edit.png +0 -0
  113. PlotPy-2.0.0/plotpy/images/center.png +0 -0
  114. PlotPy-2.0.0/plotpy/images/contrast.png +0 -0
  115. PlotPy-2.0.0/plotpy/images/copy.png +0 -0
  116. PlotPy-2.0.0/plotpy/images/copytoclipboard.png +0 -0
  117. PlotPy-2.0.0/plotpy/images/csapplylut.png +0 -0
  118. PlotPy-2.0.0/plotpy/images/csautoscale.png +0 -0
  119. PlotPy-2.0.0/plotpy/images/csection.png +0 -0
  120. PlotPy-2.0.0/plotpy/images/csection_a.png +0 -0
  121. PlotPy-2.0.0/plotpy/images/csection_oblique.png +0 -0
  122. PlotPy-2.0.0/plotpy/images/csperimage.png +0 -0
  123. PlotPy-2.0.0/plotpy/images/curvestyles/dots.png +0 -0
  124. PlotPy-2.0.0/plotpy/images/curvestyles/lines.png +0 -0
  125. PlotPy-2.0.0/plotpy/images/curvestyles/steps.png +0 -0
  126. PlotPy-2.0.0/plotpy/images/curvestyles/sticks.png +0 -0
  127. PlotPy-2.0.0/plotpy/images/curvetypes/xfy.png +0 -0
  128. PlotPy-2.0.0/plotpy/images/curvetypes/yfx.png +0 -0
  129. PlotPy-2.0.0/plotpy/images/delete.png +0 -0
  130. PlotPy-2.0.0/plotpy/images/edit.png +0 -0
  131. PlotPy-2.0.0/plotpy/images/editors/edit.png +0 -0
  132. PlotPy-2.0.0/plotpy/images/editors/edit_add.png +0 -0
  133. PlotPy-2.0.0/plotpy/images/editors/editcopy.png +0 -0
  134. PlotPy-2.0.0/plotpy/images/editors/editdelete.png +0 -0
  135. PlotPy-2.0.0/plotpy/images/editors/editpaste.png +0 -0
  136. PlotPy-2.0.0/plotpy/images/editors/fileimport.png +0 -0
  137. PlotPy-2.0.0/plotpy/images/editors/filesave.png +0 -0
  138. PlotPy-2.0.0/plotpy/images/editors/imshow.png +0 -0
  139. PlotPy-2.0.0/plotpy/images/editors/insert.png +0 -0
  140. PlotPy-2.0.0/plotpy/images/editors/plot.png +0 -0
  141. PlotPy-2.0.0/plotpy/images/editors/rename.png +0 -0
  142. PlotPy-2.0.0/plotpy/images/eliminate_outliers.png +0 -0
  143. PlotPy-2.0.0/plotpy/images/eraser.png +0 -0
  144. PlotPy-2.0.0/plotpy/images/exit.png +0 -0
  145. PlotPy-2.0.0/plotpy/images/expander_down.png +0 -0
  146. PlotPy-2.0.0/plotpy/images/expander_right.png +0 -0
  147. PlotPy-2.0.0/plotpy/images/export.png +0 -0
  148. PlotPy-2.0.0/plotpy/images/file.png +0 -0
  149. PlotPy-2.0.0/plotpy/images/fileclose.png +0 -0
  150. PlotPy-2.0.0/plotpy/images/fileimport.png +0 -0
  151. PlotPy-2.0.0/plotpy/images/filenew.png +0 -0
  152. PlotPy-2.0.0/plotpy/images/fileopen.png +0 -0
  153. PlotPy-2.0.0/plotpy/images/filesave.png +0 -0
  154. PlotPy-2.0.0/plotpy/images/filesaveas.png +0 -0
  155. PlotPy-2.0.0/plotpy/images/filetypes/doc.png +0 -0
  156. PlotPy-2.0.0/plotpy/images/filetypes/gif.png +0 -0
  157. PlotPy-2.0.0/plotpy/images/filetypes/html.png +0 -0
  158. PlotPy-2.0.0/plotpy/images/filetypes/jpg.png +0 -0
  159. PlotPy-2.0.0/plotpy/images/filetypes/pdf.png +0 -0
  160. PlotPy-2.0.0/plotpy/images/filetypes/png.png +0 -0
  161. PlotPy-2.0.0/plotpy/images/filetypes/pps.png +0 -0
  162. PlotPy-2.0.0/plotpy/images/filetypes/ps.png +0 -0
  163. PlotPy-2.0.0/plotpy/images/filetypes/tar.png +0 -0
  164. PlotPy-2.0.0/plotpy/images/filetypes/tgz.png +0 -0
  165. PlotPy-2.0.0/plotpy/images/filetypes/tif.png +0 -0
  166. PlotPy-2.0.0/plotpy/images/filetypes/txt.png +0 -0
  167. PlotPy-2.0.0/plotpy/images/filetypes/xls.png +0 -0
  168. PlotPy-2.0.0/plotpy/images/filetypes/zip.png +0 -0
  169. PlotPy-2.0.0/plotpy/images/font.png +0 -0
  170. PlotPy-2.0.0/plotpy/images/full_range.png +0 -0
  171. PlotPy-2.0.0/plotpy/images/funct.png +0 -0
  172. PlotPy-2.0.0/plotpy/images/hcursor.png +0 -0
  173. PlotPy-2.0.0/plotpy/images/hflip.png +0 -0
  174. PlotPy-2.0.0/plotpy/images/imagestats.png +0 -0
  175. PlotPy-2.0.0/plotpy/images/item_list.png +0 -0
  176. PlotPy-2.0.0/plotpy/images/items/annotation.png +0 -0
  177. PlotPy-2.0.0/plotpy/images/items/curve.png +0 -0
  178. PlotPy-2.0.0/plotpy/images/items/errorbar.png +0 -0
  179. PlotPy-2.0.0/plotpy/images/items/grid.png +0 -0
  180. PlotPy-2.0.0/plotpy/images/items/histogram.png +0 -0
  181. PlotPy-2.0.0/plotpy/images/items/histogram2d.png +0 -0
  182. PlotPy-2.0.0/plotpy/images/items/image.png +0 -0
  183. PlotPy-2.0.0/plotpy/images/items/label.png +0 -0
  184. PlotPy-2.0.0/plotpy/images/items/legend.png +0 -0
  185. PlotPy-2.0.0/plotpy/images/magnifier.png +0 -0
  186. PlotPy-2.0.0/plotpy/images/markers/cross.png +0 -0
  187. PlotPy-2.0.0/plotpy/images/markers/diamond.png +0 -0
  188. PlotPy-2.0.0/plotpy/images/markers/ellipse.png +0 -0
  189. PlotPy-2.0.0/plotpy/images/markers/hexagon.png +0 -0
  190. PlotPy-2.0.0/plotpy/images/markers/point.png +0 -0
  191. PlotPy-2.0.0/plotpy/images/markers/square.png +0 -0
  192. PlotPy-2.0.0/plotpy/images/markers/star.png +0 -0
  193. PlotPy-2.0.0/plotpy/images/markers/triangle_d.png +0 -0
  194. PlotPy-2.0.0/plotpy/images/markers/triangle_l.png +0 -0
  195. PlotPy-2.0.0/plotpy/images/markers/triangle_r.png +0 -0
  196. PlotPy-2.0.0/plotpy/images/markers/triangle_u.png +0 -0
  197. PlotPy-2.0.0/plotpy/images/markers/xcross.png +0 -0
  198. PlotPy-2.0.0/plotpy/images/markerstyles/cross_marker.png +0 -0
  199. PlotPy-2.0.0/plotpy/images/markerstyles/horiz_marker.png +0 -0
  200. PlotPy-2.0.0/plotpy/images/markerstyles/vert_marker.png +0 -0
  201. PlotPy-2.0.0/plotpy/images/mask/mask_circle.png +0 -0
  202. PlotPy-2.0.0/plotpy/images/mask/mask_circle_outside.png +0 -0
  203. PlotPy-2.0.0/plotpy/images/mask/mask_rectangle.png +0 -0
  204. PlotPy-2.0.0/plotpy/images/mask/mask_rectangle_outside.png +0 -0
  205. PlotPy-2.0.0/plotpy/images/mask/mask_tool.png +0 -0
  206. PlotPy-2.0.0/plotpy/images/max.png +0 -0
  207. PlotPy-2.0.0/plotpy/images/min.png +0 -0
  208. PlotPy-2.0.0/plotpy/images/move.png +0 -0
  209. PlotPy-2.0.0/plotpy/images/none.png +0 -0
  210. PlotPy-2.0.0/plotpy/images/not_found.png +0 -0
  211. PlotPy-2.0.0/plotpy/images/on_curve.png +0 -0
  212. PlotPy-2.0.0/plotpy/images/patterns/bdiagpattern.png +0 -0
  213. PlotPy-2.0.0/plotpy/images/patterns/crosspattern.png +0 -0
  214. PlotPy-2.0.0/plotpy/images/patterns/dense1pattern.png +0 -0
  215. PlotPy-2.0.0/plotpy/images/patterns/dense2pattern.png +0 -0
  216. PlotPy-2.0.0/plotpy/images/patterns/dense3pattern.png +0 -0
  217. PlotPy-2.0.0/plotpy/images/patterns/dense4pattern.png +0 -0
  218. PlotPy-2.0.0/plotpy/images/patterns/dense5pattern.png +0 -0
  219. PlotPy-2.0.0/plotpy/images/patterns/dense6pattern.png +0 -0
  220. PlotPy-2.0.0/plotpy/images/patterns/dense7pattern.png +0 -0
  221. PlotPy-2.0.0/plotpy/images/patterns/diagcrosspattern.png +0 -0
  222. PlotPy-2.0.0/plotpy/images/patterns/fdiagpattern.png +0 -0
  223. PlotPy-2.0.0/plotpy/images/patterns/horpattern.png +0 -0
  224. PlotPy-2.0.0/plotpy/images/patterns/nobrush.png +0 -0
  225. PlotPy-2.0.0/plotpy/images/patterns/solidpattern.png +0 -0
  226. PlotPy-2.0.0/plotpy/images/patterns/verpattern.png +0 -0
  227. PlotPy-2.0.0/plotpy/images/plotpy-banner.svg +529 -0
  228. PlotPy-2.0.0/plotpy/images/plotpy-vertical.svg +529 -0
  229. PlotPy-2.0.0/plotpy/images/plotpy.svg +412 -0
  230. PlotPy-2.0.0/plotpy/images/point_selection.png +0 -0
  231. PlotPy-2.0.0/plotpy/images/print.png +0 -0
  232. PlotPy-2.0.0/plotpy/images/python.png +0 -0
  233. PlotPy-2.0.0/plotpy/images/quickview.png +0 -0
  234. PlotPy-2.0.0/plotpy/images/rectangular_select.png +0 -0
  235. PlotPy-2.0.0/plotpy/images/refresh.png +0 -0
  236. PlotPy-2.0.0/plotpy/images/save_all.png +0 -0
  237. PlotPy-2.0.0/plotpy/images/scales/lin_lin.png +0 -0
  238. PlotPy-2.0.0/plotpy/images/scales/lin_log.png +0 -0
  239. PlotPy-2.0.0/plotpy/images/scales/log_lin.png +0 -0
  240. PlotPy-2.0.0/plotpy/images/scales/log_log.png +0 -0
  241. PlotPy-2.0.0/plotpy/images/selection.png +0 -0
  242. PlotPy-2.0.0/plotpy/images/settings.png +0 -0
  243. PlotPy-2.0.0/plotpy/images/shape.png +0 -0
  244. PlotPy-2.0.0/plotpy/images/shapes/circle.png +0 -0
  245. PlotPy-2.0.0/plotpy/images/shapes/contour.png +0 -0
  246. PlotPy-2.0.0/plotpy/images/shapes/ellipse_shape.png +0 -0
  247. PlotPy-2.0.0/plotpy/images/shapes/freeform.png +0 -0
  248. PlotPy-2.0.0/plotpy/images/shapes/gtaxes.png +0 -0
  249. PlotPy-2.0.0/plotpy/images/shapes/marker.png +0 -0
  250. PlotPy-2.0.0/plotpy/images/shapes/oblique_rectangle.png +0 -0
  251. PlotPy-2.0.0/plotpy/images/shapes/point_shape.png +0 -0
  252. PlotPy-2.0.0/plotpy/images/shapes/polyline.png +0 -0
  253. PlotPy-2.0.0/plotpy/images/shapes/rectangle.png +0 -0
  254. PlotPy-2.0.0/plotpy/images/shapes/segment.png +0 -0
  255. PlotPy-2.0.0/plotpy/images/snapshot.png +0 -0
  256. PlotPy-2.0.0/plotpy/images/styles/dash.png +0 -0
  257. PlotPy-2.0.0/plotpy/images/styles/dashdot.png +0 -0
  258. PlotPy-2.0.0/plotpy/images/styles/dashdotdot.png +0 -0
  259. PlotPy-2.0.0/plotpy/images/styles/dot.png +0 -0
  260. PlotPy-2.0.0/plotpy/images/styles/solid.png +0 -0
  261. PlotPy-2.0.0/plotpy/images/trash.png +0 -0
  262. PlotPy-2.0.0/plotpy/images/trimage_lock.png +0 -0
  263. PlotPy-2.0.0/plotpy/images/trimage_unlock.png +0 -0
  264. PlotPy-2.0.0/plotpy/images/vcursor.png +0 -0
  265. PlotPy-2.0.0/plotpy/images/vflip.png +0 -0
  266. PlotPy-2.0.0/plotpy/images/xcursor.png +0 -0
  267. PlotPy-2.0.0/plotpy/images/xmax.png +0 -0
  268. PlotPy-2.0.0/plotpy/images/xmin.png +0 -0
  269. PlotPy-2.0.0/plotpy/images/xrange.png +0 -0
  270. PlotPy-2.0.0/plotpy/interfaces/__init__.py +22 -0
  271. PlotPy-2.0.0/plotpy/interfaces/items.py +508 -0
  272. PlotPy-2.0.0/plotpy/interfaces/panel.py +18 -0
  273. PlotPy-2.0.0/plotpy/interfaces/plotmanager.py +38 -0
  274. PlotPy-2.0.0/plotpy/io.py +800 -0
  275. PlotPy-2.0.0/plotpy/items/__init__.py +65 -0
  276. PlotPy-2.0.0/plotpy/items/annotation.py +872 -0
  277. PlotPy-2.0.0/plotpy/items/contour.py +189 -0
  278. PlotPy-2.0.0/plotpy/items/curve/__init__.py +5 -0
  279. PlotPy-2.0.0/plotpy/items/curve/base.py +565 -0
  280. PlotPy-2.0.0/plotpy/items/curve/errorbar.py +378 -0
  281. PlotPy-2.0.0/plotpy/items/grid.py +255 -0
  282. PlotPy-2.0.0/plotpy/items/histogram.py +216 -0
  283. PlotPy-2.0.0/plotpy/items/image/__init__.py +19 -0
  284. PlotPy-2.0.0/plotpy/items/image/base.py +1328 -0
  285. PlotPy-2.0.0/plotpy/items/image/filter.py +343 -0
  286. PlotPy-2.0.0/plotpy/items/image/image_items.py +856 -0
  287. PlotPy-2.0.0/plotpy/items/image/masked.py +747 -0
  288. PlotPy-2.0.0/plotpy/items/image/misc.py +753 -0
  289. PlotPy-2.0.0/plotpy/items/image/transform.py +628 -0
  290. PlotPy-2.0.0/plotpy/items/label.py +1064 -0
  291. PlotPy-2.0.0/plotpy/items/polygon.py +512 -0
  292. PlotPy-2.0.0/plotpy/items/shape/__init__.py +13 -0
  293. PlotPy-2.0.0/plotpy/items/shape/axis.py +314 -0
  294. PlotPy-2.0.0/plotpy/items/shape/base.py +287 -0
  295. PlotPy-2.0.0/plotpy/items/shape/ellipse.py +345 -0
  296. PlotPy-2.0.0/plotpy/items/shape/marker.py +507 -0
  297. PlotPy-2.0.0/plotpy/items/shape/point.py +94 -0
  298. PlotPy-2.0.0/plotpy/items/shape/polygon.py +445 -0
  299. PlotPy-2.0.0/plotpy/items/shape/range.py +253 -0
  300. PlotPy-2.0.0/plotpy/items/shape/rectangle.py +326 -0
  301. PlotPy-2.0.0/plotpy/items/shape/segment.py +132 -0
  302. PlotPy-2.0.0/plotpy/items/shape/svg.py +142 -0
  303. PlotPy-2.0.0/plotpy/locale/fr/LC_MESSAGES/plotpy.mo +0 -0
  304. PlotPy-2.0.0/plotpy/lutrange.py +67 -0
  305. PlotPy-2.0.0/plotpy/mathutils/__init__.py +1 -0
  306. PlotPy-2.0.0/plotpy/mathutils/_cm.py +7101 -0
  307. PlotPy-2.0.0/plotpy/mathutils/arrayfuncs.py +74 -0
  308. PlotPy-2.0.0/plotpy/mathutils/colormap.py +182 -0
  309. PlotPy-2.0.0/plotpy/mathutils/geometry.py +260 -0
  310. PlotPy-2.0.0/plotpy/mathutils/scaler.py +61 -0
  311. PlotPy-2.0.0/plotpy/panels/__init__.py +7 -0
  312. PlotPy-2.0.0/plotpy/panels/base.py +75 -0
  313. PlotPy-2.0.0/plotpy/panels/contrastadjustment.py +563 -0
  314. PlotPy-2.0.0/plotpy/panels/csection/__init__.py +17 -0
  315. PlotPy-2.0.0/plotpy/panels/csection/csitem.py +454 -0
  316. PlotPy-2.0.0/plotpy/panels/csection/csplot.py +448 -0
  317. PlotPy-2.0.0/plotpy/panels/csection/cswidget.py +399 -0
  318. PlotPy-2.0.0/plotpy/panels/itemlist.py +281 -0
  319. PlotPy-2.0.0/plotpy/plot/__init__.py +14 -0
  320. PlotPy-2.0.0/plotpy/plot/base.py +2327 -0
  321. PlotPy-2.0.0/plotpy/plot/interactive.py +837 -0
  322. PlotPy-2.0.0/plotpy/plot/manager.py +784 -0
  323. PlotPy-2.0.0/plotpy/plot/plotwidget.py +1001 -0
  324. PlotPy-2.0.0/plotpy/pyplot.py +104 -0
  325. PlotPy-2.0.0/plotpy/styles/__init__.py +78 -0
  326. PlotPy-2.0.0/plotpy/styles/axes.py +143 -0
  327. PlotPy-2.0.0/plotpy/styles/base.py +610 -0
  328. PlotPy-2.0.0/plotpy/styles/curve.py +73 -0
  329. PlotPy-2.0.0/plotpy/styles/errorbar.py +50 -0
  330. PlotPy-2.0.0/plotpy/styles/histogram.py +106 -0
  331. PlotPy-2.0.0/plotpy/styles/image.py +545 -0
  332. PlotPy-2.0.0/plotpy/styles/label.py +256 -0
  333. PlotPy-2.0.0/plotpy/styles/shape.py +351 -0
  334. PlotPy-2.0.0/plotpy/tests/__init__.py +35 -0
  335. PlotPy-2.0.0/plotpy/tests/benchmarks/__init__.py +0 -0
  336. PlotPy-2.0.0/plotpy/tests/benchmarks/test_benchmarks.py +152 -0
  337. PlotPy-2.0.0/plotpy/tests/benchmarks/test_bigimages.py +38 -0
  338. PlotPy-2.0.0/plotpy/tests/benchmarks/test_loadtest.py +89 -0
  339. PlotPy-2.0.0/plotpy/tests/conftest.py +6 -0
  340. PlotPy-2.0.0/plotpy/tests/data/brain.png +0 -0
  341. PlotPy-2.0.0/plotpy/tests/data/brain_cylinder.png +0 -0
  342. PlotPy-2.0.0/plotpy/tests/data/mr-brain.dcm +0 -0
  343. PlotPy-2.0.0/plotpy/tests/data/svg_target.svg +42 -0
  344. PlotPy-2.0.0/plotpy/tests/data/svg_tool.svg +55 -0
  345. PlotPy-2.0.0/plotpy/tests/data.py +166 -0
  346. PlotPy-2.0.0/plotpy/tests/features/__init__.py +0 -0
  347. PlotPy-2.0.0/plotpy/tests/features/test_auto_curve_image.py +34 -0
  348. PlotPy-2.0.0/plotpy/tests/features/test_autoscale_shapes.py +95 -0
  349. PlotPy-2.0.0/plotpy/tests/features/test_builder.py +50 -0
  350. PlotPy-2.0.0/plotpy/tests/features/test_computations.py +50 -0
  351. PlotPy-2.0.0/plotpy/tests/features/test_contrast.py +49 -0
  352. PlotPy-2.0.0/plotpy/tests/features/test_cursors.py +36 -0
  353. PlotPy-2.0.0/plotpy/tests/features/test_dicom_image.py +45 -0
  354. PlotPy-2.0.0/plotpy/tests/features/test_fit.py +34 -0
  355. PlotPy-2.0.0/plotpy/tests/features/test_image_coords.py +45 -0
  356. PlotPy-2.0.0/plotpy/tests/features/test_imagefilter.py +55 -0
  357. PlotPy-2.0.0/plotpy/tests/features/test_imagesuperp.py +52 -0
  358. PlotPy-2.0.0/plotpy/tests/features/test_loadsaveitems_hdf5.py +45 -0
  359. PlotPy-2.0.0/plotpy/tests/features/test_loadsaveitems_json.py +59 -0
  360. PlotPy-2.0.0/plotpy/tests/features/test_loadsaveitems_pickle.py +210 -0
  361. PlotPy-2.0.0/plotpy/tests/features/test_manager.py +79 -0
  362. PlotPy-2.0.0/plotpy/tests/features/test_no_auto_tools.py +30 -0
  363. PlotPy-2.0.0/plotpy/tests/features/test_plot_log.py +32 -0
  364. PlotPy-2.0.0/plotpy/tests/features/test_plot_types.py +41 -0
  365. PlotPy-2.0.0/plotpy/tests/features/test_plot_yreverse.py +32 -0
  366. PlotPy-2.0.0/plotpy/tests/features/test_pyplot.py +87 -0
  367. PlotPy-2.0.0/plotpy/tests/features/test_resize.py +28 -0
  368. PlotPy-2.0.0/plotpy/tests/items/__init__.py +0 -0
  369. PlotPy-2.0.0/plotpy/tests/items/test_annotations.py +39 -0
  370. PlotPy-2.0.0/plotpy/tests/items/test_curves.py +49 -0
  371. PlotPy-2.0.0/plotpy/tests/items/test_hist2d.py +79 -0
  372. PlotPy-2.0.0/plotpy/tests/items/test_histogram.py +32 -0
  373. PlotPy-2.0.0/plotpy/tests/items/test_image.py +30 -0
  374. PlotPy-2.0.0/plotpy/tests/items/test_image_contour.py +38 -0
  375. PlotPy-2.0.0/plotpy/tests/items/test_image_masked.py +49 -0
  376. PlotPy-2.0.0/plotpy/tests/items/test_image_masked_xy.py +48 -0
  377. PlotPy-2.0.0/plotpy/tests/items/test_image_rgb.py +27 -0
  378. PlotPy-2.0.0/plotpy/tests/items/test_image_xy.py +31 -0
  379. PlotPy-2.0.0/plotpy/tests/items/test_mandelbrot.py +85 -0
  380. PlotPy-2.0.0/plotpy/tests/items/test_pcolor.py +86 -0
  381. PlotPy-2.0.0/plotpy/tests/items/test_polygons.py +85 -0
  382. PlotPy-2.0.0/plotpy/tests/items/test_svgshapes.py +31 -0
  383. PlotPy-2.0.0/plotpy/tests/items/test_transform.py +217 -0
  384. PlotPy-2.0.0/plotpy/tests/tools/__init__.py +0 -0
  385. PlotPy-2.0.0/plotpy/tests/tools/test_actiontool.py +48 -0
  386. PlotPy-2.0.0/plotpy/tests/tools/test_cross_section.py +45 -0
  387. PlotPy-2.0.0/plotpy/tests/tools/test_cross_section_oblique.py +67 -0
  388. PlotPy-2.0.0/plotpy/tests/tools/test_customize_shape_tool.py +72 -0
  389. PlotPy-2.0.0/plotpy/tests/tools/test_get_point.py +65 -0
  390. PlotPy-2.0.0/plotpy/tests/tools/test_get_rectangle.py +37 -0
  391. PlotPy-2.0.0/plotpy/tests/tools/test_get_rectangle_with_svg.py +54 -0
  392. PlotPy-2.0.0/plotpy/tests/tools/test_get_segment.py +63 -0
  393. PlotPy-2.0.0/plotpy/tests/tools/test_image_plot_tools.py +87 -0
  394. PlotPy-2.0.0/plotpy/tests/unit/__init__.py +0 -0
  395. PlotPy-2.0.0/plotpy/tests/unit/test_baseplot.py +64 -0
  396. PlotPy-2.0.0/plotpy/tests/unit/test_builder_annotation.py +88 -0
  397. PlotPy-2.0.0/plotpy/tests/unit/test_builder_curve.py +150 -0
  398. PlotPy-2.0.0/plotpy/tests/unit/test_builder_image.py +114 -0
  399. PlotPy-2.0.0/plotpy/tests/unit/test_builder_shape.py +66 -0
  400. PlotPy-2.0.0/plotpy/tests/unit/test_contour.py +61 -0
  401. PlotPy-2.0.0/plotpy/tests/unit/test_fontparam.py +21 -0
  402. PlotPy-2.0.0/plotpy/tests/unit/test_geometry.py +89 -0
  403. PlotPy-2.0.0/plotpy/tests/unit/test_highprecisionxy.py +33 -0
  404. PlotPy-2.0.0/plotpy/tests/unit/test_io.py +124 -0
  405. PlotPy-2.0.0/plotpy/tests/unit/test_line.py +61 -0
  406. PlotPy-2.0.0/plotpy/tests/unit/test_plot_curve.py +79 -0
  407. PlotPy-2.0.0/plotpy/tests/unit/test_plot_image.py +143 -0
  408. PlotPy-2.0.0/plotpy/tests/unit/test_seg_dist.py +30 -0
  409. PlotPy-2.0.0/plotpy/tests/unit/test_styles.py +99 -0
  410. PlotPy-2.0.0/plotpy/tests/unit/test_tools_export.py +33 -0
  411. PlotPy-2.0.0/plotpy/tests/vistools.py +50 -0
  412. PlotPy-2.0.0/plotpy/tests/widgets/__init__.py +0 -0
  413. PlotPy-2.0.0/plotpy/tests/widgets/test_dotarraydemo.py +206 -0
  414. PlotPy-2.0.0/plotpy/tests/widgets/test_filtertest1.py +93 -0
  415. PlotPy-2.0.0/plotpy/tests/widgets/test_filtertest2.py +115 -0
  416. PlotPy-2.0.0/plotpy/tests/widgets/test_fliprotate.py +74 -0
  417. PlotPy-2.0.0/plotpy/tests/widgets/test_plot_timecurve.py +419 -0
  418. PlotPy-2.0.0/plotpy/tests/widgets/test_qtdesigner.py +51 -0
  419. PlotPy-2.0.0/plotpy/tests/widgets/test_qtdesigner.ui +33 -0
  420. PlotPy-2.0.0/plotpy/tests/widgets/test_qtdesigner_ui.py +19 -0
  421. PlotPy-2.0.0/plotpy/tests/widgets/test_resize_dialog.py +65 -0
  422. PlotPy-2.0.0/plotpy/tests/widgets/test_rotatecrop.py +94 -0
  423. PlotPy-2.0.0/plotpy/tests/widgets/test_simple_dialog.py +115 -0
  424. PlotPy-2.0.0/plotpy/tests/widgets/test_simple_window.py +268 -0
  425. PlotPy-2.0.0/plotpy/tests/widgets/test_syncplot.py +93 -0
  426. PlotPy-2.0.0/plotpy/tools/__init__.py +85 -0
  427. PlotPy-2.0.0/plotpy/tools/annotation.py +95 -0
  428. PlotPy-2.0.0/plotpy/tools/axes.py +106 -0
  429. PlotPy-2.0.0/plotpy/tools/base.py +452 -0
  430. PlotPy-2.0.0/plotpy/tools/cross_section.py +134 -0
  431. PlotPy-2.0.0/plotpy/tools/cursor.py +140 -0
  432. PlotPy-2.0.0/plotpy/tools/curve.py +329 -0
  433. PlotPy-2.0.0/plotpy/tools/image.py +911 -0
  434. PlotPy-2.0.0/plotpy/tools/item.py +231 -0
  435. PlotPy-2.0.0/plotpy/tools/label.py +99 -0
  436. PlotPy-2.0.0/plotpy/tools/misc.py +342 -0
  437. PlotPy-2.0.0/plotpy/tools/plot.py +214 -0
  438. PlotPy-2.0.0/plotpy/tools/selection.py +171 -0
  439. PlotPy-2.0.0/plotpy/tools/shape.py +329 -0
  440. PlotPy-2.0.0/plotpy/widgets/__init__.py +1 -0
  441. PlotPy-2.0.0/plotpy/widgets/about.py +65 -0
  442. PlotPy-2.0.0/plotpy/widgets/basetransform.py +308 -0
  443. PlotPy-2.0.0/plotpy/widgets/fit.py +999 -0
  444. PlotPy-2.0.0/plotpy/widgets/fliprotate.py +266 -0
  445. PlotPy-2.0.0/plotpy/widgets/imagefile.py +183 -0
  446. PlotPy-2.0.0/plotpy/widgets/qtdesigner.py +176 -0
  447. PlotPy-2.0.0/plotpy/widgets/resizedialog.py +167 -0
  448. PlotPy-2.0.0/plotpy/widgets/rotatecrop.py +252 -0
  449. PlotPy-2.0.0/plotpy/widgets/selectdialog.py +179 -0
  450. PlotPy-2.0.0/plotpy-tests.desktop +10 -0
  451. PlotPy-2.0.0/pyproject.toml +67 -0
  452. PlotPy-2.0.0/qtdesigner/plotplugin.py +16 -0
  453. PlotPy-2.0.0/setup.cfg +4 -0
  454. PlotPy-2.0.0/setup.py +93 -0
  455. PlotPy-2.0.0/src/arrays.hpp +208 -0
  456. PlotPy-2.0.0/src/contour2d.c +31897 -0
  457. PlotPy-2.0.0/src/contour2d.pyx +358 -0
  458. PlotPy-2.0.0/src/debug.hpp +33 -0
  459. PlotPy-2.0.0/src/histogram2d.c +7574 -0
  460. PlotPy-2.0.0/src/histogram2d.pyx +97 -0
  461. PlotPy-2.0.0/src/mandelbrot.c +6116 -0
  462. PlotPy-2.0.0/src/mandelbrot.pyx +38 -0
  463. PlotPy-2.0.0/src/pcolor.cpp +514 -0
  464. PlotPy-2.0.0/src/points.hpp +355 -0
  465. PlotPy-2.0.0/src/scaler.cpp +923 -0
  466. PlotPy-2.0.0/src/scaler.hpp +115 -0
  467. PlotPy-2.0.0/src/traits.hpp +162 -0
PlotPy-2.0.0/LICENSE ADDED
@@ -0,0 +1,29 @@
1
+ BSD 3-Clause License
2
+
3
+ Copyright (c) 2023, CEA-Codra, Pierre Raybaut.
4
+ All rights reserved.
5
+
6
+ Redistribution and use in source and binary forms, with or without
7
+ modification, are permitted provided that the following conditions are met:
8
+
9
+ 1. Redistributions of source code must retain the above copyright notice, this
10
+ list of conditions and the following disclaimer.
11
+
12
+ 2. Redistributions in binary form must reproduce the above copyright notice,
13
+ this list of conditions and the following disclaimer in the documentation
14
+ and/or other materials provided with the distribution.
15
+
16
+ 3. Neither the name of the copyright holder nor the names of its
17
+ contributors may be used to endorse or promote products derived from
18
+ this software without specific prior written permission.
19
+
20
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,4 @@
1
+ graft doc
2
+ graft qtdesigner
3
+ graft src
4
+ include *.desktop
PlotPy-2.0.0/PKG-INFO ADDED
@@ -0,0 +1,155 @@
1
+ Metadata-Version: 2.1
2
+ Name: PlotPy
3
+ Version: 2.0.0
4
+ Summary: Curve and image plotting tools for Python/Qt applications
5
+ Author-email: Codra <p.raybaut@codra.fr>
6
+ License: BSD 3-Clause License
7
+
8
+ Copyright (c) 2023, CEA-Codra, Pierre Raybaut.
9
+ All rights reserved.
10
+
11
+ Redistribution and use in source and binary forms, with or without
12
+ modification, are permitted provided that the following conditions are met:
13
+
14
+ 1. Redistributions of source code must retain the above copyright notice, this
15
+ list of conditions and the following disclaimer.
16
+
17
+ 2. Redistributions in binary form must reproduce the above copyright notice,
18
+ this list of conditions and the following disclaimer in the documentation
19
+ and/or other materials provided with the distribution.
20
+
21
+ 3. Neither the name of the copyright holder nor the names of its
22
+ contributors may be used to endorse or promote products derived from
23
+ this software without specific prior written permission.
24
+
25
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
29
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35
+
36
+ Project-URL: Homepage, https://github.com/PlotPyStack/plotpy/
37
+ Project-URL: Documentation, https://plotpy.readthedocs.io/en/latest/
38
+ Classifier: Topic :: Scientific/Engineering
39
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
40
+ Classifier: Topic :: Utilities
41
+ Classifier: Topic :: Scientific/Engineering
42
+ Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
43
+ Classifier: Topic :: Software Development :: User Interfaces
44
+ Classifier: Operating System :: MacOS
45
+ Classifier: Operating System :: Microsoft :: Windows
46
+ Classifier: Operating System :: OS Independent
47
+ Classifier: Operating System :: POSIX
48
+ Classifier: Operating System :: Unix
49
+ Classifier: Programming Language :: Python :: 3.8
50
+ Classifier: Programming Language :: Python :: 3.9
51
+ Classifier: Programming Language :: Python :: 3.10
52
+ Classifier: Programming Language :: Python :: 3.11
53
+ Classifier: Programming Language :: Python :: 3.12
54
+ Requires-Python: <4,>=3.8
55
+ Description-Content-Type: text/markdown
56
+ License-File: LICENSE
57
+ Requires-Dist: guidata>=3.1
58
+ Requires-Dist: PythonQwt>=0.10
59
+ Requires-Dist: NumPy>=1.17
60
+ Requires-Dist: SciPy>=1.3
61
+ Requires-Dist: Pillow
62
+ Requires-Dist: tifffile
63
+ Provides-Extra: dev
64
+ Requires-Dist: black; extra == "dev"
65
+ Requires-Dist: isort; extra == "dev"
66
+ Requires-Dist: pylint; extra == "dev"
67
+ Requires-Dist: Coverage; extra == "dev"
68
+ Requires-Dist: Cython; extra == "dev"
69
+ Provides-Extra: doc
70
+ Requires-Dist: PyQt5; extra == "doc"
71
+ Requires-Dist: sphinx; extra == "doc"
72
+ Requires-Dist: sphinx-copybutton; extra == "doc"
73
+ Requires-Dist: sphinx_qt_documentation; extra == "doc"
74
+ Requires-Dist: python-docs-theme; extra == "doc"
75
+ Provides-Extra: test
76
+ Requires-Dist: pytest; extra == "test"
77
+ Requires-Dist: pytest-cov; extra == "test"
78
+ Requires-Dist: pytest-qt; extra == "test"
79
+ Requires-Dist: pytest-xvfb; extra == "test"
80
+
81
+ # PlotPy: Curve and image plotting tools for Python/Qt applications
82
+
83
+ [![pypi version](https://img.shields.io/pypi/v/plotpy.svg)](https://pypi.org/project/plotpy/)
84
+ [![PyPI status](https://img.shields.io/pypi/status/plotpy.svg)](https://github.com/PlotPyStack/plotpy/)
85
+ [![PyPI pyversions](https://img.shields.io/pypi/pyversions/plotpy.svg)](https://pypi.python.org/pypi/plotpy/)
86
+ [![download count](https://img.shields.io/conda/dn/conda-forge/plotpy.svg)](https://www.anaconda.com/download/)
87
+
88
+ ℹ️ Created in 2016 by [Pierre Raybaut](https://github.com/PierreRaybaut) and maintained by the [PlotPyStack](https://github.com/PlotPyStack) organization.
89
+
90
+ ℹ️ PlotPy ***V2*** is the new major release of [`guiqwt`](https://github.com/PierreRaybaut/guiqwt): same team 🏋️, same goal 🎯, same long-term support ⏳.
91
+
92
+ ## Overview
93
+
94
+ `plotpy` is is a Python library providing efficient 2D data-plotting features
95
+ for interactive computing and signal/image processing application development.
96
+ It is part of the [PlotPyStack](https://github.com/PlotPyStack) project, aiming at
97
+ providing a unified framework for creating scientific GUIs with Python and Qt.
98
+
99
+ `plotpy` is based on:
100
+
101
+ * [Python](http://www.python.org) language and [Qt](https://doc.qt.io/) GUI toolkit (via [PySide](https://doc.qt.io/qtforpython-6/) or [PyQt](http://www.riverbankcomputing.co.uk/software/pyqt/intro))
102
+ * [guidata](https://pypi.python.org/pypi/guidata) automatic GUI generation library
103
+ * [PythonQwt](https://pypi.python.org/pypi/PythonQwt) plotting widgets library
104
+ * [NumPy](https://pypi.python.org/pypi/NumPy) and [SciPy](https://pypi.python.org/pypi/SciPy) scientific computing libraries
105
+
106
+ <img src="https://raw.githubusercontent.com/PlotPyStack/plotpy/master/doc/images/panorama.png">
107
+
108
+ See [documentation](https://plotpy.readthedocs.io/en/latest/) for more details on
109
+ the library and [changelog](CHANGELOG.md) for recent history of changes.
110
+
111
+ Copyrights and licensing:
112
+
113
+ * Copyright © 2023 [CEA](https://www.cea.fr), [Codra](https://codra.net/), [Pierre Raybaut](https://github.com/PierreRaybaut).
114
+ * Licensed under the terms of the BSD 3-Clause (see [LICENSE](LICENSE)).
115
+
116
+ ## Features
117
+
118
+ The `plotpy` library also provides the following features.
119
+
120
+ General plotting features:
121
+
122
+ * Ready-to-use [plot widgets and dialog boxes](https://plotpy.readthedocs.io/en/latest/features/plot/index.html)
123
+ * [pyplot](https://plotpy.readthedocs.io/en/latest/features/pyplot.html): interactive
124
+ plotting widgets, equivalent to `matplotlib.pyplot`, at least for the implemented functions
125
+ * Supported [plot items](https://plotpy.readthedocs.io/en/latest/features/items/index.html):
126
+ curves, images, contours, histograms, labels, shapes, annotations, ...
127
+
128
+ Interactive features (i.e. not only programmatic plotting but also with mouse/keyboard):
129
+
130
+ * Multiple object selection for moving objects or editing their properties through
131
+ automatically generated dialog boxes
132
+ * Item list panel: move objects from foreground to background, show/hide objects,
133
+ remove objects, ...
134
+ * Customizable aspect ratio for images
135
+ * Tons of ready-to-use tools: plot canvas export to image file, image snapshot,
136
+ interval selection, image rectangular filter, etc.
137
+ * Curve fitting tool with automatic fit, manual fit with sliders, ...
138
+ * Contrast adjustment panel for images: select the LUT by moving a range selection
139
+ object on the image levels histogram, eliminate outliers, ...
140
+ * X-axis and Y-axis cross-sections: support for multiple images, average
141
+ cross-section tool on a rectangular area, ...
142
+ * Apply any affine transform to displayed images in real-time (rotation,
143
+ magnification, translation, horizontal/vertical flip, ...)
144
+
145
+ Application development helpers:
146
+
147
+ * Ready-to-use [plot widgets and dialog boxes](https://plotpy.readthedocs.io/en/latest/features/plot/index.html)
148
+ * Load/save graphical objects (curves, images, shapes) into HDF5, JSON or INI files
149
+ * A lot of test scripts which demonstrate `plotpy` features
150
+ (see [examples](https://plotpy.readthedocs.io/en/latest/intro/examples.html))
151
+
152
+ ## Dependencies and installation
153
+
154
+ See [Installation](https://plotpy.readthedocs.io/en/latest/intro/installation.html)
155
+ section in the documentation for more details.
@@ -0,0 +1,155 @@
1
+ Metadata-Version: 2.1
2
+ Name: PlotPy
3
+ Version: 2.0.0
4
+ Summary: Curve and image plotting tools for Python/Qt applications
5
+ Author-email: Codra <p.raybaut@codra.fr>
6
+ License: BSD 3-Clause License
7
+
8
+ Copyright (c) 2023, CEA-Codra, Pierre Raybaut.
9
+ All rights reserved.
10
+
11
+ Redistribution and use in source and binary forms, with or without
12
+ modification, are permitted provided that the following conditions are met:
13
+
14
+ 1. Redistributions of source code must retain the above copyright notice, this
15
+ list of conditions and the following disclaimer.
16
+
17
+ 2. Redistributions in binary form must reproduce the above copyright notice,
18
+ this list of conditions and the following disclaimer in the documentation
19
+ and/or other materials provided with the distribution.
20
+
21
+ 3. Neither the name of the copyright holder nor the names of its
22
+ contributors may be used to endorse or promote products derived from
23
+ this software without specific prior written permission.
24
+
25
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
26
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
29
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
30
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35
+
36
+ Project-URL: Homepage, https://github.com/PlotPyStack/plotpy/
37
+ Project-URL: Documentation, https://plotpy.readthedocs.io/en/latest/
38
+ Classifier: Topic :: Scientific/Engineering
39
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
40
+ Classifier: Topic :: Utilities
41
+ Classifier: Topic :: Scientific/Engineering
42
+ Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
43
+ Classifier: Topic :: Software Development :: User Interfaces
44
+ Classifier: Operating System :: MacOS
45
+ Classifier: Operating System :: Microsoft :: Windows
46
+ Classifier: Operating System :: OS Independent
47
+ Classifier: Operating System :: POSIX
48
+ Classifier: Operating System :: Unix
49
+ Classifier: Programming Language :: Python :: 3.8
50
+ Classifier: Programming Language :: Python :: 3.9
51
+ Classifier: Programming Language :: Python :: 3.10
52
+ Classifier: Programming Language :: Python :: 3.11
53
+ Classifier: Programming Language :: Python :: 3.12
54
+ Requires-Python: <4,>=3.8
55
+ Description-Content-Type: text/markdown
56
+ License-File: LICENSE
57
+ Requires-Dist: guidata>=3.1
58
+ Requires-Dist: PythonQwt>=0.10
59
+ Requires-Dist: NumPy>=1.17
60
+ Requires-Dist: SciPy>=1.3
61
+ Requires-Dist: Pillow
62
+ Requires-Dist: tifffile
63
+ Provides-Extra: dev
64
+ Requires-Dist: black; extra == "dev"
65
+ Requires-Dist: isort; extra == "dev"
66
+ Requires-Dist: pylint; extra == "dev"
67
+ Requires-Dist: Coverage; extra == "dev"
68
+ Requires-Dist: Cython; extra == "dev"
69
+ Provides-Extra: doc
70
+ Requires-Dist: PyQt5; extra == "doc"
71
+ Requires-Dist: sphinx; extra == "doc"
72
+ Requires-Dist: sphinx-copybutton; extra == "doc"
73
+ Requires-Dist: sphinx_qt_documentation; extra == "doc"
74
+ Requires-Dist: python-docs-theme; extra == "doc"
75
+ Provides-Extra: test
76
+ Requires-Dist: pytest; extra == "test"
77
+ Requires-Dist: pytest-cov; extra == "test"
78
+ Requires-Dist: pytest-qt; extra == "test"
79
+ Requires-Dist: pytest-xvfb; extra == "test"
80
+
81
+ # PlotPy: Curve and image plotting tools for Python/Qt applications
82
+
83
+ [![pypi version](https://img.shields.io/pypi/v/plotpy.svg)](https://pypi.org/project/plotpy/)
84
+ [![PyPI status](https://img.shields.io/pypi/status/plotpy.svg)](https://github.com/PlotPyStack/plotpy/)
85
+ [![PyPI pyversions](https://img.shields.io/pypi/pyversions/plotpy.svg)](https://pypi.python.org/pypi/plotpy/)
86
+ [![download count](https://img.shields.io/conda/dn/conda-forge/plotpy.svg)](https://www.anaconda.com/download/)
87
+
88
+ ℹ️ Created in 2016 by [Pierre Raybaut](https://github.com/PierreRaybaut) and maintained by the [PlotPyStack](https://github.com/PlotPyStack) organization.
89
+
90
+ ℹ️ PlotPy ***V2*** is the new major release of [`guiqwt`](https://github.com/PierreRaybaut/guiqwt): same team 🏋️, same goal 🎯, same long-term support ⏳.
91
+
92
+ ## Overview
93
+
94
+ `plotpy` is is a Python library providing efficient 2D data-plotting features
95
+ for interactive computing and signal/image processing application development.
96
+ It is part of the [PlotPyStack](https://github.com/PlotPyStack) project, aiming at
97
+ providing a unified framework for creating scientific GUIs with Python and Qt.
98
+
99
+ `plotpy` is based on:
100
+
101
+ * [Python](http://www.python.org) language and [Qt](https://doc.qt.io/) GUI toolkit (via [PySide](https://doc.qt.io/qtforpython-6/) or [PyQt](http://www.riverbankcomputing.co.uk/software/pyqt/intro))
102
+ * [guidata](https://pypi.python.org/pypi/guidata) automatic GUI generation library
103
+ * [PythonQwt](https://pypi.python.org/pypi/PythonQwt) plotting widgets library
104
+ * [NumPy](https://pypi.python.org/pypi/NumPy) and [SciPy](https://pypi.python.org/pypi/SciPy) scientific computing libraries
105
+
106
+ <img src="https://raw.githubusercontent.com/PlotPyStack/plotpy/master/doc/images/panorama.png">
107
+
108
+ See [documentation](https://plotpy.readthedocs.io/en/latest/) for more details on
109
+ the library and [changelog](CHANGELOG.md) for recent history of changes.
110
+
111
+ Copyrights and licensing:
112
+
113
+ * Copyright © 2023 [CEA](https://www.cea.fr), [Codra](https://codra.net/), [Pierre Raybaut](https://github.com/PierreRaybaut).
114
+ * Licensed under the terms of the BSD 3-Clause (see [LICENSE](LICENSE)).
115
+
116
+ ## Features
117
+
118
+ The `plotpy` library also provides the following features.
119
+
120
+ General plotting features:
121
+
122
+ * Ready-to-use [plot widgets and dialog boxes](https://plotpy.readthedocs.io/en/latest/features/plot/index.html)
123
+ * [pyplot](https://plotpy.readthedocs.io/en/latest/features/pyplot.html): interactive
124
+ plotting widgets, equivalent to `matplotlib.pyplot`, at least for the implemented functions
125
+ * Supported [plot items](https://plotpy.readthedocs.io/en/latest/features/items/index.html):
126
+ curves, images, contours, histograms, labels, shapes, annotations, ...
127
+
128
+ Interactive features (i.e. not only programmatic plotting but also with mouse/keyboard):
129
+
130
+ * Multiple object selection for moving objects or editing their properties through
131
+ automatically generated dialog boxes
132
+ * Item list panel: move objects from foreground to background, show/hide objects,
133
+ remove objects, ...
134
+ * Customizable aspect ratio for images
135
+ * Tons of ready-to-use tools: plot canvas export to image file, image snapshot,
136
+ interval selection, image rectangular filter, etc.
137
+ * Curve fitting tool with automatic fit, manual fit with sliders, ...
138
+ * Contrast adjustment panel for images: select the LUT by moving a range selection
139
+ object on the image levels histogram, eliminate outliers, ...
140
+ * X-axis and Y-axis cross-sections: support for multiple images, average
141
+ cross-section tool on a rectangular area, ...
142
+ * Apply any affine transform to displayed images in real-time (rotation,
143
+ magnification, translation, horizontal/vertical flip, ...)
144
+
145
+ Application development helpers:
146
+
147
+ * Ready-to-use [plot widgets and dialog boxes](https://plotpy.readthedocs.io/en/latest/features/plot/index.html)
148
+ * Load/save graphical objects (curves, images, shapes) into HDF5, JSON or INI files
149
+ * A lot of test scripts which demonstrate `plotpy` features
150
+ (see [examples](https://plotpy.readthedocs.io/en/latest/intro/examples.html))
151
+
152
+ ## Dependencies and installation
153
+
154
+ See [Installation](https://plotpy.readthedocs.io/en/latest/intro/installation.html)
155
+ section in the documentation for more details.