PySide6Plot 0.0.2__tar.gz → 0.0.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 (42) hide show
  1. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PKG-INFO +5 -1
  2. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/__init__.py +3 -4
  3. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot.egg-info/PKG-INFO +5 -1
  4. pyside6plot-0.0.3/README.md +11 -0
  5. pyside6plot-0.0.2/README.md +0 -7
  6. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/.gitignore +0 -0
  7. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/compoents/__init__.py +0 -0
  8. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/compoents/average_line.py +0 -0
  9. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/compoents/draw_line.py +0 -0
  10. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/compoents/frame_recorder.py +0 -0
  11. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/compoents/zoom_move.py +0 -0
  12. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/libs/__init__.py +0 -0
  13. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/libs/constant.py +0 -0
  14. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/libs/data_handler.py +0 -0
  15. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/libs/helpers.py +0 -0
  16. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/libs/plot_item.py +0 -0
  17. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/libs/style.py +0 -0
  18. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/resources/icons/ChevronLeft_black.svg +0 -0
  19. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/resources/icons/ChevronLeft_white.svg +0 -0
  20. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/resources/qss/dark/navigation_view_interface.qss +0 -0
  21. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/resources/qss/light/navigation_view_interface.qss +0 -0
  22. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/widgets/__init__.py +0 -0
  23. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/widgets/colorful_toggle_button.py +0 -0
  24. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/widgets/fluent_scroller.py +0 -0
  25. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/widgets/line_card.py +0 -0
  26. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/widgets/navigation_widget.py +0 -0
  27. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/widgets/q_plot_widget.py +0 -0
  28. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/widgets/removable_table.py +0 -0
  29. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/widgets/transparent_Line_edit.py +0 -0
  30. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/widgets/transparent_selector.py +0 -0
  31. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/widgets/value_select_box.py +0 -0
  32. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot/widgets/zoom_bar.py +0 -0
  33. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot.egg-info/SOURCES.txt +0 -0
  34. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot.egg-info/dependency_links.txt +0 -0
  35. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot.egg-info/requires.txt +0 -0
  36. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/PySide6Plot.egg-info/top_level.txt +0 -0
  37. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/examples/price_volume_plotter.py +0 -0
  38. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/examples/qplotwidget_line_plot.py +0 -0
  39. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/examples/sample_stock_data.h5 +0 -0
  40. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/examples/single_plotter.py +0 -0
  41. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/pyproject.toml +0 -0
  42. {pyside6plot-0.0.2 → pyside6plot-0.0.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PySide6Plot
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Scientific/Financial plot utilities with PySide6+pyqtgraph.
5
5
  Author-email: YQ Cui <qianyun210603@hotmail.com>
6
6
  License-Expression: MIT
@@ -35,3 +35,7 @@ Requires-Dist: wheel; extra == "dev"
35
35
  -----
36
36
 
37
37
  A PySide6-based data visualization tool.
38
+
39
+ ### Special Thanks
40
+ * Initial version borrowed from [QStockPlotter](https://github.com/qiauil/QStockPlotter) by qiauil.
41
+ * Beautiful UI design inspired by [QFluentWidgets](https://qfluentwidgets.com/).
@@ -101,10 +101,9 @@ class QStockPlotter(QWidget):
101
101
  # self.average_line_component.add_default_average_lines()
102
102
 
103
103
  def remove_main_item(self):
104
- if self.main_item is None:
105
- raise Exception("No main item exists.")
106
- self.main_plotter.remove_item(self.main_item)
107
- self.main_item = None
104
+ if self.main_item is not None:
105
+ self.main_plotter.remove_item(self.main_item)
106
+ self.main_item = None
108
107
 
109
108
  def __on_show_up_button_clicked(self):
110
109
  if self.navigation_widget.isHidden():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PySide6Plot
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Scientific/Financial plot utilities with PySide6+pyqtgraph.
5
5
  Author-email: YQ Cui <qianyun210603@hotmail.com>
6
6
  License-Expression: MIT
@@ -35,3 +35,7 @@ Requires-Dist: wheel; extra == "dev"
35
35
  -----
36
36
 
37
37
  A PySide6-based data visualization tool.
38
+
39
+ ### Special Thanks
40
+ * Initial version borrowed from [QStockPlotter](https://github.com/qiauil/QStockPlotter) by qiauil.
41
+ * Beautiful UI design inspired by [QFluentWidgets](https://qfluentwidgets.com/).
@@ -0,0 +1,11 @@
1
+ <h1 align="center">
2
+ <br>PySide6Plot<br>
3
+ </h1>
4
+
5
+ -----
6
+
7
+ A PySide6-based data visualization tool.
8
+
9
+ ### Special Thanks
10
+ * Initial version borrowed from [QStockPlotter](https://github.com/qiauil/QStockPlotter) by qiauil.
11
+ * Beautiful UI design inspired by [QFluentWidgets](https://qfluentwidgets.com/).
@@ -1,7 +0,0 @@
1
- <h1 align="center">
2
- <br>PySide6Plot<br>
3
- </h1>
4
-
5
- -----
6
-
7
- A PySide6-based data visualization tool.
File without changes
File without changes
File without changes