@@ -44,22 +44,26 @@ Click on any of the examples below to go to the corresponding test that
44
44
generates it. Depending on your matplotlib version default colors might be
45
45
different.
46
46
47
+ [ ![ integral] [ img_integral ]] [ url_integral ]
48
+ [ ![ griddata] [ img_griddata ]] [ url_griddata ]
49
+ [ ![ streamplot] [ img_streamplot ]] [ url_streamplot ]
50
+ [ ![ hist2DLog] [ img_hist2DLog ]] [ url_hist2DLog ]
47
51
[ ![ 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 ]
48
57
[ ![ labelled-histogram] [ img_labelled-histogram ]] [ url_labelled-histogram ]
49
58
[ ![ projections] [ img_projections ]] [ url_projections ]
50
59
[ ![ histogram] [ img_histogram ]] [ url_histogram ]
51
60
[ ![ pcolorlog] [ img_pcolorlog ]] [ url_pcolorlog ]
52
61
[ ![ scatter] [ img_scatter ]] [ url_scatter ]
53
- [ ![ streamplot] [ img_streamplot ]] [ url_streamplot ]
54
- [ ![ hist2DLog] [ img_hist2DLog ]] [ url_hist2DLog ]
55
62
[ ![ stacked] [ img_stacked ]] [ url_stacked ]
56
63
[ ![ legend] [ img_legend ]] [ url_legend ]
57
64
[ ![ errorbar] [ img_errorbar ]] [ url_errorbar ]
58
- [ ![ griddata] [ img_griddata ]] [ url_griddata ]
59
65
[ ![ line-options] [ img_line-options ]] [ url_line-options ]
60
66
[ ![ quiver-fancy] [ img_quiver-fancy ]] [ url_quiver-fancy ]
61
- [ ![ annotation] [ img_annotation ]] [ url_annotation ]
62
- [ ![ integral] [ img_integral ]] [ url_integral ]
63
67
[ ![ contour] [ img_contour ]] [ url_contour ]
64
68
[ ![ boxplot] [ img_boxplot ]] [ url_boxplot ]
65
69
[ ![ show-matrix] [ img_show-matrix ]] [ url_show-matrix ]
@@ -68,19 +72,15 @@ different.
68
72
[ ![ density] [ img_density ]] [ url_density ]
69
73
[ ![ violinplot] [ img_violinplot ]] [ url_violinplot ]
70
74
[ ![ histMulti] [ img_histMulti ]] [ url_histMulti ]
71
- [ ![ spines] [ img_spines ]] [ url_spines ]
72
- [ ![ corr] [ img_corr ]] [ url_corr ]
73
75
[ ![ cumulative] [ img_cumulative ]] [ url_cumulative ]
74
76
[ ![ polar] [ img_polar ]] [ url_polar ]
75
77
[ ![ hists] [ img_hists ]] [ url_hists ]
76
78
[ ![ tex] [ img_tex ]] [ url_tex ]
77
79
[ ![ eventplot] [ img_eventplot ]] [ url_eventplot ]
78
80
[ ![ line-function] [ img_line-function ]] [ url_line-function ]
79
81
[ ![ density-bandwidth] [ img_density-bandwidth ]] [ url_density-bandwidth ]
80
- [ ![ bivariateNormal] [ img_bivariateNormal ]] [ url_bivariateNormal ]
81
82
[ ![ quiver] [ img_quiver ]] [ url_quiver ]
82
83
[ ![ pie] [ img_pie ]] [ url_pie ]
83
- [ ![ images] [ img_images ]] [ url_images ]
84
84
85
85
[ img_pcolorlog ] : https://i.imgur.com/O8hU7Rl.png " pcolorlog "
86
86
[ url_pcolorlog ] : https://github.com/abarbu/matplotlib-haskell/blob/master/test/Spec.hs#L495
0 commit comments