Rename plot.py to plotting.py

This commit is contained in:
Vinayak Mehta
2018-09-06 06:21:54 +05:30
parent 42d7a4ac02
commit ffeb853c55
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from .__version__ import __version__
from .io import read_pdf
from .plot import plot_geometry
from .plotting import plot_geometry