holtzy | 1 month ago | on: Show HN: A Data Art Gallery
holtzy's comments
holtzy | 1 year ago | on: Show HN: Graphs with React and D3.js? The big picture
holtzy | 1 year ago | on: Python Chart Examples
holtzy | 1 year ago | on: Python Chart Examples
holtzy | 1 year ago | on: Python Chart Examples
Tired of hearing doubts about matplotlib's capabilities, I've curated and translated a collection of impressive charts using Python and matplotlib.
Explore them all with detailed tutorials and reproducible code at:
https://python-graph-gallery.com/best-python-chart-examples/
holtzy | 2 years ago | on: Show HN: A gallery of graphs built with React and D3.js
I will write more about performance soon. But using several layers of canvas is definitely the way to go in most situation to put it in a nutshell
holtzy | 2 years ago | on: Show HN: A gallery of graphs built with React and D3.js
holtzy | 2 years ago | on: Show HN: A gallery of graphs built with React and D3.js
holtzy | 2 years ago | on: Show HN: A gallery of graphs built with React and D3.js
I like react-spring but there are sooo many approached. All with pros and cons.
I'll write more about it soon!
holtzy | 2 years ago | on: Show HN: A gallery of graphs built with React and D3.js
D3.js is split in 2 types of functions:
- "math" - rendering
Math functions cannot be avoided for sure
holtzy | 2 years ago | on: Show HN: A gallery of graphs built with React and D3.js
d3-graph-gallery.com
holtzy | 2 years ago | on: Show HN: A gallery of graphs built with React and D3.js
www.r-graph-gallery.com
holtzy | 2 years ago | on: Show HN: A gallery of graphs built with React and D3.js
D3.js comes with function that modify the DOM. This is react job too. So using both together can be a challenge.
holtzy | 2 years ago | on: Show HN: A gallery of graphs built with React and D3.js
holtzy | 2 years ago | on: Show HN: A gallery of graphs built with React and D3.js
For d3.js AND react, it is missing for now IMO
holtzy | 2 years ago | on: Show HN: A gallery of graphs built with React and D3.js
holtzy | 2 years ago | on: Show HN: A gallery of graphs built with React and D3.js
The website is made using Next.JS
holtzy | 2 years ago | on: Show HN: A gallery of graphs built with React and D3.js
holtzy | 2 years ago | on: Show HN: A gallery of graphs built with React and D3.js
holtzy | 2 years ago | on: Show HN: A gallery of graphs built with React and D3.js