-
-
## My motivation
Let's let tutorial authors write in English.
Automated recognition of mentions of things like UI buttons, tools, standard workflows and so on may enable to add markup in the mar…
-
Ginga has a new backend, targeting canvases in HTML5 compliant browsers. I am looking for early feedback on this capability. You will need at least commit 97ec3d5e25a4c77498138d3db46cf74b3a20772e or…
-
Although the documentation suggests that I can pass a FITS header to the view() method, actually attempting to do so yields
```TypeError: view() got an unexpected keyword argument 'header'```
-
As requested by Elena Sacchi in Ginga unconference session in JWST Data Analysis Workshop II, it would be nice to draw a shape based on some iso-flux contour.
pllim updated
7 years ago
-
#619 changed "operations" menu layout but plugin instructions are not updated accordingly, as reported by @mkb0517 in https://github.com/ejeschke/ginga/issues/603#issuecomment-405052500 . A sweep thro…
pllim updated
6 years ago
-
When I have `useMatplotlibColormaps = True` set in my `~/.ginga/general.cfg`, I find that I have to scroll all the way down for some of the colormaps, which are arranged in alphabetical order. This ca…
pllim updated
8 years ago
-
When the last channel is deleted, its local plugins remain open. This _only_ happens if it is the last channel.
pllim updated
8 years ago
-
Lately, I've been using VSCode to run and debug my C++ code, but when I try to debug vectors, maps, and list types, I can't see all the items. I noticed that I could configure it to be able to view th…
-
Right now if `cuts` is set to a string before the data has been set, then `cuts` has value `(0, 0)`.
It seems like the user will expect that, once the user sets the data, the autocuts they wanted …