timqian / chart.xkcd

xkcd styled chart lib
https://timqian.com/chart.xkcd/
MIT License
7.61k stars 200 forks source link

Impossible to specify ticks that are different from xaxis data labels #5

Closed mseri closed 4 years ago

mseri commented 4 years ago

Often I have many more points on the x axis than what I would want to show on the plot. It is currently impossible to specify a set of xticks different from the whole set of x data.

unhammer commented 4 years ago

Scatter plots would be nice :-)

timqian commented 4 years ago

@mseri @unhammer try the XY chart introduced in v1.0.7, it supports

Feel free to open this issue if you have further questions

mseri commented 4 years ago

Works perfectly, thanks!