set useOffset to False:
ax = plt.gca()
ax.ticklabel_format(useOffset=False)
Related Contents:
- How to set the axis limits
- How to add hovering annotations in matplotlib
- Is there a way to make a discontinuous axis in Matplotlib?
- Dynamically updating plot in matplotlib
- Matplotlib scatterplot; color as a function of a third variable
- setting y-axis limit in matplotlib
- How to make IPython notebook matplotlib plot inline
- Plotting a 3d cube, a sphere and a vector in Matplotlib
- How to add value labels on a bar chart
- Scatter plot with different text at each data point
- python matplotlib update scatter plot from a function
- Seaborn Barplot – Displaying Values
- matplotlib: drawing lines between points ignoring missing data
- Text box with line wrapping in matplotlib?
- How to annotate each segment of a stacked bar chart
- How to plot multiple dataframes in subplots
- Python : 2d contour plot from 3 lists : x, y and rho?
- How do I make a single legend for many subplots?
- Matplotlib scatter plot with legend
- Paging/scrolling through set of 2D heat maps in matplotlib
- matplotlib – extracting data from contour lines
- use matplotlib color map for color cycle
- Matplotlib figure to image as a numpy array
- animated subplots using matplotlib
- Changing the tick frequency on the x or y axis
- Plotting a stacked Bar Chart
- How to change spacing between ticks
- Matplotlib plot with variable line width
- How to format seaborn/matplotlib axis tick labels from number to thousands or Millions? (125,436 to 125.4K)
- How to change the color of the axis, ticks and labels for a plot in matplotlib
- How to clear memory completely of all matplotlib plots
- Matplotlib Graph Data
- Why do these Python Matplotlib graphs display differently across different computers?
- Dynamically serving a matplotlib image to the web using python
- determine matplotlib axis size in pixels
- “UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.” when plotting figure with pyplot on Pycharm
- Plotting the data with scrollable x (time/horizontal) axis on Linux
- Box around text in matplotlib
- How to write your own LaTeX preamble in Matplotlib?
- How can I make the xtick labels of a plot be simple drawings using matplotlib?
- Stacked bar chart in Seaborn
- how to draw multigraph in networkx using matplotlib or graphviz
- Plot a histogram from a Dictionary
- plotting a histogram on a Log scale with Matplotlib
- How can I create a standard colorbar for a series of plots in python
- Image overlay in 3d plot
- ImportError: DLL load failed: %1 is not a valid Win32 application for Python Matplotlib
- Background with range on seaborn based on two columns
- Get legend as a separate picture in Matplotlib
- Jupyter Notebook: interactive plot with widgets