Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 850 Bytes

ReadMe.md

File metadata and controls

10 lines (9 loc) · 850 Bytes

Charts With Charles

This is an assortment of plotting functions (and a couple analysis functions too) to help with making nice plots in Matlab.

Example Plotting Functions
  • SetFont: Allows setting of all default font names and sizes available to the Matlab environment (example)
  • GetUnicodeChar: Lookup function for unicode values
  • AlphaLine: A line graph with error denoted by a transparent box around the line (example) AlphaLine
  • Swarm: A function that allows for combinations of bee-swarm, violin, box and whisker (example) Swarm