SkillAgentSearch skills...

Violin

A simple workaround to produce violin plot with highcharts.js

Install / Use

/learn @versotym/Violin
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

violin

A simple workaround to produce violin plot with highcharts.js

<pre> violin.Violin(center='median', box=(25,75), whiskers=(5,95)) <b>center</b>: which central tendency to display: 'median'|'mean' <b>box</b>: percentiles indicated by the box: pair of floats in range of [0,100] <b>whiskers</b>: percentiles indicated by the whiskers: pair of floats in range of [0,100] methods: <b>addSeries(data, name=None)</b> data: list of values name: name of the dataset <b>series_list()</b> returns violin plot series as a list of dicts <b>series_json()</b> returns violin plot series in JSON </pre>

Examples

Plotting random data with example.py
example2 example1

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated5mo ago
Forks2

Languages

Python

Security Score

72/100

Audited on Oct 25, 2025

No findings