Hanjin Liu

Results 33 issues of Hanjin Liu

Hi @tlambert03 , I just found the `Dialog` widget and it's very useful! I think practically `Dialog` will usually be constructed with `request_values` inside a callback function of such as...

enhancement

## 🐛 Bug The background of labels (correspond to value 0) should be transparent. In "translucent" rendering, it works fine. But in "iso categorical" rendering, it seems that background is...

bug

This PR implements a coordinate system and many axes-based calculation, such as linear transformation and domain definition.

It would be very useful to add annotations cell-wise or range-wise. This PR adds annotation support to the highlight model.

#33 `LazyLoader` table streams table data from a very large file.

A lazy loader table widget is indispensable for big data visualization. It is also very useful if a very large data is saved in separate csv files. Passing `dask.dataframe` is...

enhancement

Some of the artists need more consideration, such as those plotted by seaborn...

bug

`groupby`/`agg` and `set_index` usually result in multi-index table. They should be rendered as hierarchial header view as well: ``` | sample-1 | sample-2 | sample-3 | mean | std |...

enhancement

This PR makes many types of preview implementation consistent. This includes migration from `mark_preview` to `impl_preview`.