How can I format the x-ticks of my chart to be 1000, 2000, ... instead of 0.1, 0.2, ...?

I am not able to plot x-axis on chart like 1000,2000,3000…10,000
chart displaying values in an incorrect format (e.g., 0.1, 0.2 …1.0 ).
Could you help me in this

Which package are you using? cetz-plot?

Could you provide what code you have tried already?

1 Like

Hi @Ankita_Mahajan, welcome and thank you for your question! I have changed your post’s title to bring it in line with the question guidelines and thus make it easier to understand from the title:

Good titles are questions you would ask your friend about Typst.

I hope I understood the intent correctly; if not, please edit the post title again.


To help you, we will need to know the information @sermuns mentioned: what package you’re using, and your current code that causes the wrong behavior.

Hi SillyFreak!
Thank you for the warm welcome and for updating the title — I appreciate it! I’ll keep the guidelines in mind for future posts.

yes, I am using cetz-plot.

Could you give an example code or screenshort?

I guess there might be a ×10⁴ get cut or hidden under something, but I cannot provide futher help without knowing data ranges, size of available space, aspect ratio… You can provide all these background info by providing code/screenshot.

1 Like