python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Hiding X and Y axes from Plotly GeoPanda
This is just asking how to remove the x and y numbers in the GeoPanda graph WITHOUT removing the labels.
ax.axis(False)
I have tried the above code and then try to reapply the y and x labels but I ca...
DigimanXT
Votes: 0
Answers: 0
Python - save a figure with the same size and setting
I plot figures a lot during my python (through Spyder env.) usage. However, when I try to use plt.savefig('figure.png'), the saved figure has a different size from the inline figure plotted on Spyder....
Muhammad Rayyan
Votes: 0
Answers: 1
How to "cut" Colorbar in subplot Matplotlib python
I am trying to normalize a colorbar (-350,350) and than plot in an subplot of the figure.
Now I am doing this:
cmap= cmocean.cm.balance
ax3 = fig.add_subplot(spec[2])
cmap =cmocean.cm.balance
norm1 =...
Pedro Freire Lula de Souza
Votes: 0
Answers: 0
How to use multiple times xticks in a plot figure
I wanted to use xticks function 2 times on the x axis for the 2 plots but it doesn't work. I wanted to know a way to use the xticks tool to display my second axis on the top :
my_xticks2 = ['524K','57...
haswellrefresh
Votes: 0
Answers: 0