The new function of Mathematica 12, Around, is a replacement of the obsolete ErrorBar function from ErrorBarPlots package. It's a nice function, but I found out that if the center value is imaginary and the error is too small, the default styling showing a plus-minus sign would fail.
For example,
Around[1.500 , 3.*10^-6] gives $$1.5000000\pm30$$
Around[1.500 I, 3.*10^-5] gives $$0.000000+1.500000 \,i\pm0.000030$$ but
Around[1.500 I, 3.*10^-6] gives
Around[0. + 1.5 I, 3.*10^-6]
This certainly won't affect calculation, but it's still a problem. Is there a fix for this?


Ior two, yes? $\endgroup$I. $\endgroup$