Releases: piccolomo/plotext
Releases · piccolomo/plotext
5.2.8
- solved issue Issue 153 allowing bar plots to handle 0 data sets
- added
xside
andyside
parameters tocandlestick()
function, solving Issue 152 - solved issue Issue 151 due to wrong inheritance of nested subplots from parent figure
- solved issue Issue 150 due to maximum number of subplots reached
- solved issue Issue 142 by removing side symbol (like ⅃) in legend for single data set
- added date time support for
xlim()
andylim()
methods, solving Issue 138 - removed decimals points if axes ticks are all integers, solving Issue 136
- added
marker
parameter to thefrom_matplotlib()
method, solving Issue 134 - made
from_matplotlib()
method compatible withmatplotlib 3.6
, solving Issue 133