Skip to content

Commit

Permalink
Merge pull request #73 from nschloe/line-collection
Browse files Browse the repository at this point in the history
new package structure
  • Loading branch information
nschloe committed Nov 7, 2015
2 parents 635eedf + 217227d commit 839b3ac
Show file tree
Hide file tree
Showing 12 changed files with 1,758 additions and 1,691 deletions.
1,691 changes: 0 additions & 1,691 deletions matplotlib2tikz.py

This file was deleted.

15 changes: 15 additions & 0 deletions matplotlib2tikz/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
#
'''Script to convert Matplotlib generated figures into TikZ/PGFPlots figures.
'''

__author__ = 'Nico Schlömer'
__email__ = 'nico.schloemer@gmail.com'
__copyright__ = 'Copyright (c) 2010-2015, %s <%s>' % (__author__, __email__)
__credits__ = []
__license__ = 'MIT License'
__version__ = '0.5.0'
__maintainer__ = 'Nico Schlömer'
__status__ = 'Production'

from matplotlib2tikz.save import save
Loading

0 comments on commit 839b3ac

Please sign in to comment.