Rafael Schouten
Rafael Schouten
Thats a good idea. I have a testing suite to hammer it with, but it needs a zotero install with lots of specific data, bibtex files and does things like...
Yeah unite. But then, its still just your system tool. On Linux I think its `xgd-open`. You can set your defaults in these tools.
Im not sure, check the unite docs.
Just a single 1 dimensional vector. I can't duplicate the issue with random data, but its reliable with my model output - which has a lot of very small numbers...
Yep that fixed it, and slowed it down a bit...
Thanks for the quick response, I'll try those out. GR is great until I use really large arrays, at which point it's considerably slower than even plotly. I was about...
It's really much better with lighter gridlines - something like this: ``` const GRID_MAJOR_LINE = LineStyle( :solid, Float64(1), RGB24(.8, .8, .8) ) const GRID_MINOR_LINE = LineStyle( :solid, Float64(0.5), RGB24(.8, .8,...
I only just realised interactDR is written all in julia! If you need help improving the appearance I might have some time to chip in, I think I'm settling on...
Ok it's good to hear that's not the expected behaviour! I'll look into why it might be happening in my setup.
> It might be nice to add something like `ArchGDAL.imread(path; red=3, blue=5, green=6)` > > https://www.esri.com/arcgis-blog/products/product/imagery/band-combinations-for-landsat-8/ > Was thinking the same thing recently.