-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.cgmplot.dist
44 lines (34 loc) · 1.4 KB
/
README.cgmplot.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
CGUNAY's MATLAB PLOTTING TOOLBOX (CGMPLOT)
==========================================
CGMPLOT improves Matlab plotting by:
- Adding intelligent controls to produce publication-quality figures
from Matlab
- Wrapping existing plot commands into objects that can be modularly
stacked and superposed
- In stacked multiplots:
- Modular horizontal and vertical stack plots can be nested
- Minimizes lost space by intelligent options to put axis labels only once
- In superposed plots:
- Legends automatically appear matching plotted info
- Inset plots can be produced.
- Specialized bar, errorbar and image plots are defined.
Installation:
--------------------
Copy the cgmplot/ directory under the toolbox subdirectory in your
Matlab installation. Alternatively, you can use the Matlab "addpath"
command to add the cgmplot// subdirectory to the Matlab search path.
Documentation:
--------------------
See the PANDORA PDF manual under the doc/ directory.
Copyright:
--------------------
Copyright (c) 2007 Cengiz Gunay <[email protected]>.
This work is licensed under the Academic Free License ("AFL")
v. 3.0. To view a copy of this license, please look at the COPYING
file distributed with this software or visit
http://opensource.org/licenses/afl-3.0.txt.
For more information and to download the latest version visit:
http://userwww.service.emory.edu/~cgunay/pandora/
Cengiz Gunay
2008-03-07