An open API service indexing awesome lists of open source software.

https://github.com/garethjns/matlabgraphicsfunctions

Functions to reduce common make-figure-look-nicer commands to as few keystrokes as possible (requires MATLAB 2014b or newer)
https://github.com/garethjns/matlabgraphicsfunctions

graphics library matlab

Last synced: 9 months ago
JSON representation

Functions to reduce common make-figure-look-nicer commands to as few keystrokes as possible (requires MATLAB 2014b or newer)

Awesome Lists containing this project

README

          

# MATLABGraphicsFunctions
Functions to reduce common make-figure-look-nicer commands to as few keystrokes as possible (requires MATLAB 2014b or newer).

## Usage
- Add top folder to MATLAB path.
- Access functions with **ggraph.function(inputs)**.
- Or inherit into another object using **< ggraph**.

## Functions

**og** - checks openGL is set to harware, if available.
**ng** - makes the current figure look nicer, specific templates can be defined inside.
**hgx** - uses hgexport and savas to save .png, svg and/or .fig.
**getCols** - get MATLAB's 'DefaultAxesColorOrder'.