@@ -49,36 +49,108 @@ Data visualization can help programmers and scientists identify trends in their
49
49
<summary >Table of Contents</summary >
50
50
51
51
- [ Gallery] ( #gallery )
52
- - [ Examples] ( #examples )
53
- - [ Line Plots] ( #line-plots )
54
- - [ Data Distribution] ( #data-distribution )
55
- - [ Discrete Data] ( #discrete-data )
56
- - [ Geography] ( #geography )
57
- - [ Polar Plots] ( #polar-plots )
58
- - [ Contour Plots] ( #contour-plots )
59
- - [ Vector Fields] ( #vector-fields )
60
- - [ Surfaces] ( #surfaces )
61
- - [ Graphs] ( #graphs )
62
- - [ Images] ( #images )
63
- - [ Annotations] ( #annotations )
64
- - [ Appearance] ( #appearance )
65
- - [ Exporting] ( #exporting )
52
+ - [ Line Plots] ( #line-plots )
53
+ - [ Line Plot] ( #line-plot )
54
+ - [ Line Plot 3D] ( #line-plot-3d )
55
+ - [ Stairs] ( #stairs )
56
+ - [ Error Bars] ( #error-bars )
57
+ - [ Area] ( #area )
58
+ - [ Loglog Plot] ( #loglog-plot )
59
+ - [ Semilogx Plot] ( #semilogx-plot )
60
+ - [ Semilogy Plot] ( #semilogy-plot )
61
+ - [ Function Plot] ( #function-plot )
62
+ - [ Function Plot 3D] ( #function-plot-3d )
63
+ - [ Implicit function] ( #implicit-function )
64
+ - [ Data Distribution] ( #data-distribution )
65
+ - [ Histogram] ( #histogram )
66
+ - [ Boxplot] ( #boxplot )
67
+ - [ Scatter Plot] ( #scatter-plot )
68
+ - [ Scatter Plot 3D] ( #scatter-plot-3d )
69
+ - [ Binned Scatter Plots] ( #binned-scatter-plots )
70
+ - [ Plot Matrix] ( #plot-matrix )
71
+ - [ Parallel Coordinates] ( #parallel-coordinates )
72
+ - [ Pie Chart] ( #pie-chart )
73
+ - [ Heatmap] ( #heatmap )
74
+ - [ Word Cloud] ( #word-cloud )
75
+ - [ Discrete Data] ( #discrete-data )
76
+ - [ Bar Plot] ( #bar-plot )
77
+ - [ Pareto Chart] ( #pareto-chart )
78
+ - [ Stem Plot] ( #stem-plot )
79
+ - [ Stem Plot 3D] ( #stem-plot-3d )
80
+ - [ Geography] ( #geography )
81
+ - [ Geoplot] ( #geoplot )
82
+ - [ Geoscatter Plot] ( #geoscatter-plot )
83
+ - [ Geobubble] ( #geobubble )
84
+ - [ Geodensity Plot] ( #geodensity-plot )
85
+ - [ Polar Plots] ( #polar-plots )
86
+ - [ Polar Line Plot] ( #polar-line-plot )
87
+ - [ Polar Scatter Plot] ( #polar-scatter-plot )
88
+ - [ Polar Histogram] ( #polar-histogram )
89
+ - [ Compass] ( #compass )
90
+ - [ Polar Function] ( #polar-function )
91
+ - [ Contour Plots] ( #contour-plots )
92
+ - [ Contour] ( #contour )
93
+ - [ Filled Contour] ( #filled-contour )
94
+ - [ Function Contour] ( #function-contour )
95
+ - [ Vector Fields] ( #vector-fields )
96
+ - [ Quiver] ( #quiver )
97
+ - [ Quiver 3D] ( #quiver-3d )
98
+ - [ Feather] ( #feather )
99
+ - [ Surfaces] ( #surfaces )
100
+ - [ Surface] ( #surface )
101
+ - [ Surface with Contour] ( #surface-with-contour )
102
+ - [ Mesh] ( #mesh )
103
+ - [ Mesh with Contour] ( #mesh-with-contour )
104
+ - [ Mesh with Curtain] ( #mesh-with-curtain )
105
+ - [ Function Surface] ( #function-surface )
106
+ - [ Function Mesh] ( #function-mesh )
107
+ - [ Waterfall] ( #waterfall )
108
+ - [ Fence] ( #fence )
109
+ - [ Ribbon] ( #ribbon )
110
+ - [ Graphs] ( #graphs )
111
+ - [ Undirected Graph] ( #undirected-graph )
112
+ - [ Directed Graph] ( #directed-graph )
113
+ - [ Images] ( #images )
114
+ - [ Image Show] ( #image-show )
115
+ - [ Image Matrix] ( #image-matrix )
116
+ - [ Scaled Image] ( #scaled-image )
117
+ - [ Annotations] ( #annotations )
118
+ - [ Text] ( #text )
119
+ - [ Text with Arrow] ( #text-with-arrow )
120
+ - [ Rectangle] ( #rectangle )
121
+ - [ Filled Polygon] ( #filled-polygon )
122
+ - [ Ellipse] ( #ellipse )
123
+ - [ Textbox] ( #textbox )
124
+ - [ Arrow] ( #arrow )
125
+ - [ Line] ( #line )
126
+ - [ Appearance] ( #appearance )
127
+ - [ Labels] ( #labels )
128
+ - [ Axis] ( #axis )
129
+ - [ Grid] ( #grid )
130
+ - [ Multiplot] ( #multiplot )
131
+ - [ Colormaps] ( #colormaps )
132
+ - [ Camera] ( #camera )
133
+ - [ Figure Object] ( #figure-object )
134
+ - [ Line Specs] ( #line-specs )
135
+ - [ Axes Object] ( #axes-object )
136
+ - [ Clear Axes] ( #clear-axes )
137
+ - [ Exporting] ( #exporting )
138
+ - [ Saving (Manually)] ( #saving-manually )
139
+ - [ Saving (Programatically)] ( #saving-programatically )
66
140
- [ Coding styles] ( #coding-styles )
67
141
- [ Member vs. Free-standing Functions] ( #member-vs-free-standing-functions )
68
- - [ Reactive figures ] ( #reactive-figures )
142
+ - [ Reactive vs. Quiet Figures ] ( #reactive-vs-quiet -figures )
69
143
- [ Method Chaining] ( #method-chaining )
70
144
- [ Ranges] ( #ranges )
71
145
- [ Common Utilities] ( #common-utilities )
72
- - [ Motivation and Details] ( #motivation-and-details )
73
- - [ Integration] ( #integration )
74
- - [ Binary Packages] ( #binary-packages )
75
- - [ Finding the Library] ( #finding-the-library )
76
- - [ Package managers] ( #package-managers )
77
- - [ Build from Source] ( #build-from-source )
78
- - [ CMake targets] ( #cmake-targets )
79
- - [ Other build systems] ( #other-build-systems )
80
146
- [ Backends] ( #backends )
147
+ - [ Motivation and Details] ( #motivation-and-details )
148
+ - [ Integration] ( #integration )
149
+ - [ CMake] ( #cmake )
150
+ - [ Install] ( #install )
81
151
- [ Contributing] ( #contributing )
152
+ - [ Ideas and Roadmap] ( #ideas-and-roadmap )
153
+ - [ Guidelines] ( #guidelines )
82
154
- [ Contributors] ( #contributors )
83
155
- [ References] ( #references )
84
156
0 commit comments