Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 318 Bytes

File metadata and controls

18 lines (13 loc) · 318 Bytes

EngPlot

Line plots for engineers with automatic data type detection (frequency, angle, datetime).

Installation

pip install git+https://github.com/RdlphESTP/engplot.git

Usage

import pandas as pd  
import numpy as np  
from engplot import eng_plot  
  
eng_plot(DF, title='Signal', unit='V')