How can I get wider points to display in this datashader.scatter
plot of cuxfilter? Or less whitespace between columns? This is a scatter plot of passenger_count
(x) vs tip_amount
(y) on some TLC yellow cab trip data.
The goal is to have something similar to this next chart which is representing the same thing with holoviews.Scatter
: