就目前而言,尚无支持的3D绘图实现(@ThomasKühn指出了规范的方法和问题。一种幼稚的方法和笨拙的方法是将绘图线作为轴,但是这样做会他们没有tick。
编辑:可以为轴限制添加文本
/tmp % gcc ex2.c -E -D b+=2
<command-line>: warning: missing whitespace after the macro name
...
# 2 "ex2.c" 2
int main()
{
printf("%d\n", 2 + 2 | ~ 2 + 2);
return 0;
}