Skip to content

Commit

Permalink
Merge pull request #94 from BGerwe/master
Browse files Browse the repository at this point in the history
Rename plotting to visualization according to #79 and consistent with…
  • Loading branch information
mdmurbach authored Mar 16, 2020
2 parents a740c70 + 038f479 commit 3126ef7
Show file tree
Hide file tree
Showing 8 changed files with 234 additions and 225 deletions.
14 changes: 7 additions & 7 deletions docs/source/examples/fitting_example.ipynb

Large diffs are not rendered by default.

78 changes: 42 additions & 36 deletions docs/source/examples/looping_files_example.ipynb

Large diffs are not rendered by default.

45 changes: 22 additions & 23 deletions docs/source/examples/model_io_example.ipynb

Large diffs are not rendered by default.

252 changes: 126 additions & 126 deletions docs/source/examples/plotting_example.ipynb

Large diffs are not rendered by default.

66 changes: 35 additions & 31 deletions docs/source/examples/validation_example.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion impedance/models/circuits/circuits.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .fitting import circuit_fit, buildCircuit
from .fitting import calculateCircuitLength, check_and_eval
from impedance.plotting import plot_altair, plot_bode, plot_nyquist
from impedance.visualization import plot_altair, plot_bode, plot_nyquist
from .elements import circuit_elements, get_element_from_name

import json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import matplotlib.pyplot as plt
import numpy as np
from impedance.plotting import plot_altair, plot_bode, plot_nyquist
from impedance.visualization import plot_altair, plot_bode, plot_nyquist
import json


Expand Down
File renamed without changes.

0 comments on commit 3126ef7

Please sign in to comment.