matplotlib / matplotlib/ipympl
set_window_title?
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 1.7k
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
I'd like to change the default file name when saving a figure.
I tried with ax.figure.canvas.set_window_title(new_name), but
-
the window title is not correctly changed and
-
the default saving name is always "Figure n".
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the two reported behaviors through ax.figure.canvas.set_window_title(new_name): the incorrect window title and the default save name of "Figure n". Done means the supplied name is correctly reflected in both places; the issue does not mention a repository file or test to begin with.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100