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