cmp0xff

Results 18 comments of cmp0xff

这个方法 > 我以前写的 > cat /lib/systemd/system/rssbot.service > [Unit] > Description=rssbot > After=network.target > [Service] > Type=simple > user=root > ExecStart=/root/rssbot/rssbot /root/rssbot/data.json 这里写你的token > Restart=always > [Install] > WantedBy=multi-user.target > EOF...

甚善。准奏。欽此。

Hi @jklymak thank you for the comment. > change the polygon patch to a polygon patch subclass and have set_x/ydata methods that do the "right thing". I am not sure...

Hi @rcomer thank you for the reply. - Currently there is a [set_verts](https://matplotlib.org/stable/api/collections_api.html#matplotlib.collections.EventCollection.set_verts) that can be used to update `collections`, and plays the role of `set_data` in [the example](https://matplotlib.org/stable/gallery/event_handling/resample.html). `set_verts`...

Hi, thank you for the discussions. I would like to have some further assistance before continue. 1. As far as I understand, the point is to move `make_verts` to a...

Hi @jklymak, thank you for giving an outlook. > ```python > fb = ax.fill_between(x, y1, y2, where=where) > ... > fb.set_data(newx, newy1, newy2, where=newwhere) > ``` > > or >...

Hi @jklymak, - example: https://github.com/matplotlib/matplotlib/pull/28702/commits/1dd26dc8f99fbb75b29f08e59c5dcb9a1cc1f51f - unit test: https://github.com/matplotlib/matplotlib/pull/28702/commits/3485cfed0ac45453dda52186655d8a3d15b3f709 Hi @timhoffm, - naming (`FillBetweenPolyCollection`): https://github.com/matplotlib/matplotlib/pull/28702/commits/9796a7e5936f166da8f57bf409006944bdb34d42 - leave out `in_dir` from `set_data()`: https://github.com/matplotlib/matplotlib/pull/28702/commits/557a88209e553928ce513080d53b56c444c6386d - > Would it make more sense to...

Hi, thank you for the illuminating discussions. - It seems that people are concerned about introducing compound artists. I would like to point out that there have been other examples...

Hi, it has been a week since the last update. Is there anything I can do to make the review easier?