Hatchfill2

版本 3.0.0.0 (58.3 KB) 作者: Kesh Ikuma
Fills an area with hatching or speckling (Updating original hatchfill by Neil Tandon)
7.6K 次下载
更新时间 2018/1/11

查看许可证

This submission updates the popular submission (#30733) by Neil Tandon to place hatching pattern on patch objects. The main algorithm to form hatching pattern remains mostly the same as the original while more formatting options are exposed to the user and hatchfill2 brings the support for HG2 graphics system (since R2014b).
Features:
* Supported base graphics objects: PATCH, HGGROUP, AREA, BAR, and CONTOUR objects are additionally supported. Pre-HG2 (pre-R2014b) MATLAB releases are no longer supported.
* Supports 3D surfaces. Note: Hatching would not come out correctly on a curved surface.
* Four types of hatching patterns:
- 'single' single lines
- 'cross' double-crossed hatch
- 'speckle' speckling inside the patch boundary (partial support)
- 'outspeckle' speckling outside the boundary (partial support)
* User-definable options are now set via parameter name/value pair input argument interface. Options include HatchAngle, HatchDensity, HatchOffset, HatchColor, HatchLineStyle, HatchLineWidth, SpeckleMarkerStyle, and SpeckleFillColor
* Active formatting - the hatch line object listens to the changes in the patch object or axes to keep the hatching true to user options all the time (sans print support at this time)
* Basic graphics object properties (Visible, Clipping, HitTest, Interruptible, BusyAction, and UIContextMenu) of the hatch line object are synchronized to the base patch object. Only Visible property can be de-linked by setting HatchVisible option to either 'on' or 'off'.

Note:
* Speckling multi-face PATCH and HG2 CONTOUR is not implemented correctly. If anyone needs this feature fixed, post a request and I'll see what I can do.

ToDo's:
* Print support - implementing "printmode" similar to lateximage
* Multi-face speckle support - eliminating all the interior edges in gethgdata
* Legend support - HG2 is making this really challenging if not impossible. Users suggest using legendflex (FEX#31092 or at https://github.com/kakearney/legendflex-pkg). See the comments below by Drecalde & SeungHyoung Ryu for how-to. Thanks guys!!

引用格式

Kesh Ikuma (2024). Hatchfill2 (https://www.mathworks.com/matlabcentral/fileexchange/53593-hatchfill2), MATLAB Central File Exchange. 检索来源 .

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

参考作品: Hatchfill, lateximage

启发作品: stipple

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
3.0.0.0

Rev. 7
* Added support for 3D faces
* Removed HatchSpacing option
* Added HatchDensity option

2.4.0.0

Rev. 6 (release 7)
* Fixed contours object hatching behavior, introduced in rev.5
* Added ContourStyle option to enable fast drawing if contour is convex

2.3.0.0

Improved support for converting contours objects to hatch

2.2.0.0

Uploaded correct files *facepalm*
(r5)
* Removed UseHG2 nagging warning
* Worked around the issue with HG2 contour object with Fill='off'

2.1.0.0

* Added support for HG2 AREA object
* Bug fixes

2.0.0.0

v2.0 (r3)
* Enabled active formatting
* Enabled basic property syncing

1.1.0.0

Editing Description
* Fixed a couple major bugs for hatching HG2 surface object

1.0.0.0