fix: handle VisibleDeprecationWarning location change in numpy >= 1.25
0.8.1
Adds tow new features: 1. min_range_width This sets a minimum display range width to data points being plotted. 2. range_limit This sets the upper and lower bound of display range to data points being plotted. This parameter can be used alongside with min_range_width. range_limit has a higher priority than min_range_width.
0.8.0
feat: add heatmap live plot
0.7.7
handling of multiple line ticks, better ticks handling in general - should fix most of the missing tick issues
0.7.6
fix: Exception on Removing Ignored Plot 40 feat: Adjusting text in vertical leading lines 41