Hello everyone! Sorry if my question is too basic for some people. Basically I’m trying to define the numeric string format for my Makie plot, specifically for the axis. The numbers on the y-axis that I want to display have the following format: 1,000,000.328, where you have comma separator for every three number and decimal separator for the decimal portion. I’ve tried the Python number formatting, like {:.3f} or {.,}, but result is far from what I expect. Below is an example.
Hi, thank you for your response. I’ve spent a couple of hours playing around with the package, it’s very handy. But yet, I still have no idea how to implement it with Makie, since it keeps raising error as invalid string format. Could you please make an example of using it with xticklabel or yticklabel ?