Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

add sign to y axis values python

# For Python 3
# In place of the dollar sign $ put any sign you would need

graph.yaxis.set_major_formatter('${x:1.2f}')
 
PREVIOUS NEXT
Tagged: #add #sign #axis #values #python
ADD COMMENT
Topic
Name
7+3 =