python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
R Plotly inconsistent subplot size
I'm trying to plot an array of box plots however subplot produces plots of different sizes. I really need all the plots to be the same size.
Here is some example code which I'll explain a bit below:
...
CrustyNoodle
Votes: 0
Answers: 1
How to make an ax.twinx() for a split y-axis?
I have the following plot with a split y axis:
df = pd.DataFrame({
'x': ["a","b","c","d"],
'y': [10,20,30,400],
'z':[50, 60, 70, ...
La Cordillera
Votes: 0
Answers: 1
Plot rows of df on Plotly
The df is like this:
X Y Label
0 [16, 37, 38] [7968, 4650, 3615] 0.7
1 [29, 37, 12] [4321, 4650, 1223] 0.8
2 [12, 2, 445] [1264, 3456, 2112] 0.9
This shou...
Ziz
Votes: 0
Answers: 1
Is there a way to create a secondary y axis within a looped subplot figure using seaborn?
I have written the code successfully to loop through data and create subplots however, I want two of the data sets to be displayed on the y axis. Those are y and y1 or ax2. This code creates a seconda...
rweber
Votes: 0
Answers: 1