rgwfuncs 0.0.55__tar.gz → 0.0.56__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {rgwfuncs-0.0.55/src/rgwfuncs.egg-info → rgwfuncs-0.0.56}/PKG-INFO +1 -1
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56}/pyproject.toml +1 -1
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56}/setup.cfg +1 -1
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56}/src/rgwfuncs/algebra_lib.py +0 -2
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56/src/rgwfuncs.egg-info}/PKG-INFO +1 -1
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56}/LICENSE +0 -0
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56}/README.md +0 -0
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56}/src/rgwfuncs/__init__.py +0 -0
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56}/src/rgwfuncs/df_lib.py +0 -0
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56}/src/rgwfuncs/docs_lib.py +0 -0
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56}/src/rgwfuncs/interactive_shell_lib.py +0 -0
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56}/src/rgwfuncs/str_lib.py +0 -0
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56}/src/rgwfuncs.egg-info/SOURCES.txt +0 -0
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56}/src/rgwfuncs.egg-info/dependency_links.txt +0 -0
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56}/src/rgwfuncs.egg-info/entry_points.txt +0 -0
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56}/src/rgwfuncs.egg-info/requires.txt +0 -0
- {rgwfuncs-0.0.55 → rgwfuncs-0.0.56}/src/rgwfuncs.egg-info/top_level.txt +0 -0
@@ -827,8 +827,6 @@ def plot_polynomial_functions(
|
|
827
827
|
x_val = sub_dict["x"]
|
828
828
|
|
829
829
|
# 1) If x == "*", generate from -zoom..+zoom
|
830
|
-
print("830", x_val)
|
831
|
-
print("830", type(x_val))
|
832
830
|
if isinstance(x_val, str) and x_val == "*":
|
833
831
|
x_values = np.linspace(-zoom, zoom, 1201)
|
834
832
|
sub_dict["x"] = x_values # might as well update it in place
|
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
|