maxsich/sublimeFigu​re

版本 1.2.0.0 (365.3 KB) 作者: Maksym Sich
Effortlessly create multi-plot figures ready for scientific publications or presentation in MATLAB.
85.0 次下载
更新时间 2018/1/4

MATLAB is great for data processing and has a wealth of data plotting, imaging functions. However, when it comes to producing figures, which would be suitable for presentations or publications it falls short with its default settings. The problem is usually with huge margins, which are hard to control, especially with subplots.
The aim of sublimeFigure project is to create a way to plot figures quickly in MATLAB, which immediately would be suitable for publications or presentations.
sublimeFigure is built around the idea that the user sets figure size needed, and margins (or padding) between subplots. The rest is calculated automatically to fill the maximum space.
For example, the code below will produce a figure with a single plot of the right size for a one-column figure in an APS publication:
f = sublimeFigure;
f.subplot(1,1);
plot(x,y);
print( 'test', '-dpdf', '-r1200' );
sublimeFigure is realised as a class utilising the lately introduced object-oriented functionality of MATLAB, and, therefore, requires the r2017a to function.

A detailed user manual with examples, methods and properties description is included in the package.

Distributed under GNU GPL v3.0.

引用格式

Maksym Sich (2024). maxsich/sublimeFigure (https://github.com/maxsich/sublimeFigure), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.2.0.0

Simplified figure default font settings. Now it doesn't use groot. Also, label and tick labels are set to the same font size.

1.1.0.0

Added option to use inches as units. All physical dimensions convert automatically from 'in' to 'cm' and back when changing the new 'defUnits' property. Added description of colour bar location properties to the manual.

1.0.0.0

Updated links

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库