Skip to content

Commit 13b395b

Browse files
committed
examples
1 parent 6eff13e commit 13b395b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,26 @@ Click on any of the examples below to go to the corresponding test that
4444
generates it. Depending on your matplotlib version default colors might be
4545
different.
4646

47+
[![integral][img_integral]][url_integral]
48+
[![griddata][img_griddata]][url_griddata]
49+
[![streamplot][img_streamplot]][url_streamplot]
50+
[![hist2DLog][img_hist2DLog]][url_hist2DLog]
4751
[![quadratic][img_quadratic]][url_quadratic]
52+
[![spines][img_spines]][url_spines]
53+
[![annotation][img_annotation]][url_annotation]
54+
[![corr][img_corr]][url_corr]
55+
[![bivariateNormal][img_bivariateNormal]][url_bivariateNormal]
56+
[![images][img_images]][url_images]
4857
[![labelled-histogram][img_labelled-histogram]][url_labelled-histogram]
4958
[![projections][img_projections]][url_projections]
5059
[![histogram][img_histogram]][url_histogram]
5160
[![pcolorlog][img_pcolorlog]][url_pcolorlog]
5261
[![scatter][img_scatter]][url_scatter]
53-
[![streamplot][img_streamplot]][url_streamplot]
54-
[![hist2DLog][img_hist2DLog]][url_hist2DLog]
5562
[![stacked][img_stacked]][url_stacked]
5663
[![legend][img_legend]][url_legend]
5764
[![errorbar][img_errorbar]][url_errorbar]
58-
[![griddata][img_griddata]][url_griddata]
5965
[![line-options][img_line-options]][url_line-options]
6066
[![quiver-fancy][img_quiver-fancy]][url_quiver-fancy]
61-
[![annotation][img_annotation]][url_annotation]
62-
[![integral][img_integral]][url_integral]
6367
[![contour][img_contour]][url_contour]
6468
[![boxplot][img_boxplot]][url_boxplot]
6569
[![show-matrix][img_show-matrix]][url_show-matrix]
@@ -68,19 +72,15 @@ different.
6872
[![density][img_density]][url_density]
6973
[![violinplot][img_violinplot]][url_violinplot]
7074
[![histMulti][img_histMulti]][url_histMulti]
71-
[![spines][img_spines]][url_spines]
72-
[![corr][img_corr]][url_corr]
7375
[![cumulative][img_cumulative]][url_cumulative]
7476
[![polar][img_polar]][url_polar]
7577
[![hists][img_hists]][url_hists]
7678
[![tex][img_tex]][url_tex]
7779
[![eventplot][img_eventplot]][url_eventplot]
7880
[![line-function][img_line-function]][url_line-function]
7981
[![density-bandwidth][img_density-bandwidth]][url_density-bandwidth]
80-
[![bivariateNormal][img_bivariateNormal]][url_bivariateNormal]
8182
[![quiver][img_quiver]][url_quiver]
8283
[![pie][img_pie]][url_pie]
83-
[![images][img_images]][url_images]
8484

8585
[img_pcolorlog]: https://i.imgur.com/O8hU7Rl.png "pcolorlog"
8686
[url_pcolorlog]: https://github.com/abarbu/matplotlib-haskell/blob/master/test/Spec.hs#L495

0 commit comments

Comments
 (0)