I am converting some matplotlib code to Plotly. Does Plotly have something similar to matplotlib fill_between Code to convert # ax.fill_between(fcst_t, fc
fig = go.Figure() for r in np.arange(0.05, 0.56, 0.005): #want the steps to show each value in r xth_r,yth_r,zth_r = coords_theta(r) fig.add_trace(
import plotly.graph_objects as go fig = go.Figure() fig.add_trace(go.Bar( x = [['First', 'First', 'Second', 'Second'], ["A", "B", "A", "B"]], y =
I am having trouble creating subplots in plotly given a pandas data frame with multiple colors. Here is an incomplete example creating the individual plots: imp
I have made a 3d scatter plot using plotly and on that plot I would also like to have a 3d surface plane at manual positions and geometries. I don't want to mak
I am trying to plot both a scatterplot and a line plot, in the same figure. One is for objects and the other for lane markers. The outcome should be one figure
I am trying to make an interactive table where the values of the table change by selecting a value from a dropdown. This should be done only in Plotly (not Dash
I want to map each numpy array to a color to create an image. For example: if I have the numpy array: [ [0 0 1 3] [0 2 4 5] [1 2 3 6] ] I want to make an ima
I try to plot table in Plotly in Python in Jupyter Lab. But my table in plotly does not show in Jupyter Lab, my code is as below: df = pd.read_csv('df.csv') fi
I am having troubles defining a specific behaviour when hovering an R Plotly graphic. Here is what I would like to do : I would like the full arrow to be respon
First Stack Overflow question; please critique the request format if needed. I am working on some plotly image processing for my work. I have been using matplot
I am trying to embed an interactive graph in the _repr_html_() method of a class C. What I have tried so far does not seem to be working in my Jupyter Notebook.
I would like to know if it is possible to create subplots with Plotly with an x shared axis and multiple y axis. This what I want to do: where '##' means the pl
I have a Plotly heatmap graph only in html format. But I need the data used for it for my analysis. Is there a python function which I can use or any server whe
I have been trying to plot a surface from the following data z = structure(c(-0.901395069908367, -0.889270928722939, -0.860498522734513, -0.81162341264254, -0.
I draw a figure in plotly (python). To change the label color of y axis in the plot I used the code fig.update_yaxes(color='white') and fig.update_layout(font_c
I am using a plotly surface plot with data that has some missing values. As you can see in the example below, I am using highlight lines to show the surface doe
Dataframe: df2 = data.frame(value = c(9, 2, 7, 3, 6), key = c('ar', 'or', 'br', 'gt', 'ko')) And this is the code to generate the pie chart: d
I want to create a scattergeo plot with markers for capitals. These markers are sized and colored regarding database values. If I use the standard colors, every
I'm just trying to get the Dash tutorial up and running but every time I try to run it, copy and pasted from the documentation into my asdf.py I get the error "