8000 Scipy2013 Sprint: Cleaning examples of api example by gabraganca · Pull Request #2181 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Scipy2013 Sprint: Cleaning examples of api example #2181

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
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improved docstring of barplot example
  • Loading branch information
gabraganca committed Jun 29, 2013
commit df4da45d43a2e5b16329301aa16db094604125d0
2 changes: 1 addition & 1 deletion examples/api/barchart_demo_error.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
a bar plot with errorbars
Demo of multiple bar plot with errorbars
"""
import matplotlib.pyplot as plt

Expand Down
0