Explorar el Código

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

Hans Petter Langtangen hace 11 años
padre
commit
c5d2dc3b28
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  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
+"""