Jeroen Delcour

Results 5 issues of Jeroen Delcour

https://github.com/supervisely/supervisely/blob/44f1e0aa46405ce01e41359bc191561e1e0b4592/supervisely_lib/geometry/graph.py#L132-L139 Currently, cropping a graph results in deleting the whole graph if even one of its nodes falls outside the cropped area. This behavior was unexpected to me, because all...

[tplot currently assumes all characters are halfwidth](https://tplot.readthedocs.io/en/latest/#character-alignment-issues). We could handle fullwidth characters by using [wcwidth](https://github.com/jquast/wcwidth) to get the displayed width of each character and then removing spaces from that row...

enhancement
good first issue

Currently, bar plots use the full block Unicode character (█) as markers by default. Resolution for the start and end of the bar could be improved by using [partial bar...

enhancement

Currently, the axis range is determined by the range of the input data, i.e. `min(x), max(x)` for the X axis. It would be nice to be able to override that,...

enhancement

### Describe the problem Launching the web interface from code opens a web page, but the page is empty except for the text "Not Found". The terminal shows this error:...

bug