shplot
Lightweight implementation of shaded error-bar plot
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Marcin Konowalczyk (2026). shplot (https://se.mathworks.com/matlabcentral/fileexchange/64990-shplot), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: raacampbell/shadedErrorBar
General Information
- Version 1.2.2 (2.81 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.2.2 | bugfix in the `semilogx` and `semilogy` wrappers |
||
| 1.2.0 | added wrappers for matlabs `loglog`, `semilogx`, and `semilogy` functions |
||
| 1.1.3 | bugfix on line 20 ( abs(e) -> abs(e(:)) |
||
| 1.1.2 | chnaged the title back to 'shplot' |
||
| 1.1.0 | added varargout functionality so that the function doesn't spam the console when used without the `H` output |
||
| 1.0.0 |