Skip to content
#

tk

Here are 181 public repositories matching this topic...

baloe
baloe commented Apr 12, 2022

Documentation Link

https://matplotlib.org/stable/api/_as_gen/matplotlib.animation.FFMpegFileWriter.html

Problem

There is no word on what arguments to set via *args, **kwargs.

Also, I am wondering how to control where the temporary frame files are stored. I was unable to find them in my /tmp directory
okay, that is actually rather clear (frame_prefix in setup)

Documentation Good first issue
prati0100
prati0100 commented Oct 24, 2019

Right now, if you want to stage all files, you need to go into "Commit" menu or use the Ctrl-I shortcut. And there is no way to unstage all files.

Going into the menu is cumbersome, and not everyone would want to use a keyboard shortcut, so add some easy to reach buttons to do this. Probably put them right after the red "Unstaged Changes" bar and the green "Staged Changes" bar. Or, put them i

enhancement good first issue
Formation
ObaraEmmanuel
ObaraEmmanuel commented Jun 4, 2021

There's currently very limited documentation; I am but one man. It would be really great if someone would be as kind as to help in extending the existing docs. The best place to start is by writing examples. Below are some pointers on how to go about this:

  1. Clone the repo and install the requirements for building the documentation by running the following command in the root directory
help wanted good first issue

Improve this page

Add a description, image, and links to the tk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tk topic, visit your repo's landing page and select "manage topics."

Learn more