Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

matplotlib logarithmic scale

fig, axs = plt.subplots()
#on x asix
ax.set_xscale('log')
#on y asix
ax.set_yscale('log')
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #matplotlib #logarithmic #scale
ADD COMMENT
Topic
Name
2+9 =