14 buildPythonPackage rec {
15 pname = "tikzplotlib";
19 src = fetchFromGitHub {
23 hash = "sha256-PLExHhEnxkEiXsE0rqvpNWwVZ+YoaDa2BTx8LktdHl0=";
26 propagatedBuildInputs = [
40 description = "Save matplotlib figures as TikZ/PGFplots for smooth integration into LaTeX";
41 homepage = "https://github.com/nschloe/tikzplotlib";
42 license = licenses.mit;
43 maintainers = with maintainers; [ doronbehar ];