Rewrote importer to support distinguishing between bool, int, float, list with strings, list with floats, list with ints, etc.
It's far more robust, and accepts far more inputs.
Also fixed the ideality plotter and estimator (It at least works for ideality values for V_F> 3)
Also added logic for sequential plots with increasing bias on detector for multi-linear sweeps.
Fixed "logging" module being included in the requirements, since it is part of base python now.
v.0.2.1
Added more graph styles (TwoWide and WideNarrow)
These may be tuned in the future, and refer to how they are to be used in papers.
TwoWide = max two plots side by side
WideNarrow = Fills the entire page, is narrow to compensate
The idea is to be able to update fewer RCParam in the future, and to showcase default settings.
v.0.2.0
Summary of updates for the 0.2.0 version:
Rewrote importer to support distinguishing between bool, int, float, list with strings, list with floats, list with ints, etc.
It's far more robust, and accepts far more inputs.
Also fixed the ideality plotter and estimator (It at least works for ideality values for V_F> 3)
Also added logic for sequential plots with increasing bias on detector for multi-linear sweeps.
Fixed, for real this time, "logging" module being included in the requirements, since it is part of base python now.
Fixed the altplot such that the third spine is dynamically placed