Results 4 comments of KmBase

i have the same problem,'matplotlib.units.ConversionError: Failed to convert value(s) to axis units: (datetime.date(2000, 1, 1), datetime.date(2010, 1, 1))'.when i want to use ax2.bar(time_series,P[:, 0])

https://github.com/microsoft/markitdown/issues/51 ,you can comment the code

in [grid.pyx](https://github.com/gyanz/pydsstools/tree/master/pydsstools/src/grid.pyx) , the function lower_left_xy_from_transform is : ``` def lower_left_xy_from_transform(transform,shape,cell_zero_xcoord=0,cell_zero_ycoord=0): cdef: float xmin,ymax float ymin # verbose to make calculation more clear int lower_left_x,lower_left_y cellsize = transform[0] cellsize_y =...

By the way, I find that when x_cellsize is not equal to y_cellsize, the result will be far away from the result generated by votex.