Xin Zhang

Results 94 comments of Xin Zhang

@ig0774 Either checking or unchecking the box of `open new file in tabs`, it always opens only one file in Okular. ![image](https://user-images.githubusercontent.com/30388627/150115706-74b0e565-f0df-4e4b-8aba-1bd9414fa4bf.png) Okular version: 1.9.3

可以参考medium的排版分割线 _Sent from my OnePlus ONEPLUS A3010 using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_

@iTimeTraveler medium的手机网页版并没有分割线,但间隔和头像日期等比较合理。medium客户端体验比手机网页好,是以灰色为背景,博客文章中间有一定间距,这样就可以界限分明了。 _Sent from my OnePlus ONEPLUS A3010 using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_

具体效果给您参考: 网页版网址(手机打开预览):https://blog.remarkable.com/ 客户端界面: ![screenshot_20170724-114622_01](https://user-images.githubusercontent.com/30388627/28507594-9bdc69d6-7066-11e7-9651-cad84610ac3f.png)

好的多谢~修改这些需要懂哪些呢?想学习一下:)

@iTimeTraveler 关于hexo搭建有个问题,这几天一直没解决,已经发到您的新浪邮箱了,麻烦有空看一下~ _Sent from my OnePlus ONEPLUS A3010 using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_

@iTimeTraveler 谢谢,linux上可以,windows上实在不行。我现在在windows上,直接用别的sync到服务器了。 _Sent from my OnePlus ONEPLUS A3010 using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_

Thanks. `xminorlocator='month'` works well: ![image](https://user-images.githubusercontent.com/30388627/153725293-fc940b30-5686-481e-9232-c17ec9556b68.png)

@lukelbd I tried this feature again: ``` import proplot as pplt import cartopy.crs as ccrs pplt.rc.reso = 'med' fig, axs = pplt.subplots(proj='pcarree') axs.scatter(120, 30) bounds = (1, 1, 1, 1)...

@lukelbd Thanks, here's the example: ``` import numpy as np import proplot as pplt import cartopy.crs as ccrs pplt.rc.reso = 'med' fig, axs = pplt.subplots(proj='pcarree') axs.scatter(120, 30) bounds = (120,...