Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508d3b2 commit c39f4a6Copy full SHA for c39f4a6
1 file changed
lib/matplotlib/ticker.py
@@ -2514,7 +2514,7 @@ def get_log_range(lo, hi):
2514
else:
2515
c_range = (0, 0)
2516
2517
- # Caclulate the total number of integer exponents in a and c ranges
+ # Calculate the total number of integer exponents in a and c ranges
2518
total_ticks = (a_range[1] - a_range[0]) + (c_range[1] - c_range[0])
2519
if has_b:
2520
total_ticks += 1
0 commit comments