ASinanSaglam / BNG_vscode_extension

0 stars 0 forks source link

Plot feature requests #1

Open jrfaeder opened 3 years ago

jrfaeder commented 3 years ago

Here are a couple of things that would help my workflow:

  1. Automatic display of plot when clicking on files with data that can be plotted (.gdat, .cdat, .scan) instead of getting text by default and then having to click on plot buttons.
  2. Having plot legend turned on by default (at least if number of datasets is less than some manageable number.
  3. Having default cursor mode being "Show closest data on hover" instead of "Compare data on hover" (which I find overwhelming -- prefer legend).

I'm sure that different users will prefer different defaults, so the most robust solution would be to add these configuration options to the extension config file, which would be awesome.

Thanks,

Jim

ASinanSaglam commented 3 years ago

Sweet, some feature requests!

Number (2) and (3) are implemented, looking into (1) right now.

jrfaeder commented 3 years ago

I think this one can be closed. (1) is unfortunately not feasible without a major effort but follows standard vscode workflow, so users probably won't mind much.