In 3.0.0 I used the following code to set the text height and text depth of every node:
every node/.style={text height=\heightof{A}, text depth=\depthof{g}}
After an update to 3.0.1 this doesn't work anymore and I receive the following errors for every node:
Latex Error: ./main.tex:347 Undefined control sequence.
Latex Error: ./main.tex:347 Package PGF Math Error: Unknown function 'A' (in '{A}').
Latex Error: ./main.tex:347 Undefined control sequence.
Latex Error: ./main.tex:347 Package PGF Math Error: Unknown function 'g' (in '{g}').
Is this a new feature of 3.0.1? And does a better way exist to give all nodes the same text height and depth?
I have the same problem. Is there a fix for it?
Seems still to be an issue; the code from http://tex.stackexchange.com/questions/120596/label-and-ticks-using-pgfplots/120599#120599 doesn't work even after adding \usepackage{calc} anywhere.
Last edit: Leon Meier 2017-03-09
These keys were replaced by
width("..."),height("...")anddepth("..."). See section 92.3.8 "Miscellaneous functions". See also e.g. https://tex.stackexchange.com/q/353896/95441.