-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Add tutorial file for Glade 3.16-GTK3.10-Python 3 #3088
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
251b89f
first commit
tobias47n9e 0d216e6
python3 shebang
tobias47n9e 5b1eb12
figures
tobias47n9e 3694d33
user guide structure
tobias47n9e ed7c044
mouse tracking tutorial for glade and some more changes
tobias47n9e ebe261e
reworded ui_introduction.rst
tobias47n9e bb2766c
Merge remote-tracking branch 'upstream/master'
tobias47n9e 4fc9fa4
removing tutorial files
tobias47n9e 40b41e2
fixed wrong diff?
tobias47n9e 2025d3a
small error in comment
rahiel 9d7afc7
Fix bug in setting y-axis minimum in histograms with weights and log …
fc5d9e1
fix argument checks in axis/base.margins
andreasWallner 9ae56df
removed unnecessary image checks in test_axes.test_margins
andreasWallner e036000
added missing cleanup on testbench function
andreasWallner f716ffc
Fix for bug #3029.
razius 411bf08
doc changed
fariza 2c229fe
doc string mod
fariza e532782
Image: handle images with zero columns or rows.
efiring 7535299
Streamplot: clean up handling of masks, eliminate warning in test.
efiring e5abe80
BUG: in Spine.set_position(), preserve most Axis info.
efiring 33346c7
Use autolim kwarg in add_collection to prevent duplication of effort.
efiring 977d718
Adds check that rgb sequence is of length 3
GregoryAshton 5c163a0
Improves check of arg range
GregoryAshton bc38dca
Removes unnecessary float conversions
GregoryAshton 6e9f34f
Fixed small bug in Appender class in docstring module.
cgringmuth f420bfe
DOC : clarified doc of add_artist
tacaswell f55f196
bug fix: check the type of the 'key' of the two array 'r1' and 'r2'
montefra af4cf43
Error message written in proper English
montefra bef70dc
New animation example inspired from the Joy Division's Unchained Love…
rougier 351bc73
DOC : fixed urls
tacaswell 6a014d0
typo fix
stahlous 57f3fd9
DOC : add documentation to Polygon methods
tacaswell d7b3364
errorbar: fmt kwarg default is ''; deprecate None, use 'none' instead
efiring 798001d
DOC : added aspect to pyplot.axes doc
tacaswell ba69531
DOC : Added link to axes.Axes.set_aspect
tacaswell d505cc4
DOC : added inherited-members to Axes autodoc
tacaswell bd02df0
DOC : Added docstrings to _CollectionWithSizes
tacaswell f8424cd
DOC : tweaked Collection api auto-doc properties
tacaswell 66fbb41
DOC : added whats_new entry for _CollectionWithSizes
tacaswell 4853892
DOC: mention Anaconda; clean some old junk out of the FAQ
efiring f47dcc2
BUG : don't use mutable objects as dictionary keys
tacaswell 89ec797
DOC : added note about maintain ref to widgets
tacaswell 5220a57
DOC : improved docs in widgets.py
tacaswell 2d2981b
DOC : sixify unichr
tacaswell c35ee74
MNT : six-ified BytesIO import in pdf backend
tacaswell 2b0c6a1
Adding Colorbar.remove()
KevKeating 2873a8c
DOC : merged offsetbox.rst into artists_api.rst
tacaswell 7e2df7e
DOC : added examples index to contents page
tacaswell 54f225f
DOC : removed out-dated example
tacaswell 2cd9e0a
DOC : fixed section titles
tacaswell 09bdd3a
DOC : fixed section hierarchy
tacaswell 685e213
DOC : fixed rst formatting
tacaswell 3aaca79
DOC : commented out non-existent file
tacaswell 26d9cca
DOC : updated mpl_toolkits
tacaswell cd20633
DOC : fixed typo
tacaswell 52a3315
DOC : updated seaborn blurb
tacaswell 1e92661
removing tutorial files
tobias47n9e fd44b8a
fixed wrong diff?
tobias47n9e b68bb89
Merge branch 'master' of https://github.com/spiessbuerger/matplotlib
tobias47n9e 729189d
testchange
tobias47n9e 687a0db
Added a Glade GTK3 integration example.
tobias47n9e 8dc4187
testchange2
tobias47n9e File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
removing tutorial files
- Loading branch information
commit 4fc9fa4657cfbfab3c9f2812b3c622b7b4ebaf31
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pelson - Do you know how I can get rid of this change? Otherwise only the 2 new examples are left.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd just do
git show upstream/master: doc/users/developer.rst > doc/users/developer.rst
but I've no doubt there is a better way to do it 😉.
Also, it is probably best to squash your commits afterwards http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html