adopt-plot 0.1.7__tar.gz → 0.1.8__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: adopt-plot
3
- Version: 0.1.7
3
+ Version: 0.1.8
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
- ![my_plot](https://i.yapx.ru/eCFD2.png)
60
+ [![my_plot.png](https://s6.iimage.su/s/06/g81ZrIAx4tGB8TvoKr0Rzd13wLuOoqnIAoEzBQVBz.png)](y=1/x)
61
61
  ```python
62
62
  from adopt_plot import AdoptPlot
63
63
 
@@ -73,7 +73,7 @@ plot.show()
73
73
  ```
74
74
 
75
75
 
76
- ![Сложная функция](https://i.yapx.ru/eCFBo.png) (image 1)Hard function built by AdoptPlot
76
+ [![publication_ready.png](https://s6.iimage.su/s/06/g98NejXxyBk91Qy5ygthSKyBm89B2OZZLlKcy5nUp.png)]("sin(sqrt(x**2 + y**2)) / log(x**2 + y**2 + 1) = 0)
77
77
  ## Methods
78
78
  - **`show`**: Show the figure
79
79
  - **`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
- ![my_plot](https://i.yapx.ru/eCFD2.png)
45
+ [![my_plot.png](https://s6.iimage.su/s/06/g81ZrIAx4tGB8TvoKr0Rzd13wLuOoqnIAoEzBQVBz.png)](y=1/x)
46
46
  ```python
47
47
  from adopt_plot import AdoptPlot
48
48
 
@@ -58,7 +58,7 @@ plot.show()
58
58
  ```
59
59
 
60
60
 
61
- ![Сложная функция](https://i.yapx.ru/eCFBo.png) (image 1)Hard function built by AdoptPlot
61
+ [![publication_ready.png](https://s6.iimage.su/s/06/g98NejXxyBk91Qy5ygthSKyBm89B2OZZLlKcy5nUp.png)]("sin(sqrt(x**2 + y**2)) / log(x**2 + y**2 + 1) = 0)
62
62
  ## Methods
63
63
  - **`show`**: Show the figure
64
64
  - **`save`**: Save the figure
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "adopt-plot"
7
- version = "0.1.7"
7
+ version = "0.1.8"
8
8
  description = "A universal plotter for implicit functions using adaptive engine selection."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: adopt-plot
3
- Version: 0.1.7
3
+ Version: 0.1.8
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
- ![my_plot](https://i.yapx.ru/eCFD2.png)
60
+ [![my_plot.png](https://s6.iimage.su/s/06/g81ZrIAx4tGB8TvoKr0Rzd13wLuOoqnIAoEzBQVBz.png)](y=1/x)
61
61
  ```python
62
62
  from adopt_plot import AdoptPlot
63
63
 
@@ -73,7 +73,7 @@ plot.show()
73
73
  ```
74
74
 
75
75
 
76
- ![Сложная функция](https://i.yapx.ru/eCFBo.png) (image 1)Hard function built by AdoptPlot
76
+ [![publication_ready.png](https://s6.iimage.su/s/06/g98NejXxyBk91Qy5ygthSKyBm89B2OZZLlKcy5nUp.png)]("sin(sqrt(x**2 + y**2)) / log(x**2 + y**2 + 1) = 0)
77
77
  ## Methods
78
78
  - **`show`**: Show the figure
79
79
  - **`save`**: Save the figure
File without changes
File without changes