visualizationΒΆ

Collection of functions for visualizing EIS data and results.

draw_circuit(circuit)

Draws the circuit model using lcapy.

plot_bode(freq, Z[, fmt, markersize, deg, ax])

Plots the Bode plot for the impedance data.

plot_nyquist(Z[, fmt, markersize, color, ...])

Plots EIS data in Nyquist plot.

plot_impedance_combo(freq, Z[, fmt, ...])

Plots EIS data in Nyquist and Bode plots.

plot_linKK_residuals(freq, res_real, res_imag)

Plots the residuals of the linear Kramers-Kronig validation.

plot_nyquist(Z[, fmt, markersize, color, ...])

Plots EIS data in Nyquist plot.

set_plot_style([use_arviz, use_seaborn, ...])

Modifies the default arviz/matplotlib config for prettier plots.

show_nticks(ax[, x, y, n])

In-place modifies Matplotlib axes to show only n ticks.