rgwfuncs 0.0.54__tar.gz → 0.0.55__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {rgwfuncs-0.0.54/src/rgwfuncs.egg-info → rgwfuncs-0.0.55}/PKG-INFO +1 -1
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55}/pyproject.toml +1 -1
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55}/setup.cfg +1 -1
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55}/src/rgwfuncs/algebra_lib.py +2 -0
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55/src/rgwfuncs.egg-info}/PKG-INFO +1 -1
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55}/LICENSE +0 -0
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55}/README.md +0 -0
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55}/src/rgwfuncs/__init__.py +0 -0
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55}/src/rgwfuncs/df_lib.py +0 -0
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55}/src/rgwfuncs/docs_lib.py +0 -0
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55}/src/rgwfuncs/interactive_shell_lib.py +0 -0
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55}/src/rgwfuncs/str_lib.py +0 -0
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55}/src/rgwfuncs.egg-info/SOURCES.txt +0 -0
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55}/src/rgwfuncs.egg-info/dependency_links.txt +0 -0
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55}/src/rgwfuncs.egg-info/entry_points.txt +0 -0
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55}/src/rgwfuncs.egg-info/requires.txt +0 -0
- {rgwfuncs-0.0.54 → rgwfuncs-0.0.55}/src/rgwfuncs.egg-info/top_level.txt +0 -0
@@ -827,6 +827,8 @@ 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))
|
830
832
|
if isinstance(x_val, str) and x_val == "*":
|
831
833
|
x_values = np.linspace(-zoom, zoom, 1201)
|
832
834
|
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
|