↧
Answer by Jake for pgfplotsset append style is not appended to tikzpicture...
You can use the execute at begin axis key to sneak another \pgfplotsset command into the axis options. This \pgfplotsset command will be executed after the other axis options have been...
View Articlepgfplotsset append style is not appended to tikzpicture axis environment
When using every x tick label/.append style={font=\scriptsize} in combination with \pgfplotsset outside the tikzpicture environment, the pgfplotssetcommand from the preamble will be ignored...
View Article