Skip to content

An easier way to adjust the axis labels, legends, line styles, tick labels, figure sizes of MATLAB figures.

License

Notifications You must be signed in to change notification settings

guansanghai/MatlabFigureAdjust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatlabFigureAdjust

调整 MATLAB 生成 .fig 图片的尺寸,曲线样式,坐标轴,字体等

Adjust the font, line style, axes, size etc. of MATLAB .fig files

figfont.m

调整当前绘图窗口中坐标轴及图例字号和字体,并根据内容设置文本解释器。

Adjust the font, font size and interpreter of labels and legend.

figtick.m

调整当前绘图窗口中坐标轴刻度。

Adjust the tick labels.

figline.m

调整当前绘图中所有曲线颜色,线条粗细及数据点类型和大小。

Adjust the color, line width, line style, marker and markersize of all the lines in the figure in one step.

figlegend.m

选择图例显示内容,将图例重新排序。

Select the items shown and reorder the items in the legend.

figsize.m

调整当前绘图大小。

Adjust the size of figure in 'inch'es or 'cm's.

figsave.m

存储当前绘图。

Save the figure into multiple formats in one step.

About

An easier way to adjust the axis labels, legends, line styles, tick labels, figure sizes of MATLAB figures.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages