I wanted to divide the y coordinate values by 1050 so i used scaled y ticks=real:1050
Here is my code
\begin{figure}[H]
\begin{tikzpicture}
\begin{axis}[
scaled y ticks=real:1050,
height=9cm,
width=15cm,
grid=major,
xlabel={Levels},
ylabel={Accu},
legend style={
cells={anchor=east},
legend pos=outer north east,
}
]
I need to remove the .1,050 label from the graph. Does anyone know how to remove it ?
after doing ytick scale label code/.code={}, that label went away, but now iam left with a new problem on a another graph of mine. The y axis goes beyond the 1 value. I only need the graph to show upto y value of 1. As shown here the graph goes upto 1.07

