Преглед изворни кода

Merge branch 'master' of github.com:hplgit/pysketcher
merge

Hans Petter Langtangen пре 11 година
родитељ
комит
c5d2dc3b28
2 измењених фајлова са 5 додато и 0 уклоњено
  1. 1 0
      .TODO/todo.txt
  2. 4 0
      misc/TikZDraw.py

+ 1 - 0
.TODO/todo.txt

@@ -0,0 +1 @@
+* TikZ output: see misc/DrawTikZ.py.

+ 4 - 0
misc/TikZDraw.py

@@ -0,0 +1,4 @@
+"""
+Convert matplotlib figures to tikz:
+https://github.com/nschloe/matplotlib2tikz
+"""