Skip to content
K M Masum Habib edited this page Mar 19, 2015 · 10 revisions

Publication quality graphs in MATLAB

------------------------------------------------------- PlotPub is a MATLAB library for creating publication quality figures using MATLAB. It provides you a class and a set of functions for controlling every aspect of a MATLAB figure. The Plot class provides a simple and elegant object oriented programming interface for manipulating MATLAB figures. On the other hand, setPlotProp function gives you the option for procedural programming.

Documentation


Installation

Download and extract the zip file from the link given above. Install PlotPub using any one of the three possible ways: (1) copy all the *.m files inside the lib folder to either your MATLAB path or (2) copy those files to your current project folder or (3) put plotPub-master in any convenient folder and add the following line in your MATLAB code:

addpath('D:/MATLAB/PlotPub-master');

where, I assume that you put PlotPub-master in D:/MATLAB folder. The sample codes can be found inside the examples folder.

Tutorial

* [Tutorial for v1.4](https://github.com/masumhabib/PlotPub/wiki/Tutorial-for-v1.4)
Reference

* [Reference for v1.4](https://github.com/masumhabib/PlotPub/wiki/Reference-for-v1.4)
Clone this wiki locally