Rename plot.py to plotting.py
parent
42d7a4ac02
commit
ffeb853c55
|
|
@ -1,4 +1,4 @@
|
||||||
from .__version__ import __version__
|
from .__version__ import __version__
|
||||||
|
|
||||||
from .io import read_pdf
|
from .io import read_pdf
|
||||||
from .plot import plot_geometry
|
from .plotting import plot_geometry
|
||||||
Loading…
Reference in New Issue