Skip to content

Tags: msarm/finplot

Tags

v1.4

Toggle v1.4's commit message
Minor release:

 - internal time uses ns instead of ms
 - invades pandas plotting backend for df.plot() style coding
 - hopefull pyqtgraph 0.11.1+ compatible
 - RMB+drag box zoom

v1.3

Toggle v1.3's commit message
Deploying new package

 - additional Y-axes
 - fixed bug with e.g. float time series
 - fix bug related to large numbers in log scale
 - fix bug with overlays in odd plots (odd plot color)
 - make renko updates work

v1.2.1

Toggle v1.2.1's commit message
Fucked up with git pull/push somehow

v1.2

Toggle v1.2's commit message
Bump to v1.2

v1.1

Toggle v1.1's commit message
Bump pypi

v1.0

Toggle v1.0's commit message
Pipified POC color fix

v0.9

Toggle v0.9's commit message
Only check QT version if possible

In some circumstances QtCore.QT_VERSION is not availble, so don't
require it to be.

v0.8

Toggle v0.8's commit message
Pipify v0.8

v0.7

Toggle v0.7's commit message
Support stock (and not only cryptocurrencies)

Stock exchanges keep closed during e.g. weekends, which used to be drawn
with a gap in the chart. This refactoring fixes that, and I also added
an S&P 500 example.

v0.6

Toggle v0.6's commit message
Bump PyQt to 5.13.0

Seems there was some temporary lapse in their bug; in later versions
it's back.