Skip to content

ratrent55/plotly_test_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plotly Boilerplate — Test Data Plots

Reusable Plotly templates for engineering test data:

  1. Multi-Y vs single X: plot multiple dataframe columns against one x-axis.
  2. 3D scatter: quick exploratory 3D view with color/size encodings.

✨ Features

  • One-liner to plot y=[col1, col2, ...] vs x=timestamp (or any column)
  • Auto-labeling, legend, grid, hover tooltips
  • Export to HTML (shareable, interactive)
  • 3D scatter with optional color/size mappings

alt text

Click to play 👇 Demo

Quick Start

🚀 How to Run

Clone the repo and install dependencies:

git clone https://github.com/ratrent55/plotly_test_data.git
conda env create -f environment.yml

About

Boiler plate interactive plots for test data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors