ruby-numo / numo-narray

Ruby/Numo::NArray - New NArray class library
http://ruby-numo.github.io/narray/
BSD 3-Clause "New" or "Revised" License
415 stars 41 forks source link

Pretty printing #83

Open v0dro opened 6 years ago

v0dro commented 6 years ago

Would be great to have a numpy-like pretty printing function for easily pretty printing matrices.

https://stackoverflow.com/questions/2891790/how-to-pretty-printing-a-numpy-array-without-scientific-notation-and-with-given

masa16 commented 6 years ago

Blank cells in this table will be implemented in future, including numpy.set_printoptions.

v0dro commented 6 years ago

OK I think we should let this issue be for keeping track. I might send a patch through in the coming weeks as and when I get the time.