gui
phyllotaxis_analysis.gui Link
Phyllotaxis Analysis GUI Module
This module provides a graphical user interface for analyzing phyllotaxis patterns.
Key Features: - Interactive visualization of phyllotaxis patterns - Analysis of divergence angles - Detection of permutations in phyllotactic patterns
Usage Examples:
from phyllotaxis_analysis.gui import MainWindow, main
# Launch the GUI
main()
myWindow Link
myWindow(parent)
Bases: QMainWindow
A widget to view a plotted figure.
Source code in src/phyllotaxis_analysis/gui/gui.py
36 37 38 39 40 41 42 43 44 |
|