Damien Farrell
Damien Farrell
Sorry I don't know how to do that. You'd have to ask someone who knows more about matplotlib. Maybe you could do it without using the pyplot interface. https://matplotlib.org/faq/usage_faq.html#matplotlib-pyplot-and-pylab-how-are-they-related
I think I added that code was because multiplecollist was being returned as a tuple after reloading from disk. It must be a Mac issue. A fix would be to...
visiblecols refers to the columns visible in the frame, so that only those are redrawn. That's why it's recalculated on every redraw. It's not to do with hiding specific columns....
@JayLi2018 That would remove the column altogether. I think he just wants to hide it.
Yes the column header is drawn separately so you'd have to handle that aswell. Making hidden columns work is possible but a bit trickier than I thought at first.
Possibly a try except around the call to getFonts l Unfortunately I can't test this on OSX as I don't have access to a mac at the moment.
Sorry accidentally closed the issue. I can try and change the default font for mac as a fix. Will do that when I get the chance.
Thanks. I will incorporate this kind of fix when I return from hols. So does the software run ok on osx with this fix?
Those two things you could certainly add issues for if u have time. The problem is I have no way to use OSX and so it has never been tested...
Thanks for testing. The entry style is not much use in linux or windows anyway so I can remove it. self.main.lift() also seems to work ok for linux and windows....