Relative Content

Tag Archive for pythonplotlyplotly-python

How to apply margin between main Y-Axis Title vs. Subplot Y-Axis Title

I created two heatmap objects that I want to combine them into a single subplot. So far, tracing them and setting them together worked out. However, I cannot add spacing between the make_subplot y_title and the subplot titles present. Looking through the documentation for plotly there are no parameters for placing margins to the top level chart.

Updating permanent plotly spikes in scatter_3d

Screenshot of the plot I am trying to produce I am using plotly to illustrate the 3D behavior of a large quantity of data points (see figure). Once I hover over the plot I see the spike line as intended. However, if I move further there remains an artifact as a white imprint on the background which I want to be removed.

Edit plotly labels by double click

im working on a pyqt app that uses plotly to create some figures. i use QWebEngineView to display the HTML in a python window by doing something like this: