Skip to content

Commit da35bb8

Browse files
committed
update readme
1 parent 5803624 commit da35bb8

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ for r in range(2,row+2):
7575
tex = doc.build()
7676
print(tex)
7777
```
78+
_Result:_
7879
<p>
7980
<img src="https://github.com/jsleb333/python2latex/blob/master/examples/table%20examples/simple_table_from_numpy_array_example.jpg" alt="Table from numpy result">
8081
</p>
@@ -102,14 +103,11 @@ plot = doc.new(Plot(X, Y1, X, Y2, plot_path=filepath, as_float_env=False))
102103

103104
tex = doc.build()
104105
```
105-
<details>
106-
<summary>
107-
<i> Click to unfold result </i>
108-
</summary>
106+
_Result:_
109107
<p>
110108
<img src="https://github.com/jsleb333/python2latex/blob/master/examples/simple%20plot%20example/simple_plot_example.jpg" alt="Simple plot result">
111109
</p>
112-
</details>
110+
113111

114112

115113
### Create a more complex plot
@@ -198,14 +196,10 @@ plot.title = 'Some title'
198196

199197
tex = doc.build()
200198
```
201-
<details>
202-
<summary>
203-
<i> Click to unfold result </i>
204-
</summary>
199+
_Result:_
205200
<p>
206201
<img src="https://github.com/jsleb333/python2latex/blob/master/examples/simple%20matrix%20plot%20example/simple_matrix_plot_example.jpg" alt="Simple matrix plot result">
207202
</p>
208-
</details>
209203

210204
Be sure to check our more complex matrix plot example too!
211205

0 commit comments

Comments
 (0)