plotting
charts
Creates a Heatmap chart. |
|
Creates a new bar chart with the specified |
|
Creates a box plot consisting of the list of |
|
Abstract class for all the charts. |
|
Plots a cone chart. |
|
While using a simple cone (e.g. |
|
Flexibly plot a univariate distribution of observations. |
|
Constructs a new histogram based on the |
|
Fits and plots a univariate (bivariate to be implemented) kernel density estimate using Seaborn's kdeplot function. |
|
Simple line chart. |
|
Creates a regression chart. |
|
Constructs a new monthly returns heatmap chart based on the specified returns. |
|
Creates a 3D surface chart |
|
Pie chart util class, it can plot only QFSeries. |
decorators
Abstract class for Chart decorators. |
|
Creates a new Axes Formatter decorator that changes the way tickers in the x/y-axis are displayed. |
|
Creates a new axes label decorator that shows the specified |
|
Creates a new axes locator decorator that changes how often the tickers in the x and y-axis are displayed. |
|
Sets the position of the axes (the area of the chart) on the figure. |
|
Customizes tick labels for a given axis. |
|
Adds values next to each bar on the bar chart. |
|
Puts cone on top of the timeseries starting from given date. |
|
Puts cone on top of the timeseries starting from given date. |
|
Base class for coordinates. |
|
Coordinate which is bound to data (e.g. |
|
Coordinate which is bound to Axes object (e.g. |
|
Coordinate which is bound to Figure object (e.g. |
|
Coordinate which is bound to Display (absolute values). |
|
Wrapper for main data element used by a certain type of Chart. |
|
A decorator which draws a legend on the graph. |
|
A simple decorator that displays a horizontal line. |
|
A simple decorator that displays a vertical line. |
|
A simple decorator that displays a diagonal line. |
|
Creates a new marker for series_data_element for x=series_index. |
|
Creates a scatter plot based on the data specified. |
|
A simple decorator that displays a single series, useful for charts that want a line overlay for example bar chart. |
|
An item which can be added to a Legend in a simple way: by using its handle property. |
|
Uses a series of periods (tuples containing start date and end date of each period) to draw vertical spans (rectangles). |
|
A simple decorator that displays a single series in a form of stems. |
|
Adds text to the Chart at given coordinates (e.g. |
|
Adds title to the chart. |
|
Highlights the top drawdowns in a specified series. |
|
Draws a vertical span (rectangle) from x_min to x_max. |
helpers
Creates a new bar chart based on the settings specified. |
|
Creates drawdowns probability chart. |
|
|
Create a 3d drawdowns probability chart |
Create a dot linechart. |
|
Creates a new chart based on a line chart. |
|
Creates a line chart showing gross leverage based on the specified gross leverage values. |
|
Creates a line chart showing holdings per day based on the specified positions. |
|
Creates a new line chart based on the settings specified. |
|
|
|
Creates a new return quantiles boxplot chart based on the returns specified. |
|
Constructs a new returns bar chart based on the returns specified. |
|
Creates a new returns distribution histogram with the specified frequency. |
|
Creates a new returns similarity chart. |
|
Creates a new line chart and adds the rolling window for each of the specified series to it. |
|
|
Creates a new line chart and adds the rolling window for each of the specified series to it. |
Creates a new line chart showing the skewness of the distribution. |
Object which automatically translates label-indexed data into number-indexed data. |