> I would like to know if it is possible to generate a weibull plot
> using sysquake?
> I saw in the help, that you can change the axis and make a xlog ylog
> axis.
No, there is no support for weibull plots, and no way to define an
arbitrary mapping for the scale. You can define a proportional factor
with scalefactor (useful when the units used in your code differ from
those displayed in graphics), or have logarithmic or dB scale as you've
noticed.
> Any other comment about Weibull and sysquake are more than welcome.
The Weibull cumulative distribution can be computed with cdf. You
could apply the mapping yourself, but then the labels won't be
what you want.
Best regards,
Yves