Marcus D. Hanwell
Marcus D. Hanwell
Now we support reading in the numpy binary format I would expect most people use that, and we should probably advise them to do that. We also have the transpose...
This is why it is better to keep some of these discussions on issues so we don't miss out on the context :-) We should take a look at this,...
This looks like something is messing with environment variables, i.e. setting LD_LIBRARY_PATH and overriding our bundled Qt. You could build Tomviz yourself, which binary are you using? I am working...
Is this from our release .tar.gz binary? Why is it picking up system copies? It should be using the bungled Qt if so, otherwise it may be a local packaging...
They are both linking to the bundled Qt versions, but something must be getting loaded as a plugin for Qt perhaps, that is pulling in your system Qt. The ldd...
So you were able to fix it by removing some libraries? I am aware we are packaging some Qt components that aren't used, and would like to reduce what is...
This installer is designed to work on as many Linux variants as possible, so it needs to package freetype, Qt, etc as the distro may have an older Qt, Python,...
It will require a new widget, but there is a fair bit we can reuse from the charting that underlies the color map editor. Not a trivial amount of work,...
Yes, but not today. There are lots of other things to do first anyway.
I would like to add the graphical equivalent to the chart, I really just moved the button closer to the central widget.