You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plots in editor tabs have unsightly GUIDs as names.
Steps to reproduce the issue:
Create any plot, then open it in an editor. Observe the title of the tab.
This takes up a lot of real estate and isn't meaningful to users.
Expected or desired behavior:
A shorter, more descriptive name. We could do a number of things here; here are some ideas:
Use the first few bits of the statement that was executed to produce the plot. e.g. plot(foo).
Use a counter in combination with the language name (e.g. "R Plot 1", "Python Plot 4")
Delegate the problem; require that the kernel supply a label/name for the plot as part of opening the plot comm. The R and Python kernels could use a strategy like the above and/or something language specific (e.g. introspecting a ggplot object to find its title if one is supplied)
We could also use the short plot names as accessibility labels in the navigation tools in the Plots pane.
Were there any error messages in the UI, Output panel, or Developer Tools console?
No.
The text was updated successfully, but these errors were encountered:
I think it would be nice if the kernel would supply a name but we can fall back on a generic title if one isn't supplied.
@sharon-wang had also brought up visually highlighting the editor tab when you are about to interact with it in the command palette. That would be a nice thing to have but also likely not going to satisfy accessibility.
System details:
Positron and OS details:
Interpreter details:
Any
Describe the issue:
Plots in editor tabs have unsightly GUIDs as names.
Steps to reproduce the issue:
Create any plot, then open it in an editor. Observe the title of the tab.
This takes up a lot of real estate and isn't meaningful to users.
Expected or desired behavior:
A shorter, more descriptive name. We could do a number of things here; here are some ideas:
plot(foo)
.We could also use the short plot names as accessibility labels in the navigation tools in the Plots pane.
Were there any error messages in the UI, Output panel, or Developer Tools console?
No.
The text was updated successfully, but these errors were encountered: