Sebastien Binet

Results 390 comments of Sebastien Binet

FYI, something along these lines has been done in "my" fork of `gg`: - https://sr.ht/~sbinet/gg/

this has been done at some point.

we're using `go-fonts/liberation` by default, now.

this will be fixed by https://github.com/gonum/plot/pull/770

I know it's a bit late in the game, but: does #9 work for you, @SuperSandro2000 ?

the only possible issue is the support for `utf16` and `utf32` arrays which, as I said in the PR, might not be completely robust. but that could be fixed in...

FYI, I've implemented something along these lines. https://github.com/sbinet/npyio/pull/22 seems to be able to read `numpy.ndarray`s that have been pickled. at least, these kinds of arrays: ```python import numpy as np...