any guys familiar with MetaPost ???# CS - 计算机科学
c*n
1 楼
trying to parse a command parameter
it's hard to implement with MetaPost, which is hardly a full programing language
basically I want to do a variable-length parameter to a function
like
plot(x,y,"linwidth",1, 'linecolor' , 'red' ......)
something like matlab
it's hard to implement with MetaPost, which is hardly a full programing language
basically I want to do a variable-length parameter to a function
like
plot(x,y,"linwidth",1, 'linecolor' , 'red' ......)
something like matlab