瀏覽代碼

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
+"""