10000 Colorbar only tut by patniharshit · Pull Request #8600 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Colorbar only tut #8600

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 29, 2017
Prev Previous commit
Remove a line asking to create three axes in colorbar_only tutorial
  • Loading branch information
patniharshit committed May 15, 2017
commit 2996c49edbc2af7495f97150daeb378281a64c79
2 changes: 0 additions & 2 deletions tutorials/colors/colorbar_only.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
an image. In this tutorial we will explore what can be done with standalone
colorbar.

We will start by making a figure of desired size and adding three axes.

Basic continuous colorbar
-------------------------

Expand Down
0