Characteristic Time#
%load_ext autoreload
%autoreload 2
from sto_rheed.Packed_functions import visualize_characteristic_time, violinplot_characteristic_time
visualize_characteristic_time(align_time=True)

violinplot_characteristic_time(align_time=True)
c:\users\yig319\lehigh university dropbox\yichen guo\predicting-pulsed-laser-deposition-srtio3-homoepitaxy-growth-dynamics-using-rheed\src\sto_rheed\Packed_functions.py:314: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.
ax.set_xticklabels(titles)
