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
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
I finally got to this work with add the following to my LaTeX preamble:
\pgfplotsset{compat=newest}
\pgfplotsset{every axis y label/.style={at={(-0.1, 1.05)}, anchor=south east, rotate=0.0},
axis x line*=bottom,
axis y line*=left,
axis x line shift=17pt,
axis y line shift=17pt,
separate axis lines,
clip=false}
and changing tikzplotlib/_text.py line 51 to scaling = 1.0 * size / data["font size"]
(scaling was 0.5)
I have been using your tikzplotlib for a while and just discovered dufte! Very nice!
I would like to use this with tikzplotlib to get the legend style here. Am I missing the command or does this indeed not work?
The text was updated successfully, but these errors were encountered: