py-pluto 1.2.1__tar.gz → 1.2.2__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.
- {py_pluto-1.2.1 → py_pluto-1.2.2}/PKG-INFO +1 -1
- {py_pluto-1.2.1 → py_pluto-1.2.2}/pyproject.toml +1 -1
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/gui/main_window.py +1 -1
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/gui/plot_controller.py +3 -3
- {py_pluto-1.2.1 → py_pluto-1.2.2}/LICENSE +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/README.md +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/__init__.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/amr.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/baseloadmixin.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/baseloadstate.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/codes/echo_load.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/gui/app_state.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/gui/custom_var.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/gui/custom_var_engine.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/gui/globals.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/gui/load_controller.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/gui/main.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/gui/panels.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/gui/services.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/gui/state_accessors.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/image.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/colorbar.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/contour.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/create_axes.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/display.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/figure.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/imagetools.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/interactive.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/legend.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/plot.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/range.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/scatter.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/set_axis.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/streamplot.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagefuncs/zoom.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagekwargs.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagemixin.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/imagestate.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/load.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/baseloadtools.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/codeselection.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/descriptor.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/findfiles.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/findformat.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/initload.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/loadvars.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/offsetdata.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/offsetfluid.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/offsetpart.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/read_files.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/readdefplini.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/readgridalone.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/readgridfile.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/readtab.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/storepart.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadfuncs/write_files.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadkwargs.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadmixin.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadpart.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/loadstate.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/py.typed +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/compute_units.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/findlines.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/fourier.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/loadtools.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/nabla.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/parttools.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/set_units.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/toolfuncs/transform.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/utils/configure.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/utils/examples_api.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/utils/examples_cli.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/utils/inspector.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/utils/pytools.py +0 -0
- {py_pluto-1.2.1 → py_pluto-1.2.2}/src/pyPLUTO/utils/resolver.py +0 -0
|
@@ -7,7 +7,7 @@ from typing import Any
|
|
|
7
7
|
from matplotlib.backends.backend_qt import (
|
|
8
8
|
NavigationToolbar2QT as NavigationToolbar,
|
|
9
9
|
)
|
|
10
|
-
from matplotlib.backends.
|
|
10
|
+
from matplotlib.backends.backend_qtagg import FigureCanvasQTAgg as FigureCanvas
|
|
11
11
|
from PySide6.QtWidgets import (
|
|
12
12
|
QCheckBox,
|
|
13
13
|
QComboBox,
|
|
@@ -6,12 +6,12 @@ import logging
|
|
|
6
6
|
from typing import TYPE_CHECKING, cast
|
|
7
7
|
|
|
8
8
|
import numpy as np
|
|
9
|
-
from matplotlib.backends.backend_qt import (
|
|
10
|
-
FigureCanvasQT as FigureCanvas,
|
|
11
|
-
)
|
|
12
9
|
from matplotlib.backends.backend_qt import (
|
|
13
10
|
NavigationToolbar2QT as NavigationToolbar,
|
|
14
11
|
)
|
|
12
|
+
from matplotlib.backends.backend_qtagg import (
|
|
13
|
+
FigureCanvasQTAgg as FigureCanvas,
|
|
14
|
+
)
|
|
15
15
|
from matplotlib.collections import QuadMesh
|
|
16
16
|
from matplotlib.image import AxesImage
|
|
17
17
|
from PySide6.QtWidgets import QWidget
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|