Skip to content

Commit

Permalink
Trying to resize image
Browse files Browse the repository at this point in the history
  • Loading branch information
jaejunlee0538 committed Dec 3, 2015
1 parent a9a70a8 commit 0b90b2b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Expand Up @@ -4,6 +4,10 @@ Contributors: [VictoriaLynn](https://github.com/VictoriaLynn), [matthewjwoodruff

See [`example_images`](https://github.com/jdherman/plotting-examples/tree/master/line_plot) for the outputs from these files (PNG). Note that publication-quality figures will usually require a vector graphics format (SVG/EPS/PDF) along with some manual editing to improve font clarity, etc. The examples shown here are in unedited raster format and are only meant to be illustrative.

## Another useful sites

* [MATLAB Plot Gallery](http://kr.mathworks.com/products/matlab/plot-gallery.html)

##### Column data

From `example_data/column_data.txt`. Used with:
Expand Down Expand Up @@ -70,12 +74,12 @@ From `example_data/five_obj_data.txt`. Used with:

--------------------------------------------

### bar3
## bar3

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

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

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

[![img_tick_labeling](bar3/tick_labeling.png)](bar3/tick_labeling.m)
[![img_tick_labeling](bar3/tick_labeling.png | height=250)](bar3/tick_labeling.m)

0 comments on commit 0b90b2b

Please sign in to comment.