Increase DPI of Matplotlib .show() in Jupyter Notebook

前端 未结 2 1313
情歌与酒
情歌与酒 2020-12-13 19:07

I\'m using Matplotlib in a Jupyter Notebook to display an image of a map. The code looks like this:

%matplotlib inline

imgpath = \'./map.png\'

import matplo         


        
2条回答
提交回复
热议问题