@@ -40,7 +40,7 @@ I recommend that you test the example files on your own computer, as you can dra
4040To install it on the Numworks, we have the choice :
41411 . Just follow this link to the [ Numworks website] ( https://my.numworks.com/python/archange/visual )
4242
43- 2 . You just need to copy and paste the code from the * [ visual] ( .\ src\ visual\ visual.py ) * file into a new script on your Numworks account. Then upload it to your calculator.
43+ 2 . You just need to copy and paste the code from the * [ visual] ( ./ src/ visual/ visual.py ) * file into a new script on your Numworks account. Then upload it to your calculator.
4444
4545> Here's another example of what you can do with the functions provided by Visual.
4646
@@ -89,9 +89,9 @@ First of all, after you're on your computer, you need to start by importing it a
8989``` Python
9090from visual import *
9191```
92- After that, you need to understand how this script is organized, with points and vectors for example, and how it works, with its functions. For this purpose, you have at your disposal one * Jupiter Notebook* containing everything that can be shown in writing for the file [ visual_example] ( src\ visual\ examples\ functions\ notebooks\ visual_example.ipynb ) .
92+ After that, you need to understand how this script is organized, with points and vectors for example, and how it works, with its functions. For this purpose, you have at your disposal one * Jupiter Notebook* containing everything that can be shown in writing for the file [ visual_example] ( src/ visual/ examples/ functions/ notebooks/ visual_example.ipynb ) .
9393
94- > Here's an example of what you can do with the calculator, using the compact [ example file] ( .\ src\ visual\ examples\ introduction\ example.py ) . Click [ here] ( https://my.numworks.com/python/archange/example_visual ) to see it on the Numworks website.
94+ > Here's an example of what you can do with the calculator, using the compact [ example file] ( ./ src/ visual/ examples/ introduction/ example.py ) . Click [ here] ( https://my.numworks.com/python/archange/example_visual ) to see it on the Numworks website.
9595
9696``` Python
9797from visual import *
@@ -140,17 +140,17 @@ example()
140140
141141Then there are plenty of example files for everything to do with graphics. You can see the results with the following images :
142142
143- * ** Function interpolation** : [ example_interpolation.py] ( src\ visual\ examples\ functions\ example_interpolation.py )
143+ * ** Function interpolation** : [ example_interpolation.py] ( src/ visual/ examples/ functions/ example_interpolation.py )
144144
145145| Example 1 | Example 2 | Example 3 | Example 4 |
146146| -----------| -----------| -----------| -----------|
147147| ![ example_interpolate_1.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_interpolate_1.png ) | ![ example_interpolate_2.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_interpolate_2.png ) | ![ example_interpolate_3.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_interpolate_3.png ) | ![ example_interpolate_4.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_interpolate_4.png ) |
148148
149- * ** Function expend** : [ example_vectoriel_geometry] ( src\ visual\ examples\ functions\ example_vectoriel_geometry.py )
149+ * ** Function expend** : [ example_vectoriel_geometry] ( src/ visual/ examples/ functions/ example_vectoriel_geometry.py )
150150
151- * ** Function findWithPoint** : [ example_findwithpoint.py] ( src\ visual\ examples\ functions\ example_findwithpoint.py )
151+ * ** Function findWithPoint** : [ example_findwithpoint.py] ( src/ visual/ examples/ functions/ example_findwithpoint.py )
152152
153- * ** Function alpha_pixel and argument "alpha" in draw function** : [ example_alpha_layer.py] ( src\ visual\ examples\ functions\ example_alpha_layer.py )
153+ * ** Function alpha_pixel and argument "alpha" in draw function** : [ example_alpha_layer.py] ( src/ visual/ examples/ functions/ example_alpha_layer.py )
154154
155155> We have to take a number less or equal to 0, and greater or equal to 1 for the alpha parameter
156156
@@ -159,89 +159,89 @@ Then there are plenty of example files for everything to do with graphics. You c
159159| -----------| -----------|
160160| ![ example_alpha_layer_1.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_alpha_layer_1.png ) | ![ example_alpha_layer_2.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_alpha_layer_2.png ) |
161161
162- * ** Function scatter** : [ example_scatter.py] ( src\ visual\ examples\ functions\ example_scatter.py )
162+ * ** Function scatter** : [ example_scatter.py] ( src/ visual/ examples/ functions/ example_scatter.py )
163163
164164| Example 1 | Example 2 | Example 3 |
165165| -----------| -----------| -----------|
166166| ![ example_scatter_1.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_scatter_1.png ) | ![ example_scatter_2.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_scatter_2.png ) | ![ example_scatter_3.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_scatter_3.png ) |
167167
168- * ** Function plot** : [ example_plot.py] ( src\ visual\ examples\ functions\ example_plot.py )
168+ * ** Function plot** : [ example_plot.py] ( src/ visual/ examples/ functions/ example_plot.py )
169169
170170| Example 1 | Example 2 | Example 3 |
171171| -----------| -----------| -----------|
172172| ![ example_plot_1.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_plot_1.png ) | ![ example_plot_2.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_plot_2.png ) | ![ example_plot_3.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_plot_3.png ) |
173173
174- * ** Function set_lines** : [ example_lines.py] ( src\ visual\ examples\ functions\ example_lines.py )
174+ * ** Function set_lines** : [ example_lines.py] ( src/ visual/ examples/ functions/ example_lines.py )
175175
176176| Example |
177177| ---------|
178178| ![ example_lines.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_lines.png ) |
179179
180- * ** Function draw_points** : [ example_point.py] ( src\ visual\ examples\ functions\ example_point.py )
180+ * ** Function draw_points** : [ example_point.py] ( src/ visual/ examples/ functions/ example_point.py )
181181
182182| Example |
183183| ---------|
184184| ![ example_points.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_points.png ) |
185185
186- * ** Function draw_croix** : [ example_croix.py] ( src\ visual\ examples\ functions\ example_croix.py )
186+ * ** Function draw_croix** : [ example_croix.py] ( src/ visual/ examples/ functions/ example_croix.py )
187187
188188| Example |
189189| ---------|
190190| ![ example_croix.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_croix.png ) |
191191
192- * ** Function draw_arrows** : [ example_arrows.py] ( src\ visual\ examples\ functions\ example_arrows.py )
192+ * ** Function draw_arrows** : [ example_arrows.py] ( src/ visual/ examples/ functions/ example_arrows.py )
193193
194194| Example |
195195| ---------|
196196| ![ example_arrows.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_arrows.png ) |
197197
198- * ** Function draw_vector** : [ example_vectors.py] ( src\ visual\ examples\ functions\ example_vectors.py )
198+ * ** Function draw_vector** : [ example_vectors.py] ( src/ visual/ examples/ functions/ example_vectors.py )
199199
200200| Example |
201201| ---------|
202202| ![ example_vectors.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_vectors.png ) |
203203
204- * ** Function draw_droite** : [ example_droite.py] ( src\ visual\ examples\ functions\ example_droite.py )
204+ * ** Function draw_droite** : [ example_droite.py] ( src/ visual/ examples/ functions/ example_droite.py )
205205
206206| Example 1 | Example 2 |
207207| -----------| -----------|
208208| ![ example_droite_1.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_droite_1.png ) | ![ example_droite_2.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_droite_2.png ) |
209209
210- * ** Function fill_triangles** : [ example_triangle.py] ( src\ visual\ examples\ functions\ example_triangle.py )
210+ * ** Function fill_triangles** : [ example_triangle.py] ( src/ visual/ examples/ functions/ example_triangle.py )
211211
212212| Example |
213213| ---------|
214214| ![ example_triangles.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_triangles.png ) |
215215
216- * ** Function draw_polygone and fill_polygone** : [ example_polygone.py] ( src\ visual\ examples\ functions\ example_polygone.py )
216+ * ** Function draw_polygone and fill_polygone** : [ example_polygone.py] ( src/ visual/ examples/ functions/ example_polygone.py )
217217
218218| Example |
219219| ---------|
220220| ![ example_polygones.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_polygones.png ) |
221221
222- * ** Function draw_circle and fill_circle** : [ example_cercle.py] ( src\ visual\ examples\ functions\ example_cercle.py )
222+ * ** Function draw_circle and fill_circle** : [ example_cercle.py] ( src/ visual/ examples/ functions/ example_cercle.py )
223223
224224| Example |
225225| ---------|
226226| ![ example_cercle.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_cercle.png ) |
227227
228- * ** Function bezier curve** : [ example_bezier_curve] ( src\ visual\ examples\ functions\ example_bezier_curve.py )
228+ * ** Function bezier curve** : [ example_bezier_curve] ( src/ visual/ examples/ functions/ example_bezier_curve.py )
229229
230230| Example 1 | Example 2 |
231231| -----------| -----------|
232232| ![ example_bezier_curve.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_bezier_curve.png ) | ![ example_bezier_curve.gif] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/functions/pictures/example_bezier_curve.gif ) |
233233
234234## Tree Fractals
235- The link to the example script: [ example_fractal.py] ( src\ visual\ examples\ fractal\ example_fractal.py )
236- And the source script: [ fractal.py] ( src\ visual\ examples\ fractal\ fractal.py )
235+ The link to the example script: [ example_fractal.py] ( src/ visual/ examples/ fractal/ example_fractal.py )
236+ And the source script: [ fractal.py] ( src/ visual/ examples/ fractal/ fractal.py )
237237
238238***
239239
240240![ example_bezier_curve.gif] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/examples/fractal/pictures/example_fractals.gif )
241241
242242***
243243
244- > Don't forget to install the lines extension [ here] ( src\ visual\ extensions\ lines\ ext_lines.py ) in your computer !
244+ > Don't forget to install the lines extension [ here] ( src/ visual/ extensions/ lines/ ext_lines.py ) in your computer !
245245
246246| Basic Tree | Palm Tree |
247247| ------------| -----------|
@@ -285,19 +285,19 @@ Here are some extensions designed to work with the calculator. However, the late
285285
286286> You need to copy and paste the code from the extension files into a new file created on the Numworks website.
287287
288- * ** Extension Lines** : [ lines_example.py] ( src\ visual\ extensions\ lines\ lines_example.py )
288+ * ** Extension Lines** : [ lines_example.py] ( src/ visual/ extensions/ lines/ lines_example.py )
289289
290290| Example |
291291| ---------|
292292| ![ example_lines.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/extensions/lines/pictures/example_lines.png ) |
293293
294- * ** Extension Ellipses** : [ example_ellipse.py] ( src\ visual\ extensions\ ellipses\ ellipses_example.py )
294+ * ** Extension Ellipses** : [ example_ellipse.py] ( src/ visual/ extensions/ ellipses/ ellipses_example.py )
295295
296296| Example 1 | Example 2 |
297297| -----------| -----------|
298298| ![ example_ellipses_1.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/extensions/ellipses/pictures/example_ellipses_1.png ) | ![ example_ellipses_2.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/extensions/ellipses/pictures/example_ellipses_2.png ) |
299299
300- * ** Extension Turtle** : [ turtle_example.py] ( src\ visual\ extensions\ turtle\ turtle_example.py )
300+ * ** Extension Turtle** : [ turtle_example.py] ( src/ visual/ extensions/ turtle/ turtle_example.py )
301301
302302
303303> The turtle extension has both a compact and a non-compact file for use on the computer.
@@ -308,7 +308,7 @@ Here are some extensions designed to work with the calculator. However, the late
308308| -----------| -----------|
309309| ![ example_2.png] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/extensions/turtle/pictures/example_2.png ) | ![ example_turtle.gif] ( https://raw.githubusercontent.com/Archange-py/Visual/refs/heads/main/src/visual/extensions/turtle/pictures/example_turtle.gif ) |
310310
311- * ** Extension Grapher** : [ grapher_example.ipynb] ( src\ visual\ extensions\ grapher\ notebooks\ grapher_example.ipynb )
311+ * ** Extension Grapher** : [ grapher_example.ipynb] ( src/ visual/ extensions/ grapher/ notebooks/ grapher_example.ipynb )
312312
313313<table >
314314 <thead>
0 commit comments