TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Python Data Visualisation

39 点作者 domoritz超过 2 年前

3 条评论

srvmshr超过 2 年前
Wondering what is the purpose of the post. It is a cut-&-dry introductory post for Altair using very standard library features that most data science people (using Altair, albeit a smaller group than matplotlib) know. Maybe its just me, but I was expecting some neat hack using some less known features. What am I missing?
评论 #32671741 未加载
评论 #32669529 未加载
wilsonfiifi超过 2 年前
Any time I encounter a charting or data visualization library, the first thing I look for is how difficult is it to export the charts to PNG. In most cases you’ll find out that they require you to install node.js to accomplish that. It will most likely involve rendering the chart using jsdom and then triggering the “click to export” button to generate the PNG file. This seems like such a convoluted process and I can’t help but feel there must be a much simpler&#x2F;cleaner way to go about it.<p>So far, Pygal [0] seems to be one of the few that gets it right in my opinion. The only drawback is that the charts aren’t as “pretty”.<p>[0] <a href="https:&#x2F;&#x2F;www.pygal.org&#x2F;en&#x2F;stable&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;www.pygal.org&#x2F;en&#x2F;stable&#x2F;index.html</a>
pizza超过 2 年前
What is the go-to tool for realtime, 60fps animated visualization in Python? Preferably something versatile that could handle either spectrograms or tree-&#x2F;graph-structured data.<p>I’ve seen suggestions of using matplotlib animations but it’s never been smooth or streaming, in my experience. Is there is a great C&#x2F;C++ library for this, also? It might not be too challenging to write bindings if necessary.
评论 #32671690 未加载