adopt-plot 0.2.10__tar.gz → 0.2.11__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.
- {adopt_plot-0.2.10/src/adopt_plot.egg-info → adopt_plot-0.2.11}/PKG-INFO +1 -1
- {adopt_plot-0.2.10 → adopt_plot-0.2.11}/pyproject.toml +1 -1
- {adopt_plot-0.2.10 → adopt_plot-0.2.11}/src/adopt_plot/plot.py +2 -2
- {adopt_plot-0.2.10 → adopt_plot-0.2.11/src/adopt_plot.egg-info}/PKG-INFO +1 -1
- {adopt_plot-0.2.10 → adopt_plot-0.2.11}/LICENSE +0 -0
- {adopt_plot-0.2.10 → adopt_plot-0.2.11}/README.md +0 -0
- {adopt_plot-0.2.10 → adopt_plot-0.2.11}/setup.cfg +0 -0
- {adopt_plot-0.2.10 → adopt_plot-0.2.11}/src/adopt_plot/__init__.py +0 -0
- {adopt_plot-0.2.10 → adopt_plot-0.2.11}/src/adopt_plot.egg-info/SOURCES.txt +0 -0
- {adopt_plot-0.2.10 → adopt_plot-0.2.11}/src/adopt_plot.egg-info/dependency_links.txt +0 -0
- {adopt_plot-0.2.10 → adopt_plot-0.2.11}/src/adopt_plot.egg-info/requires.txt +0 -0
- {adopt_plot-0.2.10 → adopt_plot-0.2.11}/src/adopt_plot.egg-info/top_level.txt +0 -0
|
@@ -170,8 +170,8 @@ class AdoptPlot:
|
|
|
170
170
|
return
|
|
171
171
|
else:
|
|
172
172
|
raise TooManyVariablesError(
|
|
173
|
-
f"adopt_plot
|
|
174
|
-
|
|
173
|
+
f"adopt_plot supports only 2D plots. Received {len(self.vars_list)} variables: {self.vars_list}. "
|
|
174
|
+
f"If you need a 3D plot, wait for the next version!"
|
|
175
175
|
)
|
|
176
176
|
|
|
177
177
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|