2 repositorios
Charts that visualize the frequency distribution of a sample, such as histograms and binned plots.
Distinct from Charts and Visualization: More specific than general charts; focuses specifically on sample distribution and binning.
Explore 2 awesome GitHub repositories matching part of an awesome list · Distribution Charts. Refine with filters or upvote what's useful.
bqplot is an interactive data visualization library for IPython and Jupyter notebooks that utilizes a grammar of graphics. It functions as a tool for creating 2D charts and maps with real-time updates and bidirectional communication between the kernel and frontend. The library is distinguished by its ability to act as a geographic data visualization tool, rendering choropleth maps and spatial data via GeoJSON and custom projections. It also serves as a financial charting tool for producing OHLC and candle bar charts, and as an interactive dashboard framework for combining plotting widgets wit
Creates histograms and binned frequency plots to visualize the distribution of sample data.
Data Hacks is a collection of command-line utilities designed for statistical computation, real-time stream processing, and text-based data visualization. The toolkit enables users to perform rapid analysis on large datasets directly within the terminal by processing information through standard input and output streams. The project distinguishes itself through its focus on memory-efficient, stream-oriented operations that allow for the analysis of large-scale data without requiring heavy infrastructure. It utilizes stateless functional transformations and reservoir sampling to handle data st
Visualizes frequency distributions and outliers through text-based charts and histograms.