Skip to content

Commit 7f523b2

Browse files
author
埃博拉酱
committed
Graphics.OptimizedLegendLocation
1 parent 78cb922 commit 7f523b2

File tree

7 files changed

+22
-2
lines changed

7 files changed

+22
-2
lines changed
4.42 KB
Binary file not shown.

+MATLAB/Version.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function V = Version
2-
V.Me='v19.6.0';
2+
V.Me='v19.7.0';
33
V.MATLAB='R2024b';
44
persistent NewVersion
55
try

Contents.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
% 埃博拉酱的MATLAB扩展
2-
% Version 19.6.0 (R2024b) 26-Apr-2025
2+
% Version 19.7.0 (R2025a) 22-May-2025

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@ function Patches=MultiShadowedLines(Y,ShadowHeights,FaceAlpha,options)
282282
%创建带有可自定义文本的嵌套饼状图
283283
function fig = NestedPie(C, options)
284284
285+
%根据输入的图形对象,返回一个尽可能不遮挡图形的图例位置
286+
function Location=OptimizedLegendLocation(GObjects)
287+
285288
%统一各坐标区的XYZC轴范围
286289
function UnifyAxesLims(Axes,varargin)
287290

resources/functionSignatures.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2709,6 +2709,15 @@
27092709
}
27102710
]
27112711
},
2712+
"MATLAB.Graphics.OptimizedLegendLocation": {
2713+
"inputs": [
2714+
{
2715+
"name": "GObjects",
2716+
"kind": "required",
2717+
"purpose": "作图函数返回的图形对象"
2718+
}
2719+
]
2720+
},
27122721
"MATLAB.Graphics.UnifyAxesLims": {
27132722
"inputs": [
27142723
{
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info>
3+
<Category UUID="FileClassCategory">
4+
<Label UUID="design"/>
5+
</Category>
6+
</Info>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info location="OptimizedLegendLocation.mlx" type="File"/>

0 commit comments

Comments
 (0)