#203 closed enhancement (fixed)
GUI based notaion (from CAS-1801, 2064)
Reported by: | Kana Sugimoto | Owned by: | Kana Sugimoto |
---|---|---|---|
Priority: | normal | Milestone: | ASAP 4.0 |
Component: | python | Version: | 2.0 |
Severity: | normal | Keywords: | CASA / asapplotter |
Cc: |
Description (last modified by )
Suggested at ALMA single dish functionality workshop: Enable GUI based notation for asapplotter.
Change History (5)
comment:1 by , 14 years ago
Keywords: | asapplotter added |
---|---|
Status: | new → assigned |
Type: | defect → enhancement |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 14 years ago
Description: | modified (diff) |
---|---|
Keywords: | CASA / added |
Summary: | GUI based notaion → GUI based notaion (from CAS-1801, 2064) |
comment:4 by , 14 years ago
Description: | modified (diff) |
---|
comment:5 by , 14 years ago
Milestone: | Unified development → ASAP 4.0 |
---|
Note:
See TracTickets
for help on using tickets.
Commit Number: 1884-1889 Commit Date: 2010/08/20-23 Modified module(s): notationwindow (new), casatoolbar
A new "notation" button is added to the toolbar on ASAP plotter. You can add/modify/delete a note on the plot when "notation" button is selected.
How to: <Add a note> (1)Press LEFT mouse button on the plot at a place you want to print the note, and a notation window is loaded. (2) Specify a note string, and an anchor, and then press "print" button to print the note on plot.
[What is an anchor?] You can select whether "figure", "panel", or "data" as an anchor. When "figure" or "panel" is selected, the note is printed on relative position (0-1) in the figure or subplot, respectively. The note won't move with pan/zoom. If "data" is selected as an anchor, the note is anchored on the data position of the subplot. This is useful when you want to label a spectral line, because the note will always move along with the spectrum when you pan/zoom the plot.
<Modify a note> (1) Press RIGHT mouse button on the note. A cascade menu is loaded to select "Modify" or "Delete". (2) Select "Modify" and the notation window is loaded with the current note string in the text box. You can modify text/anchor and print it on the plot as described above.
<Delete a note> (1) Press RIGHT mouse button on the note. A cascade menu is loaded to select "Modify" or "Delete". (2) Select "Delete" and confirm the operation by selecting "OK" on a pop-up dialog.