Results 17 comments of Mou Lai

I have found a solution **though the problem in proplot is still yet to be settled**. Firstly, I plot only by seaborn with `legend=True`. Secondly, I get the legend handles...

在手机端的话,顶部的“MEMOS”标题栏依然会显示,注意这个标题栏的class包含“z-1”(z-index=1),如果只是把扩展按钮的z-index修改为1,扩展按钮会盖住“MEMOS”标题栏。 我的解决方案是,把MEMOS标题栏的z-index改成2,目前看起来没什么问题。 ![12381678600436_ pic](https://user-images.githubusercontent.com/8275836/224527013-5ef9c7b7-8783-4c2c-b5f8-c56b1a811830.jpg)

I need this feature too! Thanks a lot.

圆滚滚的易爆品那个我也会这样

好像把 `tools/calculated.py` 中,`dx=int(x*1295/real_width)` 改为 `dx=int(x*1295/窗口分辨率)` 如 `dx=int(x*1295/1080)` 就转向正常了。

不用.bat运行,直接新建conda环境,`pip install -r requirements.txt`,然后`python Honkai_Star_Rail.py`就可以。