Skip to main content

plotting - BaseStyle ->AbsoluteThickness[somenumber] doesn't work in version 10?


Users of version 9 might be surprised by this outcome:


Plot[{Sin[x], Cos[x]}, {x, 0, 5}, BaseStyle -> AbsoluteThickness[5]]

enter image description here



It seems that BaseStyle->AbsoluteThickness[whatever] doesn't work anymore. How can one fix this?




Comments