There is not . In a sense it might be reasonable to just pretend a small number is zero but usually it is a little bit more than simple numerics (for example inventory draining with an effect of inventory on shipments) that causes the issue in the first place. Of course a custom graph can keep this from happening.
What you can do is to add a new variable say 'modified value' = if then else (ABS (value)
< e-006,0,value) and make a graph of the 'modified value' instead of the value.
Of course you must do that for every variable concerned by the problem.
Regards.
JJ