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