0%

PGPLOT的属性简介 填充区域类型

使用函数PGSFS修改。

填充区域类型有四种格式: solid (实心的,颜色填充整个区域), outline (轮廓的,只有轮廓被描绘), hatched (阴影线,有平行线条构成) or cross-hatched (交叉平行线,有两组交叉的平行线绘制线条s).

各种格式对应的数字代码为:

  • 1: solid (default),
    2: outline
    3: hatched,
    4: cross-hatched.

四种格式如图所示:

1
2
3
4
5
6
7
8
9
10
11
12
/// @file shao_pgplot_fillarea_style.c
cpgsfs(1);
cpgcirc(1., 1., 1.);

cpgsfs(2);
cpgcirc(1., 3., 1.);

cpgsfs(3);
cpgcirc(1., 5., 1.);

cpgsfs(4);
cpgcirc(1., 7., 1.);

Color Index

处无为之事,行不言之教;作而弗始,生而弗有,为而弗恃,功成不居!

欢迎关注我的其它发布渠道