feat: 📈 add R-Sweep for parasitic Cp demo
This commit is contained in:
parent
8211401cf3
commit
afbe1cebcc
3 changed files with 1435 additions and 1 deletions
|
@ -88,7 +88,8 @@ def read_ltspice_file(filename, plot_config):
|
|||
return plot_data;
|
||||
|
||||
def decorate_ax(ax, plot_config):
|
||||
ax.set_title(plot_config['title']);
|
||||
if(plot_config.get('show_title', False)):
|
||||
ax.set_title(plot_config['title']);
|
||||
|
||||
ax.set_xlabel(plot_config['xlabel']);
|
||||
ax.set_ylabel(plot_config['ylabel']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue