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.
Plotly geo mapbox – toggle points based on row value
I’ve got a plotly mapbox
setup like this
Make hover box different colour from point
I visualise the participants of an event. I colour the points based on a number called “Engagement”:
Python plotly geo – make hover box different colour from point
I’ve got a program set up to visualise the participants of an event (the data is theoretical to help me learn about this module). Currently, I colour the points based on a number called “Engagement”.
change the behaviour for plotly autoscale numbers to M(million) on y-axis and hover box
I have a data frame df
and df
has two columns named calmonth
, amt_sales
.
I use box
function inplotly.express
module to generate box plot for each month.
Here is the code:
How to add stacked bar plot in a subplot in Plotly?
I have a data frame df
, it has over 100 columns, I want to plot a stacked bar plot for these 100 columns, plotly.express
is very nice, I can just do this
Plotly express px.scatter, categorical variables to not overlap
I’m trying to compare the categorical assignments of the same items returned by two databases. I want to plot each database on a categorical axis, then use px.scatter
to visualize the intersections between them.
Plotly: How to change the tick text of the colorbar in a Heatmap
I am using Plotly package for my visualizations.
This MWE creates a 10×10 matrix and plots it in a Heatmap.
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: