adopt-plot 0.1.7__tar.gz → 0.1.9__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.1.7/src/adopt_plot.egg-info → adopt_plot-0.1.9}/PKG-INFO +3 -5
- {adopt_plot-0.1.7 → adopt_plot-0.1.9}/README.md +2 -4
- {adopt_plot-0.1.7 → adopt_plot-0.1.9}/pyproject.toml +1 -1
- {adopt_plot-0.1.7 → adopt_plot-0.1.9/src/adopt_plot.egg-info}/PKG-INFO +3 -5
- {adopt_plot-0.1.7 → adopt_plot-0.1.9}/LICENSE +0 -0
- {adopt_plot-0.1.7 → adopt_plot-0.1.9}/setup.cfg +0 -0
- {adopt_plot-0.1.7 → adopt_plot-0.1.9}/src/adopt_plot/__init__.py +0 -0
- {adopt_plot-0.1.7 → adopt_plot-0.1.9}/src/adopt_plot/plot.py +0 -0
- {adopt_plot-0.1.7 → adopt_plot-0.1.9}/src/adopt_plot.egg-info/SOURCES.txt +0 -0
- {adopt_plot-0.1.7 → adopt_plot-0.1.9}/src/adopt_plot.egg-info/dependency_links.txt +0 -0
- {adopt_plot-0.1.7 → adopt_plot-0.1.9}/src/adopt_plot.egg-info/requires.txt +0 -0
- {adopt_plot-0.1.7 → adopt_plot-0.1.9}/src/adopt_plot.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: adopt-plot
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.9
|
|
4
4
|
Summary: A universal plotter for implicit functions using adaptive engine selection.
|
|
5
5
|
Author: VartRusData
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -57,7 +57,7 @@ plot = AdoptPlot("y = 1/x", show=False)
|
|
|
57
57
|
plot.ax.set_xlim(-10, 10) # Change X-axis limits
|
|
58
58
|
plot.save("my_plot.png", dpi=300)# Save to file
|
|
59
59
|
```
|
|
60
|
-
]($y=1/x$)
|
|
61
61
|
```python
|
|
62
62
|
from adopt_plot import AdoptPlot
|
|
63
63
|
|
|
@@ -71,9 +71,7 @@ plot.ax.grid(True, linestyle=':', alpha=0.5)
|
|
|
71
71
|
plot.save("publication_ready.png", dpi=300, bbox_inches='tight')
|
|
72
72
|
plot.show()
|
|
73
73
|
```
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
 (image 1)Hard function built by AdoptPlot
|
|
74
|
+
[]($sin(sqrt(x^2+y^2))/log(x^2+y^2+1)=0$)
|
|
77
75
|
## Methods
|
|
78
76
|
- **`show`**: Show the figure
|
|
79
77
|
- **`save`**: Save the figure
|
|
@@ -42,7 +42,7 @@ plot = AdoptPlot("y = 1/x", show=False)
|
|
|
42
42
|
plot.ax.set_xlim(-10, 10) # Change X-axis limits
|
|
43
43
|
plot.save("my_plot.png", dpi=300)# Save to file
|
|
44
44
|
```
|
|
45
|
-
]($y=1/x$)
|
|
46
46
|
```python
|
|
47
47
|
from adopt_plot import AdoptPlot
|
|
48
48
|
|
|
@@ -56,9 +56,7 @@ plot.ax.grid(True, linestyle=':', alpha=0.5)
|
|
|
56
56
|
plot.save("publication_ready.png", dpi=300, bbox_inches='tight')
|
|
57
57
|
plot.show()
|
|
58
58
|
```
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
 (image 1)Hard function built by AdoptPlot
|
|
59
|
+
[]($sin(sqrt(x^2+y^2))/log(x^2+y^2+1)=0$)
|
|
62
60
|
## Methods
|
|
63
61
|
- **`show`**: Show the figure
|
|
64
62
|
- **`save`**: Save the figure
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: adopt-plot
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.9
|
|
4
4
|
Summary: A universal plotter for implicit functions using adaptive engine selection.
|
|
5
5
|
Author: VartRusData
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -57,7 +57,7 @@ plot = AdoptPlot("y = 1/x", show=False)
|
|
|
57
57
|
plot.ax.set_xlim(-10, 10) # Change X-axis limits
|
|
58
58
|
plot.save("my_plot.png", dpi=300)# Save to file
|
|
59
59
|
```
|
|
60
|
-
]($y=1/x$)
|
|
61
61
|
```python
|
|
62
62
|
from adopt_plot import AdoptPlot
|
|
63
63
|
|
|
@@ -71,9 +71,7 @@ plot.ax.grid(True, linestyle=':', alpha=0.5)
|
|
|
71
71
|
plot.save("publication_ready.png", dpi=300, bbox_inches='tight')
|
|
72
72
|
plot.show()
|
|
73
73
|
```
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
 (image 1)Hard function built by AdoptPlot
|
|
74
|
+
[]($sin(sqrt(x^2+y^2))/log(x^2+y^2+1)=0$)
|
|
77
75
|
## Methods
|
|
78
76
|
- **`show`**: Show the figure
|
|
79
77
|
- **`save`**: Save the figure
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|