Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.04 KB

Awesome-resources-for-beautiful-visualizations.md

File metadata and controls

26 lines (15 loc) · 1.04 KB

Beautiful visualizations

This page is an effort to gather the advice I can find on how to create ans share beautiful visualizations to convey your results.

Beautiful figures

Inkscape with latex equation extensions

Beautiful 3d visualizations

  • Avoid matplotlib when working with 3D meshes, I found it has troubles reasoning about visibility for multiple meshes
  • in jupyter notebooks, a good option in pythreejs, note that it is not available in pure python outside jupyter.
  • to share obtained visualization
Saving with widgets

Ctrl+Shift+F and then

image