Data Visualization with Hand-Drawn/Sketchy Style
Data visualization can help to understand and analyze statistical data in a more intuitive way by graphing the data. In recent years, it is common to see companies using hand-drawn data visualization in user reports or blogs to make their content and style more relatable. This article lists some common data visualization tools and applicable charts.
Tools | rough + draw.io | matplotlib.pyplot.xkcd | chart.xkcd & cutecharts | instad.io |
---|---|---|---|---|
Scope | For existing draw.io charts, svg charts or charts that need to be drawn directly on the canvas | For data visualization charts, especially those generated by matplotlib or seaborn. Embedded in jupyter labs/notebooks | For data visualization charts with interactive requirements. Embedded in web pages or jupyter lab/notebooks | For existing svg or spreadsheet charts. Can be converted directly to hand-drawn style |
Charts | Any chart, especially for direct diagrams such as flowcharts, class charts or timeline charts, etc. | Suitable for most data visualization charts, such as line, bar, pie, contour, etc. | Only supports 'bar', 'line', 'pie', 'radar', 'scatter' | Any chart, only requires DOM input format SVG or PDF charts |