Plotting a simple line at a weibull ProbabilityScalePlot
- To: mathgroup at smc.vnet.net
 - Subject: [mg125301] Plotting a simple line at a weibull ProbabilityScalePlot
 - From: Martin Palatini <martin.palatini at googlemail.com>
 - Date: Mon, 5 Mar 2012 02:41:14 -0500 (EST)
 - Delivered-to: l-mathgroup@mail-archive0.wolfram.com
 
Hello,
I got a big problem with my ProbabilityScalePlot. I want to plot a
simple, horizontal line in my diagramm. This diagramm shows a weibull
plot. In this weibull plot are shown three different weibull
distribution functions.
At the value of 63.21% on the y-axis, i want to plot this simple
horizontal line. This line symbolize the characteristic lifetime of a
component. I don't get it.
Please help me, i need this plot for my master thesis.
The code for the plot is called:
data1 = RandomVariate[WeibullDistribution[1, 1], 100];
data2 = RandomVariate[WeibullDistribution[1, 10], 100];
data3 = RandomVariate[WeibullDistribution[1, 2], 100];
ProbabilityScalePlot[{data1, data2, data3}, "Weibull",
 PlotRange -> Automatic, GridLines -> Automatic,
 GridLinesStyle -> "Classic",
 FrameLabel -> {{Style["Ausfallwahrscheinlichkeit F(t) in %", Italic,
     FontSize -> 12],
    ""}, {Style["Lebensdauer", Italic, FontSize -> 12], ""}},
 Frame -> True]
P.S. My english isn't so good, but i hope you understand me.
- Follow-Ups:
- Re: Plotting a simple line at a weibull
- From: Tomas Garza <tgarza10@msn.com>
 
 - Re: Plotting a simple line at a weibull ProbabilityScalePlot
- From: Bob Hanlon <hanlonr357@gmail.com>
 
 
 - Re: Plotting a simple line at a weibull