Skip to content

Commit 16969c4

Browse files
committed
M README.md
M tfView.m
1 parent fa005a7 commit 16969c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ tfDeco title graph
3939
tfRender
4040
```
4141

42+
![result](hello.pdf)
43+
4244

4345
## Usage
4446

tfView.m

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ function tfView(blim, xlim, ylim, olim)
5252
blim = blim(bi, :);
5353
olim = tf_get('olim', 'No boxes defined!');
5454
olim = olim(bi, :);
55+
fprintf('tfView %d\n', bi)
5556
end
5657

57-
fprintf('tfView %d\n', bi)
58-
5958
tf_close_view
6059

6160
tf_set('currentview', [blim, xlim, ylim, olim, 1])

0 commit comments

Comments
 (0)