Jeff Liu

Results 4 issues of Jeff Liu

**描述错误** 不管是直接在表单里插入图片,还是通过 luckysheet.insertImage 方法插入图片,图片始终是浮在最顶层的,不能插入到指定单元格中,调整图片设置也无效 ![示例图片](https://i.loli.net/2021/10/20/HfwjJ6nRgNEV7Ob.png)

This is my computing environment: Ubuntu 16.04+gtx1080+cuda8.0rc+python2+Tensorflow 0.10.0. I realized that your codes are Python3.x suited, but that's not a problem. The real problem is when I was testing `write_records_file`...

First, `for i in range(0, len(text) - self.length + 1, self.max_length // 2):`. I'm sorry, but what if len(text) is actually smaller than self.length(I assume it's the max_length)? And Why...

我在echarts中加载了百度地图,当我试图在地图中绘制水波图时发现无法设置坐标系,而其他的series type,基本都支持这一设置,如line:https://echarts.apache.org/zh/option.html#series-line.coordinateSystem