使用函数PGSFS修改。
填充区域类型有四种格式: solid (实心的,颜色填充整个区域), outline (轮廓的,只有轮廓被描绘), hatched (阴影线,有平行线条构成) or cross-hatched (交叉平行线,有两组交叉的平行线绘制线条s).
各种格式对应的数字代码为:
- 1: solid (default),
2: outline
3: hatched,
4: cross-hatched.
四种格式如图所示:
1 | /// @file shao_pgplot_fillarea_style.c |