Line plots for engineers with automatic data type detection (frequency, angle, datetime).
pip install git+https://github.com/RdlphESTP/engplot.git
import pandas as pd
import numpy as np
from engplot import eng_plot
eng_plot(DF, title='Signal', unit='V')