File tree Expand file tree Collapse file tree 10 files changed +30
-30
lines changed Expand file tree Collapse file tree 10 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
- =========================================
3
- Demo of artist customization in box plots
4
- =========================================
2
+ =================================
3
+ Artist customization in box plots
4
+ =================================
5
5
6
6
This example demonstrates how to use the various kwargs
7
7
to fully customize box plots. The first figure demonstrates
Original file line number Diff line number Diff line change 1
1
"""
2
- ===================================
3
- Demo of the boxplot drawer function
4
- ===================================
2
+ =======================
3
+ Boxplot drawer function
4
+ =======================
5
5
6
6
This example demonstrates how to pass pre-computed box plot
7
7
statistics to the box plot drawer. The first figure demonstrates
Original file line number Diff line number Diff line change 1
1
"""
2
- =================================
3
- Demo of violin plot customization
4
- =================================
2
+ =========================
3
+ Violin plot customization
4
+ =========================
5
5
6
6
This example demonstrates how to fully customize violin plots.
7
7
The first plot shows the default style by providing only
Original file line number Diff line number Diff line change 1
1
"""
2
- =============================
3
- Demo of the errorbar function
4
- =============================
2
+ =================
3
+ Errorbar function
4
+ =================
5
5
6
6
This exhibits the most basic use of the error bar method.
7
7
In this case, constant values are provided for the error
Original file line number Diff line number Diff line change 1
1
"""
2
- ===================================================
3
- Demo of the different ways of specifying error bars
4
- ===================================================
2
+ =======================================
3
+ Different ways of specifying error bars
4
+ =======================================
5
5
6
6
Errors can be specified as a constant value (as shown in
7
7
`errorbar_demo.py`). However, this example demonstrates
Original file line number Diff line number Diff line change 1
1
"""
2
- ===========================================================
3
- Demo of how to include upper and lower limits in error bars
4
- ===========================================================
2
+ ==============================================
3
+ Including upper and lower limits in error bars
4
+ ==============================================
5
5
6
6
In matplotlib, errors bars can have "limits". Applying limits to the
7
7
error bars essentially makes the error unidirectional. Because of that,
Original file line number Diff line number Diff line change 1
1
"""
2
- ============================================================
3
- Demo on creating boxes from error bars using PatchCollection
4
- ============================================================
2
+ ====================================================
3
+ Creating boxes from error bars using PatchCollection
4
+ ====================================================
5
5
6
6
In this example, we snazz up a pretty standard error bar plot by adding
7
7
a rectangle patch defined by the limits of the bars in both the x- and
Original file line number Diff line number Diff line change 1
1
"""
2
- ==========================================================
3
- Demo of using histograms to plot a cumulative distribution
4
- ==========================================================
2
+ ==================================================
3
+ Using histograms to plot a cumulative distribution
4
+ ==================================================
5
5
6
6
This shows how to plot a cumulative, normalized histogram as a
7
7
step function in order to visualize the empirical cumulative
Original file line number Diff line number Diff line change 1
1
"""
2
- =======================================================
3
- Demo of how to produce multiple histograms side by side
4
- =======================================================
2
+ ==========================================
3
+ Producing multiple histograms side by side
4
+ ==========================================
5
5
6
6
This example plots horizontal histograms of different samples along
7
7
a categorical x-axis. Additionally, the histograms are plotted to
Original file line number Diff line number Diff line change 1
1
"""
2
- ==================================
3
- Demo of the basics of violin plots
4
- ==================================
2
+ ==================
3
+ Violin plot basics
4
+ ==================
5
5
6
6
Violin plots are similar to histograms and box plots in that they show
7
7
an abstract representation of the probability distribution of the
You can’t perform that action at this time.
0 commit comments