High-resolution-figures with seaborn and matplotlib

Posted on Sat 31 March 2018 in python • Tagged with high-resolution-images-in-python, publication level images

Often we run into issues of generating high-resolution figures for publication, and, it is a bit of pain. Let me explain a couple of points which made me write this post.

  • Seaborn (sns) is an awesome tool to do the plotting
  • Matplotlib is needed to do nitty-gritty changes in Seaborn …

Continue reading