You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, using /pgfplots/trim axis group left fails if the group name is redefined with /pgfplots/group/group name, which causes problems eg. when using remember picture in a document with multiple group plots (as in this case it is useful to rename the group).
Currently, using
/pgfplots/trim axis group left
fails if the group name is redefined with/pgfplots/group/group name
, which causes problems eg. when usingremember picture
in a document with multiple group plots (as in this case it is useful to rename the group).Specifically, this line:
pgfplots/tex/generic/pgfplots/libs/tikzlibrarypgfplots.groupplots.code.tex
Line 117 in e4650af
hardcodes the group name as
group
, which is not always the case.This can be worked around by setting
/tikz/trim left={(custom name c1r1.south west)}
instead, which has the desired effect.Example:
yields
The text was updated successfully, but these errors were encountered: