Dask
Dask is a Python library for parallel and distributed computing that enables three critical capabilities: - **Larger-than-memory execution**…
Maintainer K-Dense Inc. · Last updated March 31, 2026
Scientific visuali.
Original source
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/scientific-visualization
Skill Snapshot
Source Doc
This skill should be used when:
import matplotlib.pyplot as plt
import numpy as np
## Create figure with appropriate size (single column = 3.5 inches)
fig, ax = plt.subplots(figsize=(3.5, 2.5))
Related skills
Dask is a Python library for parallel and distributed computing that enables three critical capabilities: - **Larger-than-memory execution**…
Perform comprehensive exploratory data analysis (EDA) on scientific data files across multiple domains. This skill provides automated file t…
Comprehensive geospatial science skill covering GIS, remote sensing, spatial analysis, and ML for Earth observation across 70+ topics with 5…
NetworkX is a Python package for creating, manipulating, and analy.