Plotly (Python) - 100+ minor y-axes

I am working with large datasets where I need to graph multiple trends but am facing an issue related to the number of y-axes allowed in plotly plot. I have tried several methods to solve this problem but to no avail.

Anytime I try to plot data where I use over 100 y-axis trends, the trends start to overshadow the previous ones. Here is an image of my attempt to display 106 trends:

106 trends

If you reduce the number of trends to 99 trends, then all of them are displayed on the chart:

99 trends

I am plotting these graphs in ipython notebook using python API.

Does the plot have a limit on the number of y-axes allowed on one plot?

+3


source to share





All Articles