SkillAgentSearch skills...

Honeycomb

Tools for hexagonal binning (honeycomb plot) and visualisation.

Install / Use

/learn @erikhuizinga/Honeycomb
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

honeycomb

Tools for hexagonal binning (honeycomb plot) and visualisation

Installation

Put all files somewhere on your MATLAB path. At least, honeycomb.m and the private directory (with contents) should be in the same directory on the MATLAB path.

Documentation

Run help honeycomb or doc honeycomb for instructions.

Example

x = randn(100);
y = rand(size(x));
figure
honeycomb(x, y)
colorbar
title 'Honeycomb plot of uniform vs. normal random data'

Result:

honeycomb

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks0

Languages

MATLAB

Security Score

75/100

Audited on Jan 5, 2025

No findings