tk
Here are 165 public repositories matching this topic...
-
Updated
Oct 11, 2021 - Tcl
-
Updated
Jan 26, 2021 - Python
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
-
Updated
Sep 29, 2021 - Ruby
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:
- Clone the repo and install the requirements for building the documentation by running the following command in the root directory
-
Updated
Oct 18, 2021 - Tcl
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 29, 2021 - Ruby
-
Updated
Mar 13, 2020 - C
-
Updated
Oct 17, 2021 - Python
-
Updated
Nov 18, 2019 - Python
-
Updated
Jun 22, 2020 - Scheme
-
Updated
Apr 16, 2021 - Perl
-
Updated
Oct 24, 2021 - Tcl
-
Updated
Sep 12, 2020 - Python
Improve this page
Add a description, image, and links to the tk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tk topic, visit your repo's landing page and select "manage topics."


Bug summary
The ax.invertxaxis() and ax.invert_yaxis() function both produce the same output, a scatterplot with a flipped X axis.
Code for reproduction
Actual o