Skip to content

Commit d053854

Browse files
committed
Change image path
[skip ci]
1 parent b4c1ba2 commit d053854

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

example.org

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This example is from the document of the method =plot= of a matrix object.
4646
[[file:images/mat.png]]
4747

4848
This example is from the document of the function =implicit_plot3d=.
49-
#+BEGIN_SRC sage :file implicit_plot3d_example.png
49+
#+BEGIN_SRC sage :file images/implicit_plot3d_example.png
5050
var('x,y,z')
5151
T = RDF(golden_ratio)
5252
p = 2 - (cos(x + T*y) + cos(x - T*y) + cos(y + T*z) + cos(y - T*z) + cos(z - T*x) + cos(z + T*x))
@@ -55,7 +55,7 @@ This example is from the document of the function =implicit_plot3d=.
5555
#+END_SRC
5656

5757
#+RESULTS:
58-
[[file:implicit_plot3d_example.png]]
58+
[[file:images/implicit_plot3d_example.png]]
5959

6060

6161

File renamed without changes.

implicit_plot3d_exa.png

-68 KB
Binary file not shown.

0 commit comments

Comments
 (0)