소스 검색

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