Does anyone know of a way to draw figures that look like old-fashioned textbook illustrations, which I believe weere hand drawn in India ink? My father's physics books from the fifties are just beautiful.
This is amazing: https://github.com/jemmybutton/fiziko There's an excellent blog post by the author with many more illustrations but I can't find it right now. Edit: found it! https://habr.com/en/post/454376/
RoughViz: JS library for creating sketchy/hand-drawn style charts in the browser
41–50 of 61 posts
Re: RoughViz: JS library for creating sketchy/hand-drawn style charts in the browser
#42Does anyone know of a way to draw figures that look like old-fashioned textbook illustrations, which I believe weere hand drawn in India ink? My father's physics books from the fifties are just beautiful.
This is amazing: https://github.com/jemmybutton/fiziko There's an excellent blog post by the author with many more illustrations but I can't find it right now. Edit: found it! https://habr.com/en/post/454376/
Re: RoughViz: JS library for creating sketchy/hand-drawn style charts in the browser
#43Anyone know of a good library for large directed graph visualization? Something akin to google maps where you can scroll in-and-out, and it improves/reduces resolution accordingly?
You can then add points/etc like a regular map, it'll load quickly and work on devices how users are used to.
Re: RoughViz: JS library for creating sketchy/hand-drawn style charts in the browser
#44Earlier quoted context omitted.
How about a pencil and ink? Then scan it in, and clean it up.
Alas, while I want to produce accurate and attractive figures, after trying hard for many years, I find that my talents just do not turn that way. I write texts that are free, so I am unable to pay someone to do it. At this point I use Asymptote, which does a very good job in the accuracy area and is perfectly professional in appearance. But I just love these figures and I wish I could convince my computer to turn th…
As for computer generating that style, I might look for brushes for Photoshop/GIMP/Illustrator/Inkscape that produce the style you are looking for, and then reverse engineer those or use scripting capabilities of whichever tool to produce the figures.
Re: RoughViz: JS library for creating sketchy/hand-drawn style charts in the browser
#45https://medium.com/@Elijah_Meeks/sketchy-data-visualization-...
Re: RoughViz: JS library for creating sketchy/hand-drawn style charts in the browser
#46Re: RoughViz: JS library for creating sketchy/hand-drawn style charts in the browser
#47Jake Vanderplas did something similar many years ago in python [1]. I miss his blog posts (must be busy doing something great). [1] https://jakevdp.github.io/blog/2012/10/07/xkcd-style-plots-i...
Re: RoughViz: JS library for creating sketchy/hand-drawn style charts in the browser
#48Anyone know of a good library for large directed graph visualization? Something akin to google maps where you can scroll in-and-out, and it improves/reduces resolution accordingly?
Re: RoughViz: JS library for creating sketchy/hand-drawn style charts in the browser
#49> Use these charts where the communication goal is to show intent or generality, and not absolute precision. Or just because they're fun and look weird. I love the intent and execution behind this. The implication of imprecision in the underlying data through rough looking "hand drawn" charts and graphs is a really smart design hack.
>he implication of imprecision in the underlying data through rough looking "hand drawn" charts and graphs is a really smart design hack. The same approach could be used for mockup apps/websites
It was inspired by the 'xkcd' matplotlib theme, which itself is delightful: https://matplotlib.org/xkcd/examples/showcase/xkcd.html
Re: RoughViz: JS library for creating sketchy/hand-drawn style charts in the browser
#50Does anyone know of a way to draw figures that look like old-fashioned textbook illustrations, which I believe weere hand drawn in India ink? My father's physics books from the fifties are just beautiful.
Similarly, is there a simple way/tool to generate ascii diagrams?