Table of Contents ▸ List of Commands ▸ Values Manipulation ▸ roundify | ◀ round | set ▶ |
roundify
Arguments:
- gamma>=0
Description:
Apply roundify transformation on float-valued data, with specified gamma.Default values:
gamma=0.
Example of use:
1000 fill '4*x/w' repeat 5 { +roundify[0] {$>*0.2} } append c display_graph 400,300
