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

Welcome to the PlotPub wiki!

PlotPub: Publication quality graphs in MATLAB.

------------------------------------------------------- MATLAB is an excellent tool. It is equally popular among students, researchers and professors. If you use MATLAB for your project/research, you probably know that it is not easy to create publication quality graphs (PQGs) using MATLAB. You will have to call a billion set and get functions to create a decent plot with desired height, width, fonts, line width, color etc. Here, I present PlotPub which is a set of MATLAB functions that allows you to modify almost all aspects of MATLAB figures and export PQGs using one function call and a simple structure.

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.

Documentation


Please see the project page.
Clone this wiki locally