tanishq2520/Algo-Visualizer

feat: Overhaul chart UI with a modern look .

开放

#22 创建于 2025年10月13日

 (0 条评论) (0 个反应) (0 位负责人)Python (10 个派生)auto 404
good first issuehacktoberfestui

仓库指标

星标
 (0 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

The current Matplotlib chart is standard. We want to transform it into something sleek, modern, and visually appealing.

Tasks:

Cleaner Look: Remove the top and right axis spines, the y-axis labels ("Value"), and the grid lines to create a minimalist feel.

Modern Colors: Instead of the default blue, use a cool color gradient for the bars. A gradient from a light teal to a deep blue would look great against the dark theme.

Dark Background: Give the chart itself a dark background color (e.g., #1E1E1E) to make it blend seamlessly with the app's theme.

Rounded Corners (Bonus): If possible with Matplotlib, adding slightly rounded corners to the bars would be a huge visual improvement.

贡献者指南