PlotPy 2.3.2__tar.gz → 2.3.3__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 (519) hide show
  1. {plotpy-2.3.2 → plotpy-2.3.3}/CHANGELOG.md +17 -0
  2. {plotpy-2.3.2/PlotPy.egg-info → plotpy-2.3.3}/PKG-INFO +2 -2
  3. {plotpy-2.3.2 → plotpy-2.3.3/PlotPy.egg-info}/PKG-INFO +2 -2
  4. {plotpy-2.3.2 → plotpy-2.3.3}/PlotPy.egg-info/requires.txt +1 -1
  5. plotpy-2.3.3/conftest.py +22 -0
  6. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/__init__.py +1 -1
  7. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/builder/label.py +4 -4
  8. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/io.py +2 -0
  9. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/label.py +1 -1
  10. plotpy-2.3.3/plotpy/locale/fr/LC_MESSAGES/plotpy.mo +0 -0
  11. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/panels/__init__.py +6 -1
  12. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/panels/csection/__init__.py +7 -1
  13. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_mask_tool.py +1 -1
  14. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/utils.py +3 -3
  15. {plotpy-2.3.2 → plotpy-2.3.3}/pyproject.toml +2 -2
  16. {plotpy-2.3.2 → plotpy-2.3.3}/src/contour2d.c +96 -96
  17. {plotpy-2.3.2 → plotpy-2.3.3}/src/histogram2d.c +97 -97
  18. {plotpy-2.3.2 → plotpy-2.3.3}/src/mandelbrot.c +97 -97
  19. plotpy-2.3.2/conftest.py +0 -7
  20. plotpy-2.3.2/plotpy/locale/fr/LC_MESSAGES/plotpy.mo +0 -0
  21. {plotpy-2.3.2 → plotpy-2.3.3}/LICENSE +0 -0
  22. {plotpy-2.3.2 → plotpy-2.3.3}/MANIFEST.in +0 -0
  23. {plotpy-2.3.2 → plotpy-2.3.3}/PlotPy.egg-info/SOURCES.txt +0 -0
  24. {plotpy-2.3.2 → plotpy-2.3.3}/PlotPy.egg-info/dependency_links.txt +0 -0
  25. {plotpy-2.3.2 → plotpy-2.3.3}/PlotPy.egg-info/entry_points.txt +0 -0
  26. {plotpy-2.3.2 → plotpy-2.3.3}/PlotPy.egg-info/top_level.txt +0 -0
  27. {plotpy-2.3.2 → plotpy-2.3.3}/README.md +0 -0
  28. {plotpy-2.3.2 → plotpy-2.3.3}/colormaps/README.md +0 -0
  29. {plotpy-2.3.2 → plotpy-2.3.3}/colormaps/_cm.py +0 -0
  30. {plotpy-2.3.2 → plotpy-2.3.3}/colormaps/colormap.py +0 -0
  31. {plotpy-2.3.2 → plotpy-2.3.3}/colormaps/matplotlib_cmaps.py +0 -0
  32. {plotpy-2.3.2 → plotpy-2.3.3}/doc/_static/favicon.ico +0 -0
  33. {plotpy-2.3.2 → plotpy-2.3.3}/doc/changelog.rst +0 -0
  34. {plotpy-2.3.2 → plotpy-2.3.3}/doc/conf.py +0 -0
  35. {plotpy-2.3.2 → plotpy-2.3.3}/doc/dev/build.rst +0 -0
  36. {plotpy-2.3.2 → plotpy-2.3.3}/doc/dev/contribute.rst +0 -0
  37. {plotpy-2.3.2 → plotpy-2.3.3}/doc/dev/guiqwt_to_plotpy.csv +0 -0
  38. {plotpy-2.3.2 → plotpy-2.3.3}/doc/dev/guiqwt_to_plotpy.rst +0 -0
  39. {plotpy-2.3.2 → plotpy-2.3.3}/doc/dev/index.rst +0 -0
  40. {plotpy-2.3.2 → plotpy-2.3.3}/doc/dev/platforms.rst +0 -0
  41. {plotpy-2.3.2 → plotpy-2.3.3}/doc/dev/v1_to_guidata_v3.csv +0 -0
  42. {plotpy-2.3.2 → plotpy-2.3.3}/doc/dev/v1_to_v2.csv +0 -0
  43. {plotpy-2.3.2 → plotpy-2.3.3}/doc/dev/v1_to_v2.rst +0 -0
  44. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/colormapmanager.rst +0 -0
  45. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/events.rst +0 -0
  46. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/fit.rst +0 -0
  47. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/fliprotate.rst +0 -0
  48. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/imagefile.rst +0 -0
  49. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/index.rst +0 -0
  50. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/io.rst +0 -0
  51. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/items/builder.rst +0 -0
  52. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/items/examples.rst +0 -0
  53. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/items/index.rst +0 -0
  54. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/items/overview.rst +0 -0
  55. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/items/reference.rst +0 -0
  56. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/mathutils/colormaps.rst +0 -0
  57. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/mathutils/geometry.rst +0 -0
  58. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/mathutils/index.rst +0 -0
  59. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/mathutils/scaler.rst +0 -0
  60. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/panels/index.rst +0 -0
  61. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/panels/overview.rst +0 -0
  62. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/panels/reference.rst +0 -0
  63. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/plot/examples.rst +0 -0
  64. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/plot/index.rst +0 -0
  65. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/plot/overview.rst +0 -0
  66. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/plot/reference.rst +0 -0
  67. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/pyplot.rst +0 -0
  68. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/resizedialog.rst +0 -0
  69. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/rotatecrop.rst +0 -0
  70. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/selectdialog.rst +0 -0
  71. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/signals.rst +0 -0
  72. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/styles/index.rst +0 -0
  73. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/styles/overview.rst +0 -0
  74. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/styles/reference.rst +0 -0
  75. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/tools/examples.rst +0 -0
  76. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/tools/index.rst +0 -0
  77. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/tools/overview.rst +0 -0
  78. {plotpy-2.3.2 → plotpy-2.3.3}/doc/features/tools/reference.rst +0 -0
  79. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/my_plot_manager.png +0 -0
  80. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/my_plot_manager.svg +0 -0
  81. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/panorama.png +0 -0
  82. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/panorama.svg +0 -0
  83. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/plot_widgets.png +0 -0
  84. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/plot_widgets.svg +0 -0
  85. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/plotpy-banner.png +0 -0
  86. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/plotpy-vertical.png +0 -0
  87. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/__init__.png +0 -0
  88. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/computations.png +0 -0
  89. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/contrast.png +0 -0
  90. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/cross_section.png +0 -0
  91. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/cross_section2.png +0 -0
  92. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/dotarraydemo.png +0 -0
  93. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/filtertest1.png +0 -0
  94. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/filtertest2.png +0 -0
  95. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/fit.png +0 -0
  96. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/get_point.png +0 -0
  97. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/hist2d.png +0 -0
  98. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/image_plot_tools.png +0 -0
  99. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/imagefilter.png +0 -0
  100. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/imagesuperp.png +0 -0
  101. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/imagexy.png +0 -0
  102. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/manager.png +0 -0
  103. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/mandelbrot.png +0 -0
  104. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/pcolor.png +0 -0
  105. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/plot.png +0 -0
  106. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/simple_dialog.png +0 -0
  107. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/simple_window.png +0 -0
  108. {plotpy-2.3.2 → plotpy-2.3.3}/doc/images/screenshots/transform.png +0 -0
  109. {plotpy-2.3.2 → plotpy-2.3.3}/doc/index.rst +0 -0
  110. {plotpy-2.3.2 → plotpy-2.3.3}/doc/intro/examples.rst +0 -0
  111. {plotpy-2.3.2 → plotpy-2.3.3}/doc/intro/index.rst +0 -0
  112. {plotpy-2.3.2 → plotpy-2.3.3}/doc/intro/installation.rst +0 -0
  113. {plotpy-2.3.2 → plotpy-2.3.3}/doc/intro/licenses.rst +0 -0
  114. {plotpy-2.3.2 → plotpy-2.3.3}/doc/intro/motivation.rst +0 -0
  115. {plotpy-2.3.2 → plotpy-2.3.3}/doc/intro/overview.rst +0 -0
  116. {plotpy-2.3.2 → plotpy-2.3.3}/doc/requirements.rst +0 -0
  117. {plotpy-2.3.2 → plotpy-2.3.3}/doc/update_requirements.py +0 -0
  118. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/builder/__init__.py +0 -0
  119. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/builder/annotation.py +0 -0
  120. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/builder/curvemarker.py +0 -0
  121. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/builder/image.py +0 -0
  122. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/builder/plot.py +0 -0
  123. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/builder/shape.py +0 -0
  124. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/config.py +0 -0
  125. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/constants.py +0 -0
  126. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/coords.py +0 -0
  127. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/colormaps_default.json +0 -0
  128. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/apply.png +0 -0
  129. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/arredit.png +0 -0
  130. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/arrow_down.png +0 -0
  131. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/arrow_up.png +0 -0
  132. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/autorefresh.png +0 -0
  133. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/autoscale.png +0 -0
  134. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/axes.png +0 -0
  135. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/busy.png +0 -0
  136. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/cell_edit.png +0 -0
  137. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/center.png +0 -0
  138. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/cmap_edit.png +0 -0
  139. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/contrast.png +0 -0
  140. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/copy.png +0 -0
  141. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/copytoclipboard.png +0 -0
  142. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/csapplylut.png +0 -0
  143. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/csautoscale.png +0 -0
  144. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/csection.png +0 -0
  145. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/csection_a.png +0 -0
  146. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/csection_line.png +0 -0
  147. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/csection_oblique.png +0 -0
  148. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/csperimage.png +0 -0
  149. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/curve_downsample.png +0 -0
  150. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/curvestyles/dots.png +0 -0
  151. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/curvestyles/lines.png +0 -0
  152. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/curvestyles/steps.png +0 -0
  153. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/curvestyles/sticks.png +0 -0
  154. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/curvetypes/xfy.png +0 -0
  155. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/curvetypes/yfx.png +0 -0
  156. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/delete.png +0 -0
  157. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/edit.png +0 -0
  158. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/edit_point_selection.png +0 -0
  159. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/editors/edit.png +0 -0
  160. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/editors/edit_add.png +0 -0
  161. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/editors/editcopy.png +0 -0
  162. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/editors/editdelete.png +0 -0
  163. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/editors/editpaste.png +0 -0
  164. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/editors/fileimport.png +0 -0
  165. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/editors/filesave.png +0 -0
  166. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/editors/imshow.png +0 -0
  167. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/editors/insert.png +0 -0
  168. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/editors/plot.png +0 -0
  169. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/editors/rename.png +0 -0
  170. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/eliminate_outliers.png +0 -0
  171. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/eraser.png +0 -0
  172. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/exit.png +0 -0
  173. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/expander_down.png +0 -0
  174. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/expander_right.png +0 -0
  175. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/export.png +0 -0
  176. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/file.png +0 -0
  177. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/fileclose.png +0 -0
  178. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/fileimport.png +0 -0
  179. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filenew.png +0 -0
  180. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/fileopen.png +0 -0
  181. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filesave.png +0 -0
  182. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filesaveas.png +0 -0
  183. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filetypes/doc.png +0 -0
  184. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filetypes/gif.png +0 -0
  185. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filetypes/html.png +0 -0
  186. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filetypes/jpg.png +0 -0
  187. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filetypes/pdf.png +0 -0
  188. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filetypes/png.png +0 -0
  189. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filetypes/pps.png +0 -0
  190. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filetypes/ps.png +0 -0
  191. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filetypes/tar.png +0 -0
  192. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filetypes/tgz.png +0 -0
  193. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filetypes/tif.png +0 -0
  194. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filetypes/txt.png +0 -0
  195. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filetypes/xls.png +0 -0
  196. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/filetypes/zip.png +0 -0
  197. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/font.png +0 -0
  198. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/full_range.png +0 -0
  199. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/funct.png +0 -0
  200. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/hcursor.png +0 -0
  201. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/hflip.png +0 -0
  202. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/imagestats.png +0 -0
  203. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/item_list.png +0 -0
  204. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/items/annotation.png +0 -0
  205. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/items/curve.png +0 -0
  206. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/items/errorbar.png +0 -0
  207. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/items/grid.png +0 -0
  208. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/items/histogram.png +0 -0
  209. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/items/histogram2d.png +0 -0
  210. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/items/image.png +0 -0
  211. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/items/label.png +0 -0
  212. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/items/legend.png +0 -0
  213. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/items/polygonmap.png +0 -0
  214. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/magnifier.png +0 -0
  215. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/markers/cross.png +0 -0
  216. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/markers/diamond.png +0 -0
  217. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/markers/ellipse.png +0 -0
  218. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/markers/hexagon.png +0 -0
  219. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/markers/point.png +0 -0
  220. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/markers/square.png +0 -0
  221. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/markers/star.png +0 -0
  222. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/markers/triangle_d.png +0 -0
  223. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/markers/triangle_l.png +0 -0
  224. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/markers/triangle_r.png +0 -0
  225. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/markers/triangle_u.png +0 -0
  226. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/markers/xcross.png +0 -0
  227. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/markerstyles/cross_marker.png +0 -0
  228. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/markerstyles/horiz_marker.png +0 -0
  229. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/markerstyles/vert_marker.png +0 -0
  230. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/mask/mask_circle.png +0 -0
  231. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/mask/mask_circle_outside.png +0 -0
  232. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/mask/mask_rectangle.png +0 -0
  233. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/mask/mask_rectangle_outside.png +0 -0
  234. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/mask/mask_tool.png +0 -0
  235. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/max.png +0 -0
  236. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/min.png +0 -0
  237. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/move.png +0 -0
  238. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/multipoint_selection.png +0 -0
  239. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/none.png +0 -0
  240. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/not_found.png +0 -0
  241. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/on_curve.png +0 -0
  242. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/patterns/bdiagpattern.png +0 -0
  243. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/patterns/crosspattern.png +0 -0
  244. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/patterns/dense1pattern.png +0 -0
  245. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/patterns/dense2pattern.png +0 -0
  246. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/patterns/dense3pattern.png +0 -0
  247. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/patterns/dense4pattern.png +0 -0
  248. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/patterns/dense5pattern.png +0 -0
  249. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/patterns/dense6pattern.png +0 -0
  250. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/patterns/dense7pattern.png +0 -0
  251. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/patterns/diagcrosspattern.png +0 -0
  252. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/patterns/fdiagpattern.png +0 -0
  253. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/patterns/horpattern.png +0 -0
  254. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/patterns/nobrush.png +0 -0
  255. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/patterns/solidpattern.png +0 -0
  256. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/patterns/verpattern.png +0 -0
  257. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/plotpy-banner.svg +0 -0
  258. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/plotpy-vertical.svg +0 -0
  259. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/plotpy.svg +0 -0
  260. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/point_selection.png +0 -0
  261. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/print.png +0 -0
  262. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/python.png +0 -0
  263. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/quickview.png +0 -0
  264. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/rectangular_select.png +0 -0
  265. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/refresh.png +0 -0
  266. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/save_all.png +0 -0
  267. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/scales/lin_lin.png +0 -0
  268. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/scales/lin_log.png +0 -0
  269. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/scales/log_lin.png +0 -0
  270. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/scales/log_log.png +0 -0
  271. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/selection.png +0 -0
  272. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/settings.png +0 -0
  273. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/shape.png +0 -0
  274. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/shapes/circle.png +0 -0
  275. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/shapes/contour.png +0 -0
  276. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/shapes/ellipse_shape.png +0 -0
  277. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/shapes/freeform.png +0 -0
  278. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/shapes/gtaxes.png +0 -0
  279. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/shapes/marker.png +0 -0
  280. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/shapes/oblique_rectangle.png +0 -0
  281. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/shapes/point_shape.png +0 -0
  282. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/shapes/polyline.png +0 -0
  283. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/shapes/rectangle.png +0 -0
  284. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/shapes/segment.png +0 -0
  285. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/snapshot.png +0 -0
  286. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/styles/dash.png +0 -0
  287. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/styles/dashdot.png +0 -0
  288. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/styles/dashdotdot.png +0 -0
  289. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/styles/dot.png +0 -0
  290. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/styles/solid.png +0 -0
  291. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/trash.png +0 -0
  292. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/trimage_lock.png +0 -0
  293. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/trimage_unlock.png +0 -0
  294. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/vcursor.png +0 -0
  295. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/vflip.png +0 -0
  296. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/xcursor.png +0 -0
  297. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/xmax.png +0 -0
  298. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/xmin.png +0 -0
  299. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/data/icons/xrange.png +0 -0
  300. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/events.py +0 -0
  301. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/external/__init__.py +0 -0
  302. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/external/sliders/__init__.py +0 -0
  303. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/external/sliders/_generic_range_slider.py +0 -0
  304. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/external/sliders/_generic_slider.py +0 -0
  305. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/external/sliders/_labeled.py +0 -0
  306. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/external/sliders/_misc.py +0 -0
  307. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/external/sliders/_range_style.py +0 -0
  308. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/external/sliders/_sliders.py +0 -0
  309. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/interfaces/__init__.py +0 -0
  310. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/interfaces/items.py +0 -0
  311. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/interfaces/panel.py +0 -0
  312. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/interfaces/plotmanager.py +0 -0
  313. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/__init__.py +0 -0
  314. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/annotation.py +0 -0
  315. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/contour.py +0 -0
  316. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/curve/__init__.py +0 -0
  317. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/curve/base.py +0 -0
  318. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/curve/errorbar.py +0 -0
  319. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/grid.py +0 -0
  320. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/histogram.py +0 -0
  321. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/image/__init__.py +0 -0
  322. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/image/base.py +0 -0
  323. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/image/filter.py +0 -0
  324. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/image/image_items.py +0 -0
  325. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/image/masked.py +0 -0
  326. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/image/misc.py +0 -0
  327. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/image/transform.py +0 -0
  328. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/polygonmap.py +0 -0
  329. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/shape/__init__.py +0 -0
  330. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/shape/axis.py +0 -0
  331. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/shape/base.py +0 -0
  332. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/shape/ellipse.py +0 -0
  333. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/shape/marker.py +0 -0
  334. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/shape/point.py +0 -0
  335. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/shape/polygon.py +0 -0
  336. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/shape/range.py +0 -0
  337. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/shape/rectangle.py +0 -0
  338. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/shape/segment.py +0 -0
  339. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/items/shape/svg.py +0 -0
  340. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/lutrange.py +0 -0
  341. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/mathutils/__init__.py +0 -0
  342. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/mathutils/arrayfuncs.py +0 -0
  343. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/mathutils/colormap.py +0 -0
  344. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/mathutils/geometry.py +0 -0
  345. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/mathutils/scaler.py +0 -0
  346. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/panels/base.py +0 -0
  347. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/panels/contrastadjustment.py +0 -0
  348. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/panels/csection/csitem.py +0 -0
  349. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/panels/csection/csplot.py +0 -0
  350. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/panels/csection/cswidget.py +0 -0
  351. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/panels/itemlist.py +0 -0
  352. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/plot/__init__.py +0 -0
  353. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/plot/base.py +0 -0
  354. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/plot/interactive.py +0 -0
  355. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/plot/manager.py +0 -0
  356. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/plot/plotwidget.py +0 -0
  357. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/pyplot.py +0 -0
  358. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/styles/__init__.py +0 -0
  359. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/styles/axes.py +0 -0
  360. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/styles/base.py +0 -0
  361. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/styles/curve.py +0 -0
  362. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/styles/errorbar.py +0 -0
  363. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/styles/histogram.py +0 -0
  364. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/styles/image.py +0 -0
  365. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/styles/label.py +0 -0
  366. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/styles/polygonmap.py +0 -0
  367. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/styles/shape.py +0 -0
  368. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/__init__.py +0 -0
  369. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/benchmarks/__init__.py +0 -0
  370. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/benchmarks/test_benchmarks.py +0 -0
  371. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/benchmarks/test_bigimages.py +0 -0
  372. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/benchmarks/test_loadtest.py +0 -0
  373. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/data/brain.png +0 -0
  374. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/data/brain_cylinder.png +0 -0
  375. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/data/mr-brain.dcm +0 -0
  376. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/data/svg_target.svg +0 -0
  377. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/data/svg_tool.svg +0 -0
  378. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/data.py +0 -0
  379. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/__init__.py +0 -0
  380. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_auto_curve_image.py +0 -0
  381. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_autoscale_shapes.py +0 -0
  382. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_builder.py +0 -0
  383. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_colormap_editor.py +0 -0
  384. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_colormap_manager.py +0 -0
  385. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_computations.py +0 -0
  386. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_contrast.py +0 -0
  387. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_cursors.py +0 -0
  388. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_dicom_image.py +0 -0
  389. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_fit.py +0 -0
  390. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_image_coords.py +0 -0
  391. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_imagefilter.py +0 -0
  392. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_imagesuperp.py +0 -0
  393. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_loadsaveitems_hdf5.py +0 -0
  394. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_loadsaveitems_json.py +0 -0
  395. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_loadsaveitems_pickle.py +0 -0
  396. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_manager.py +0 -0
  397. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_no_auto_tools.py +0 -0
  398. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_plot_log.py +0 -0
  399. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_plot_types.py +0 -0
  400. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_plot_yreverse.py +0 -0
  401. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_pyplot.py +0 -0
  402. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/features/test_resize.py +0 -0
  403. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/__init__.py +0 -0
  404. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_annotations.py +0 -0
  405. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_curves.py +0 -0
  406. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_curves_highdpi.py +0 -0
  407. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_hist2d.py +0 -0
  408. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_histogram.py +0 -0
  409. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_image.py +0 -0
  410. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_image_contour.py +0 -0
  411. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_image_masked.py +0 -0
  412. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_image_masked_xy.py +0 -0
  413. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_image_rgb.py +0 -0
  414. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_image_xy.py +0 -0
  415. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_mandelbrot.py +0 -0
  416. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_pcolor.py +0 -0
  417. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_polygons.py +0 -0
  418. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_svgshapes.py +0 -0
  419. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/items/test_transform.py +0 -0
  420. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/tools/__init__.py +0 -0
  421. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/tools/test_actiontool.py +0 -0
  422. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/tools/test_cross_section.py +0 -0
  423. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/tools/test_cross_section_line.py +0 -0
  424. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/tools/test_cross_section_oblique.py +0 -0
  425. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/tools/test_customize_shape_tool.py +0 -0
  426. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/tools/test_downsample_curve.py +0 -0
  427. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/tools/test_edit_point.py +0 -0
  428. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/tools/test_get_point.py +0 -0
  429. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/tools/test_get_points.py +0 -0
  430. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/tools/test_get_rectangle.py +0 -0
  431. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/tools/test_get_rectangle_with_svg.py +0 -0
  432. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/tools/test_get_segment.py +0 -0
  433. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/tools/test_image_plot_tools.py +0 -0
  434. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/__init__.py +0 -0
  435. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_annotation_tools.py +0 -0
  436. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_aspect_ratio_tool.py +0 -0
  437. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_baseplot.py +0 -0
  438. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_builder_annotation.py +0 -0
  439. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_builder_curve.py +0 -0
  440. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_builder_image.py +0 -0
  441. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_builder_shape.py +0 -0
  442. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_contour.py +0 -0
  443. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_cursor_tools.py +0 -0
  444. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_curve_tools.py +0 -0
  445. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_display_coords_tool.py +0 -0
  446. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_events.py +0 -0
  447. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_fontparam.py +0 -0
  448. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_geometry.py +0 -0
  449. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_highprecisionxy.py +0 -0
  450. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_io.py +0 -0
  451. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_line.py +0 -0
  452. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_line_cross_section_tool.py +0 -0
  453. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_manipulate_selection.py +0 -0
  454. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_multiline_tools.py +0 -0
  455. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_oblique_cross_section_tool.py +0 -0
  456. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_plot_curve.py +0 -0
  457. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_plot_image.py +0 -0
  458. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_rect_zoom.py +0 -0
  459. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_seg_dist.py +0 -0
  460. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_styles.py +0 -0
  461. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/unit/test_tools_export.py +0 -0
  462. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/vistools.py +0 -0
  463. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/widgets/__init__.py +0 -0
  464. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/widgets/test_dotarraydemo.py +0 -0
  465. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/widgets/test_filtertest1.py +0 -0
  466. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/widgets/test_filtertest2.py +0 -0
  467. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/widgets/test_fliprotate.py +0 -0
  468. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/widgets/test_plot_timecurve.py +0 -0
  469. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/widgets/test_qtdesigner.py +0 -0
  470. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/widgets/test_qtdesigner.ui +0 -0
  471. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/widgets/test_resize_dialog.py +0 -0
  472. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/widgets/test_rotatecrop.py +0 -0
  473. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/widgets/test_simple_dialog.py +0 -0
  474. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/widgets/test_simple_window.py +0 -0
  475. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tests/widgets/test_syncplot.py +0 -0
  476. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tools/__init__.py +0 -0
  477. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tools/annotation.py +0 -0
  478. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tools/axes.py +0 -0
  479. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tools/base.py +0 -0
  480. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tools/cross_section.py +0 -0
  481. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tools/cursor.py +0 -0
  482. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tools/curve.py +0 -0
  483. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tools/image.py +0 -0
  484. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tools/item.py +0 -0
  485. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tools/label.py +0 -0
  486. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tools/misc.py +0 -0
  487. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tools/plot.py +0 -0
  488. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tools/selection.py +0 -0
  489. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/tools/shape.py +0 -0
  490. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/widgets/__init__.py +0 -0
  491. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/widgets/about.py +0 -0
  492. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/widgets/basetransform.py +0 -0
  493. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/widgets/colormap/__init__.py +0 -0
  494. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/widgets/colormap/_slider.py +0 -0
  495. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/widgets/colormap/editor.py +0 -0
  496. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/widgets/colormap/manager.py +0 -0
  497. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/widgets/colormap/widget.py +0 -0
  498. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/widgets/fit.py +0 -0
  499. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/widgets/fliprotate.py +0 -0
  500. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/widgets/imagefile.py +0 -0
  501. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/widgets/qtdesigner.py +0 -0
  502. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/widgets/resizedialog.py +0 -0
  503. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/widgets/rotatecrop.py +0 -0
  504. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy/widgets/selectdialog.py +0 -0
  505. {plotpy-2.3.2 → plotpy-2.3.3}/plotpy-tests.desktop +0 -0
  506. {plotpy-2.3.2 → plotpy-2.3.3}/qtdesigner/plotplugin.py +0 -0
  507. {plotpy-2.3.2 → plotpy-2.3.3}/requirements.txt +0 -0
  508. {plotpy-2.3.2 → plotpy-2.3.3}/setup.cfg +0 -0
  509. {plotpy-2.3.2 → plotpy-2.3.3}/setup.py +0 -0
  510. {plotpy-2.3.2 → plotpy-2.3.3}/src/arrays.hpp +0 -0
  511. {plotpy-2.3.2 → plotpy-2.3.3}/src/contour2d.pyx +0 -0
  512. {plotpy-2.3.2 → plotpy-2.3.3}/src/debug.hpp +0 -0
  513. {plotpy-2.3.2 → plotpy-2.3.3}/src/histogram2d.pyx +0 -0
  514. {plotpy-2.3.2 → plotpy-2.3.3}/src/mandelbrot.pyx +0 -0
  515. {plotpy-2.3.2 → plotpy-2.3.3}/src/pcolor.cpp +0 -0
  516. {plotpy-2.3.2 → plotpy-2.3.3}/src/points.hpp +0 -0
  517. {plotpy-2.3.2 → plotpy-2.3.3}/src/scaler.cpp +0 -0
  518. {plotpy-2.3.2 → plotpy-2.3.3}/src/scaler.hpp +0 -0
  519. {plotpy-2.3.2 → plotpy-2.3.3}/src/traits.hpp +0 -0
@@ -1,5 +1,22 @@
1
1
  # Changelog #
2
2
 
3
+ ## Version 2.3.3 ##
4
+
5
+ In this release, test coverage is 79%.
6
+
7
+ 🛠️ Bug fixes:
8
+
9
+ * Moved up `LineCrossSection` import for consistency with other cross-section panels
10
+ * Unexpected behavior regarding `io.load_items` and `io.save_items` functions:
11
+ * Those functions were serializing and deserializing most of the parameters of the
12
+ plot items, but not their visibility state
13
+ * This is now fixed: the visibility state of the plot items is now saved and restored
14
+ as expected
15
+
16
+ ℹ️ Other changes:
17
+
18
+ * Explicitely exclude NumPy V2 from the dependencies (not compatible yet)
19
+
3
20
  ## Version 2.3.2 ##
4
21
 
5
22
  In this release, test coverage is 79%.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PlotPy
3
- Version: 2.3.2
3
+ Version: 2.3.3
4
4
  Summary: Curve and image plotting tools for Python/Qt applications
5
5
  Author-email: Codra <p.raybaut@codra.fr>
6
6
  License: BSD 3-Clause License
@@ -64,7 +64,7 @@ Description-Content-Type: text/markdown
64
64
  License-File: LICENSE
65
65
  Requires-Dist: guidata>=3.4
66
66
  Requires-Dist: PythonQwt>=0.12.1
67
- Requires-Dist: NumPy>=1.17
67
+ Requires-Dist: NumPy<2,>=1.17
68
68
  Requires-Dist: SciPy>=1.3
69
69
  Requires-Dist: Pillow
70
70
  Requires-Dist: tifffile
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PlotPy
3
- Version: 2.3.2
3
+ Version: 2.3.3
4
4
  Summary: Curve and image plotting tools for Python/Qt applications
5
5
  Author-email: Codra <p.raybaut@codra.fr>
6
6
  License: BSD 3-Clause License
@@ -64,7 +64,7 @@ Description-Content-Type: text/markdown
64
64
  License-File: LICENSE
65
65
  Requires-Dist: guidata>=3.4
66
66
  Requires-Dist: PythonQwt>=0.12.1
67
- Requires-Dist: NumPy>=1.17
67
+ Requires-Dist: NumPy<2,>=1.17
68
68
  Requires-Dist: SciPy>=1.3
69
69
  Requires-Dist: Pillow
70
70
  Requires-Dist: tifffile
@@ -1,6 +1,6 @@
1
1
  guidata>=3.4
2
2
  PythonQwt>=0.12.1
3
- NumPy>=1.17
3
+ NumPy<2,>=1.17
4
4
  SciPy>=1.3
5
5
  Pillow
6
6
  tifffile
@@ -0,0 +1,22 @@
1
+ # content of conftest.py
2
+
3
+ import guidata
4
+ import qtpy
5
+ from guidata.env import execenv
6
+
7
+ import plotpy
8
+
9
+ # Turn on unattended mode for executing tests without user interaction
10
+ execenv.unattended = True
11
+ execenv.verbose = "quiet"
12
+
13
+
14
+ def pytest_report_header(config):
15
+ """Add additional information to the pytest report header."""
16
+ qtbindings_version = qtpy.PYSIDE_VERSION
17
+ if qtbindings_version is None:
18
+ qtbindings_version = qtpy.PYQT_VERSION
19
+ return [
20
+ f"PlotPy {plotpy.__version__}, guidata {guidata.__version__}, "
21
+ f"{qtpy.API_NAME} {qtbindings_version} [Qt version: {qtpy.QT_VERSION}]",
22
+ ]
@@ -20,7 +20,7 @@ External resources:
20
20
  .. _GitHub: https://github.com/PierreRaybaut/plotpy
21
21
  """
22
22
 
23
- __version__ = "2.3.2"
23
+ __version__ = "2.3.3"
24
24
  __VERSION__ = tuple([int(number) for number in __version__.split(".")])
25
25
 
26
26
  # --- Important note: DATAPATH and LOCALEPATH are used by guidata.configtools
@@ -234,7 +234,7 @@ class LabelBuilder:
234
234
  title: label name. Default is None
235
235
 
236
236
  Returns:
237
- :py:class:`.DataInfoLabel` object
237
+ Data info label object
238
238
  """
239
239
  comps = []
240
240
  same_curve = True
@@ -257,7 +257,7 @@ class LabelBuilder:
257
257
  image: ImageItem,
258
258
  function: Callable,
259
259
  title: str | None = None,
260
- ) -> RangeComputation2d:
260
+ ) -> DataInfoLabel:
261
261
  """Make a 2D computation label `plot item`
262
262
 
263
263
  Args:
@@ -270,7 +270,7 @@ class LabelBuilder:
270
270
  title: label name. Default is None
271
271
 
272
272
  Returns:
273
- :py:class:`.RangeComputation2d` object
273
+ Data info label object
274
274
  """
275
275
  return self.computations2d(
276
276
  rect, anchor, [(image, label, function)], title=title
@@ -288,7 +288,7 @@ class LabelBuilder:
288
288
  title: label name. Default is None
289
289
 
290
290
  Returns:
291
- :py:class:`.DataInfoLabel` object
291
+ Data info label object
292
292
  """
293
293
  comps = []
294
294
  same_image = True
@@ -728,6 +728,7 @@ def save_items(
728
728
  for item in items:
729
729
  with writer.group(_get_name(item)):
730
730
  item.serialize(writer)
731
+ writer.write(item.isVisible(), group_name="visible")
731
732
  with writer.group("plot_items"):
732
733
  writer.write_sequence(names)
733
734
 
@@ -756,6 +757,7 @@ def load_items(
756
757
  item = klass()
757
758
  with reader.group(name):
758
759
  item.deserialize(reader)
760
+ item.setVisible(reader.read("visible", default=True))
759
761
  items.append(item)
760
762
  return items
761
763
 
@@ -983,7 +983,7 @@ class RangeComputation(ObjectInfo):
983
983
  if vector is None:
984
984
  vectors.append(None)
985
985
  elif i0 == i1:
986
- vectors.append(np.array([np.NaN]))
986
+ vectors.append(np.array([np.nan]))
987
987
  else:
988
988
  vectors.append(vector[i0:i1])
989
989
  return self.label % self.func(*vectors)
@@ -5,5 +5,10 @@
5
5
 
6
6
  from .base import PanelWidget
7
7
  from .contrastadjustment import ContrastAdjustment
8
- from .csection import ObliqueCrossSection, XCrossSection, YCrossSection
8
+ from .csection import (
9
+ ObliqueCrossSection,
10
+ XCrossSection,
11
+ YCrossSection,
12
+ LineCrossSection,
13
+ )
9
14
  from .itemlist import PlotItemList
@@ -11,9 +11,15 @@ an oblique rectangle).
11
11
  .. autoclass:: XCrossSection
12
12
  .. autoclass:: YCrossSection
13
13
  .. autoclass:: ObliqueCrossSection
14
+ .. autoclass:: LineCrossSection
14
15
  """
15
16
 
16
17
  # pylint: disable=unused-import
17
18
  # flake8: noqa
18
19
 
19
- from .cswidget import ObliqueCrossSection, XCrossSection, YCrossSection
20
+ from .cswidget import (
21
+ ObliqueCrossSection,
22
+ XCrossSection,
23
+ YCrossSection,
24
+ LineCrossSection,
25
+ )
@@ -52,6 +52,6 @@ def test_image_mask_tool(shape_tool_cls: type[RectangularShapeTool], inside: boo
52
52
  mask_tool.clear_mask()
53
53
 
54
54
  shape_tool.add_shape_to_plot(plot, pos0, pos1)
55
- mask_tool.remove_all_shapes()
55
+ mask_tool.remove_shapes()
56
56
 
57
57
  exec_dialog(win)
@@ -100,12 +100,12 @@ def new_wheel_event(
100
100
  canva_pos, glob_pos = rel_pos_to_canvas_pos(canvas, pos_xy)
101
101
  angle_delta = QC.QPoint(0, angle_delta) # Scroll distance in eighths of a degree
102
102
  pix_delta = QC.QPoint(0, pix_delta) # Scroll distance in pixels
103
- qt4_delta = 0 # You may need to adjust this value
104
- orientation = QC.Qt.Orientation.Vertical # You may need to adjust this value
103
+ phase = QC.Qt.ScrollPhase.NoScrollPhase
104
+ inverted = False
105
105
 
106
106
  # Create QWheelEvent
107
107
  return QG.QWheelEvent(
108
- canva_pos, glob_pos, pix_delta, angle_delta, qt4_delta, orientation, btns, mods
108
+ canva_pos, glob_pos, pix_delta, angle_delta, btns, mods, phase, inverted
109
109
  )
110
110
 
111
111
 
@@ -40,7 +40,7 @@ requires-python = ">=3.8, <4"
40
40
  dependencies = [
41
41
  "guidata>=3.4",
42
42
  "PythonQwt>=0.12.1",
43
- "NumPy>=1.17",
43
+ "NumPy>=1.17,<2",
44
44
  "SciPy>=1.3",
45
45
  "Pillow",
46
46
  "tifffile",
@@ -83,7 +83,7 @@ target-version = "py38" # Assume Python 3.8
83
83
 
84
84
  [tool.ruff.lint]
85
85
  # all rules can be found here: https://beta.ruff.rs/docs/rules/
86
- select = ["E", "F", "W", "I"]
86
+ select = ["E", "F", "W", "I", "NPY201"]
87
87
  ignore = [
88
88
  "E203", # space before : (needed for how black formats slicing)
89
89
  ]