I'm working on a tool that loads some of my precomputed annotations in the form of bboxes = [ ((x0, y0), (x1, y1)), # annot 1 ... # more
I want to create bar graph for different communication interfaces and for different build versions . Somewhat similar to this : In my case ,the table header wi
I'm using python 3.6.8 and plotly 5.7.0 [user1@testsrv1 ~]$ python3 --version Python 3.6.8 [user1@testsrv1 ~]$ pip3 freeze | grep -i plotly plotly==5.7.0 [user1
I have read plotly slider instruction:https://plotly.com/python/sliders/, but still can't find a way to create two sliders in one graph. I'm new to plotly so an
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 have a script that creates an interactive PCA plot with a widget so the PCA. Meaning a script that I can change the x-axis and the y-axis with a dropdown menu
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 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 trying to connect a graph to a DatePickerRange. However, i keep running into a problem, when trying to connect the graph and date picker. I have the follow
I am using the datepickerrange component in plotly dash, and i am trying to make it so that whenever a starting date is selected, it will not be possible to inc
See the image in the link for reference: 1 Even though the figure is pretty wide, the plot itself is way to small. Adjusting the figure size however doesn't imp
I have created a pie graph with Python plotly library fig = go.Figure(data=[go.Pie(labels=data["x"], values=data['value'])]) fig = dcc.Graph(id='pie_graph', fi
Plotly Express provides very easy functions to draw customizable scatter plots, since I did not get any help regarding this question from over a week -> ques
I am new to python and am enjoying the debugging help that stack overflow community provides. In the following code I am able to remove y-axis grid for top subp
Hello I am trying to plot a histogram and a line chart on the same figure to create a MACD chart. However the histogram data needs to be scaled down so it doesn
I need some advice concerning the updatemenu buttons in plotly. I am dynamically changing the plot range of a graph and I trigger different traces with the upda
Context I am currently in the middle of creating a data visualisation web app. I am using Plotly to create a timeseries. I am having trouble with the legend. I
I plotted the following using plotly and got the resulting plot shown before. X is the # of hours in a day, Y is a proportion between 0-1, and Z is a categorica
I checked the errors and looked up everything I could try to fix the issue in every way I could. This is the error I'm getting: Can someone please tell me what
I have a quick question: basically I have created a plot with some hover information and I have a dropdown button, where the user can chose from which dataframe