Skip to content
Advertisement

How to change plotly figure size

enter image description hereI have made a scatter plot using matplotlib and Plotly. I want the height, width and the markers to be scatter as in matplotlib plot. Please see the attached plots.

I used the following code in Plotly

JavaScript

I try to tune the range but did not help. In addition, I use Autorange that did not help. Could you please help me with this.

I want the image as enter image description here

##update: This can be done by the following code. I am updating this in the question:

JavaScript

Advertisement

Answer

Have you considered to use

JavaScript

and eventually reduce the size of your marker?

UPDATE

Full Code

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement