Bar Chart Maker – Vertical & Horizontal Column Graphs
Create vertical or horizontal bar charts from your data. Enter categories and values to generate a clean, customizable chart ready for presentation use.
UD5 Toolkit
| # | X Value | Y Value |
|---|
Create vertical or horizontal bar charts from your data. Enter categories and values to generate a clean, customizable chart ready for presentation use.
Quickly build a pie chart from category labels and values. Customize colors and export as SVG or PNG for presentations and reports – no signup needed.
Generate a box-and-whisker plot from your dataset. Automatically computes min, Q1, median, Q3, max, and identifies potential outliers for statistical analysis.
Turn a list of numbers into a histogram. Choose the number of bins or let the tool auto-calculate using Sturges' rule. Visualize your data distribution instantly.
Fit a linear regression model to your X,Y data. Outputs the slope, intercept, R² value, and predicts Y for any X. Perfect for basic data analysis.
Find the z-score of a raw value given the population mean and standard deviation. Also computes the p-value and percentile for the normal distribution.
Calculate the population and sample variance of a set of numbers. Shows the squared deviations and helps understand data dispersion quickly.
Compute standard deviation and variance for a dataset, automatically distinguishing between population and sample. See mean, sum of squares, and histogram.
Enter prior, likelihood, and marginal to compute posterior probability. Intuitive sliders for learning.
Virtual flip coins thousands of times and see the heads/tails ratio converge to 50%. Interactive law of large numbers.
Load a CSV file and filter rows using basic expressions (e.g., age > 30). Supports AND/OR conditions. Export filtered result as CSV. All in browser.
Check if your A/B test results are statistically significant using chi-squared test. Enter visitors & conversions for control/variant. Results in plain English.
Enter dependencies in a simple text format and see a force‑directed graph of the project's dependency tree. For planning architectures.
Connect an audio source to an Analyzer Node and display frequency and time‑domain data. Learn Web Audio visualization.
Rotate and explore the RGB color space as a 3D cube. Pick colors directly from the volume. Interactive Three.js.
Upload an image and see its 2D FFT magnitude and phase. Learn how image filtering works. Educatinal tool. Canvas.
Load an audio file and see its spectrogram with frequency over time. Adjust resolution and color map. Discover hidden sounds.
Paste a JSON object and see a dynamic, draggable tree graph representation. Excellent for debugging nested data.
Paste delimited data and split it into columns. Choose custom separator. Shows a preview table. Local.
Paste CSV data and pick which columns to keep or drop. Rearrange column order by dragging. Download the new file. All local.
Roll any number of dice thousands of times and see a live bar chart of the sum distribution. Great for game designers.
Generate random but realistic‑looking data arrays (users, products, orders) with typos and missing fields. For test robustness.
Paste tab‑separated or CSV data and instantly get a beautifully aligned Markdown table. Essential for documentation.
Compute confidence intervals for a population mean (known/unknown sigma) and proportion. All popular Z/T values. Local.
Compute the error function and complementary error function for any real x. Quick and precise. Pure frontend math.
Paste a list of numbers to visually check uniformity, mean, and simple pattern analysis. Educational tool for statistics and RNG.
Select the number and type of dice, then view the exact probability for each possible sum as a bar chart. Great for board game strategy. Local computation.
Flip a coin and track your full history. See percentage of heads/tails and longest streak. Pure RNG, no bias.
Plot one or more mathematical functions f(x) on a 2D canvas. Zoom, pan, and see intersections. Great for calculus and algebra. Purely client‑side.
Easily convert JSON data arrays into CSV format for Excel or database import. Handles nested structures with flattening options. All conversions happen locally, no data uploaded.