Leonid
Leonid
There is no widget for selecting a range in the standard library, and using two sliders looks very crooked, and if you connect the boundaries of these two sliders with...
Are there any plans to add cython3+ support?
I have added support for timestamps, implemented sweep mode, and introduced asynchronous operation (currently without timestamp support in async mode). I wrote a Cython-based wrapper for the library instead of...
I set 120 dpi as default ``` matplotlib.rcParams['figure.dpi'] = 120 ``` then I added new property ``` class MatplotFigure(Widget): ... crop_factor = NumericProperty(2) def on_figure(self, obj, value): self.figure.dpi = 120...
Hi. Here is the code I use. There may still be some errors, but I am slowly fixing it. My task requires axis boundaries and the user cannot go beyond...
Yes, you are right. I just copied the matplotlib setup code from several sources. I should study the documentation more deeply. I also may have noticed a mistake in your...
Yes, it seems that this solution is correct, otherwise we process the event twice. Also, after removing the virtual mouse on Android, you will never get more than two events...
@brian7704 Hi, I have the same problem. Do you know the solution to this problem?
@brian7704 Thanks!
As I understand it you can release a quick update using wagtail-modeladmin https://github.com/wagtail-nest/wagtail-modeladmin I'm not sure how much of a long-term solution this is, but there are very few changes....