Top Bottom Line Charts
This chart combines two distinct line charts within the same visual container, each with its own y-axis, to facilitate the comparison of datasets with different scales. By presenting two datasets side by side, users can easily discern patterns, correlations, or contrasts between them without the scales interfering with the comparison. It's particularly valuable when showcasing data that, while related, operates on significantly different magnitudes or units.
The Method To Use
The method is s.plt.top_bottom_line()
.
It must contain the following input variables:
Accepts the following input variables as optional:
Examples
This is the .csv that will be used for the example:
The following code:
Last updated