kplot 1.1.2__tar.gz → 1.1.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.
- {kplot-1.1.2 → kplot-1.1.3}/PKG-INFO +1 -1
- {kplot-1.1.2 → kplot-1.1.3}/pyproject.toml +1 -1
- {kplot-1.1.2 → kplot-1.1.3}/src/kplot/__init__.py +1 -1
- {kplot-1.1.2 → kplot-1.1.3}/README.md +0 -0
- {kplot-1.1.2 → kplot-1.1.3}/src/kplot/axes.py +0 -0
- {kplot-1.1.2 → kplot-1.1.3}/src/kplot/cmaps.py +0 -0
- {kplot-1.1.2 → kplot-1.1.3}/src/kplot/hist.py +0 -0
- {kplot-1.1.2 → kplot-1.1.3}/src/kplot/image.py +0 -0
- {kplot-1.1.2 → kplot-1.1.3}/src/kplot/movie.py +0 -0
- {kplot-1.1.2 → kplot-1.1.3}/src/kplot/plot.py +0 -0
- {kplot-1.1.2 → kplot-1.1.3}/src/kplot/styles/example.mpl +0 -0
- {kplot-1.1.2 → kplot-1.1.3}/src/kplot/styles/publication.mpl +0 -0
- {kplot-1.1.2 → kplot-1.1.3}/src/kplot/threeD/__init__.py +0 -0
- {kplot-1.1.2 → kplot-1.1.3}/src/kplot/threeD/slider_images.py +0 -0
- {kplot-1.1.2 → kplot-1.1.3}/src/kplot/utils.py +0 -0
|
@@ -4,4 +4,4 @@ from kplot.hist import hist
|
|
|
4
4
|
from kplot.image import show
|
|
5
5
|
from kplot.plot import plot, diffplot, powerlawplot
|
|
6
6
|
from kplot.utils import alias_kwarg, column_width, two_column_width
|
|
7
|
-
from kplot.movie import
|
|
7
|
+
from kplot.movie import func_video, show_video, line_video, lines_video, show_video_function, line_video_function
|
|
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
|