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)
- Host: GitHub
- URL: https://github.com/garethjns/matlabgraphicsfunctions
- Owner: garethjns
- Created: 2016-04-29T14:57:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-31T12:43:04.000Z (almost 9 years ago)
- Last Synced: 2025-06-20T10:08:27.673Z (about 1 year ago)
- Topics: graphics, library, matlab
- Language: Matlab
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'.