Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
holtzy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
holtzy
7mo ago
No idea what this means. Having 8 AI reading my website instead of humans makes me quite sad. What a weird world we live in!
2.
▲
Show HN: A Data Art Gallery
(data-to-art.com)
1 points
by
holtzy
7mo ago
|
1 comments
3.
▲
Show HN: Can you spot the better chart?
(matplotlib-journey.com)
7 points
by
holtzy
1y ago
|
1 comments
4.
▲
Show HN: Understand How Matplotlib Works
(matplotlib-journey.com)
2 points
by
holtzy
2y ago
|
0 comments
5.
▲
by
holtzy
2y ago
Thanks! Glad to know it can be helpful!
6.
▲
Show HN: Graphs with React and D3.js? The big picture
(react-graph-gallery.com)
5 points
by
holtzy
2y ago
|
2 comments
7.
▲
Show HN: Pypalettes –> explore and use 2500 color palettes
(python-graph-gallery.com)
3 points
by
holtzy
2y ago
|
0 comments
8.
▲
by
holtzy
2y ago
That's the thing with wrapper libraries: amazing at the beginning, but quickly becoming frustrating.
9.
▲
by
holtzy
2y ago
There aren't so many polished matplotlib charts out there. So I'm not even sure if chatGPT would be good at it.
10.
▲
by
holtzy
2y ago
There are countless stunning charts available on the web, many of which are crafted using programming languages like R. Tired of hearing doubts about matplotlib's capabilities, I've curated and translated a collection of impressiv
11.
▲
Python Chart Examples
(python-graph-gallery.com)
50 points
by
holtzy
2y ago
|
25 comments
12.
▲
Show HN: Can you make beautiful graphs with Python?
(python-graph-gallery.com)
5 points
by
holtzy
3y ago
|
1 comments
13.
▲
by
holtzy
3y ago
This is a very good question as performance is a key struggle in Data Visualization. Swizec answer below is great. I will write more about performance soon. But using several layers of canvas is definitely the way to go in most situation to
14.
▲
by
holtzy
3y ago
All the map sections are not ready yet. But they will be soon!
15.
▲
by
holtzy
3y ago
Nice thanks!
16.
▲
by
holtzy
3y ago
Animation is the trickiest part of dataviz on the web IMO. I like react-spring but there are sooo many approached. All with pros and cons. I'll write more about it soon!
17.
▲
by
holtzy
3y ago
If 1 day you need to compute the position of all the rectangles in a treemap, you will understand how handy d3.js is. D3.js is split in 2 types of functions: - "math" - rendering Math functions cannot be avoided for sure
18.
▲
by
holtzy
3y ago
I also have the d3 graph gallery. It shows only simple charts which ease the learning curve d3-graph-gallery.com
19.
▲
by
holtzy
3y ago
Ever heard about ggplot2 ? www.r-graph-gallery.com
20.
▲
by
holtzy
3y ago
I agree a LOT with the comment below. D3.js comes with function that modify the DOM. This is react job too. So using both together can be a challenge.
21.
▲
by
holtzy
3y ago
It's fully static and hosted on github. It won't go dark. (And I'm actively working on it :) )
22.
▲
by
holtzy
3y ago
Many great books exist for d3.js. For d3.js AND react, it is missing for now IMO
23.
▲
by
holtzy
3y ago
Thanks! Glad to hear this!
24.
▲
by
holtzy
3y ago
Substack is just the tool I use for the newsletter! The website is made using Next.JS
25.
▲
by
holtzy
3y ago
Nope. Charts are added to the DOM using SVG or Canvas.
26.
▲
by
holtzy
3y ago
You can: - call d3.axis in a useEffect - Or create your own axis component rendering some svg. It is not so hard actually.
27.
▲
by
holtzy
3y ago
Thanks!
28.
▲
by
holtzy
3y ago
How does Svelte makes the code more declarative and Componentized than with React ?
29.
▲
by
holtzy
3y ago
Yes I know about VisX. The approach is kind of in-between what I suggest and what a classic JS library like Vega does. It is definitely a very good abstraction imo!! But I'm always scared to be stuck with a customisation I cannot do be
30.
▲
by
holtzy
3y ago
Thanks a lot for the nice feedback!
More ›