Skip to content

Commit 2c7178a

Browse files
authored
Updated Container-Support section
1 parent 35a1d24 commit 2c7178a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ If you are currently using this library, post a sample plotting snippet by creat
238238

239239
## Container Support
240240
Following are the containers that are currently supported
241+
* Integral and floating point types
242+
* std::string and std::string_view
241243
* 1D vector (`std::vector<T>`)
242244
* 1D array (`std::array<T, len>`)
243245
* 2D vector (`std::vector<std::vector<T>>`)

0 commit comments

Comments
 (0)