v.0.3
On 2022.01.25
This version has been deprecated. If used with the current API version it can produce unexpected behaviour or errors.
The package shimoku-api-python is no longer maintained
To get the new version 🚀
Fixes
Alert Indicators
s.plt.alert_indicator()
can have other Reports in the same row.The variable
menu_path
now doesn’t modify capital and lower cases
New
s.plt.delete_path()
Which can be used to remove any URL with all the reports within it directly. Example:
Let’s say that we have a menu path equals to test-path/line-test'
and we want to remove line-test
and everything on it, then we can:
Or you may want to remove it all, then you can simply delete it in the following way:
s.plt.append_data_to_trend_chart()
Now it is possible to append data to already existing charts. For example
It will first create the chart and second append the new 2 days of data:
A new chart: Horizontal barchart is available:
s.plt.horizontal_barchart()
An example follows
A new chart: Zero centered barchart is available:
s.plt.zero_centered_barchart()
An example follows:
Last updated