cbatten-sw
cbxplot
The Matlab Plot Formatting Scripts are a collection of matlab functions which simplify formatting and exporting matlab plots for use in LaTeX documents. The cbxplot_format_margins function might be of particular interest to others since it allows changing the outer and inner margins in figures with multiple subplots. The user guide includes a tutorial and reference documentation.
-
Cloning this repository:
git clone git://gitorious.org/cbatten-sw/cbxplot.git cbxplot cd cbxplot
Add this repository as a remote to an existing local repository:
git remote add cbxplot git://gitorious.org/cbatten-sw/cbxplot.git git fetch cbxplot git checkout -b my-local-tracking-branch cbxplot/master_or_other_branch
- Branches:
- master


