-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log scale? #7
Comments
Sure. Commands to gnuplot can be given: feedgnuplot --extracmds 'set logscale xy' will send that string as a command to gnuplot prior to sending it any data. The above sets the x and y axes to be base-10 logarithmic. Other options are available, of course. See the gnuplot docs for more info |
Great! Thank you very much, I appreciate your fast response. Cheers, Eelis |
Hi, Any advice on doing histograms with logarithmic axes? E.g. I am working off the sample code for plotting a histogram of file sizes in a directory, but my files are dominated primarily by a filesize of < 10 MB, with a few in the 10-200 MB range, within this particular folder. So I get a tall box counting many between 0 to 10 MB, but I'd like some more information here. (I could plot separately a histogram of that range, but I think a logarithmic x-axis (file size) scale would do well, as it should give more information about these files while clustering the larger filesizes together more, which is fine). I tried: but this did not work well. Note that I set --xmin 1 because it gives an error without it:
Please advise. Thanks, |
Hi. With a logscale histogram, it's not clear what the binwidth means. If you set it much lower, you might get more pleasing results. Try 0.1 |
Dear Developers and Users,
I have used feedGnulpot for a few days and I was wondering if there is a possibility to set logarithmic scale.
If this is possible to do, please advice.
Cheers,
Eelis
The text was updated successfully, but these errors were encountered: