Reusable Plotly templates for engineering test data:
- Multi-Y vs single X: plot multiple dataframe columns against one x-axis.
- 3D scatter: quick exploratory 3D view with color/size encodings.
- One-liner to plot
y=[col1, col2, ...]vsx=timestamp(or any column) - Auto-labeling, legend, grid, hover tooltips
- Export to HTML (shareable, interactive)
- 3D scatter with optional color/size mappings
Clone the repo and install dependencies:
git clone https://github.com/ratrent55/plotly_test_data.git
conda env create -f environment.yml
