Functions in python to automate sending data and basic plotting functions in OriginLab. The function matplotlib_to_origin can convert matplotlib figures directly to origin graphs. The function ...
import matplotlib.pyplot as plt from py2origin import matplotlib_to_origin from astropy_extension.visualization import labeled_quantity_support import astropy.units ...