Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Image resizing and center-aligning with HTML
  • Loading branch information
jaejunlee0538 committed Dec 3, 2015
1 parent 0b90b2b commit 853c339
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Expand Up @@ -77,9 +77,11 @@ From `example_data/five_obj_data.txt`. Used with:
## bar3

**Click image** if you want to see the source code.

[![img_bar_coloring](bar3/bar_coloring.png | height=250)](bar3/bar_coloring.m)

[![img_pdf_function](bar3/pdf_function.png | height=250)](bar3/pdf_function.m)

[![img_tick_labeling](bar3/tick_labeling.png | height=250)](bar3/tick_labeling.m)
<p style="text-align: center">
[<img src="bar3/bar_coloring.png" height=300>](bar3/bar_coloring.m)
<br></br>
[<img src="bar3/pdf_function.png" height=300>](bar3/pdf_function.m)
<br></br>
[<img src="bar3/tick_labeling.png" height=300>](bar3/tick_labeling.m)
<br></br>
</p>

0 comments on commit 853c339

Please sign in to comment.