You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"It works after importing. Probability scales default to the standard normal distribution. Not that the formatting is a percentage-based probability."
146
+
"To access probability scales, simply import :py:mod:`probscale`."
137
147
]
138
148
},
139
149
{
140
150
"cell_type": "code",
141
151
"execution_count": null,
142
152
"metadata": {
143
-
"collapsed": false
153
+
"collapsed": false,
154
+
"scrolled": false
144
155
},
145
156
"outputs": [],
146
157
"source": [
@@ -156,9 +167,11 @@
156
167
"cell_type": "markdown",
157
168
"metadata": {},
158
169
"source": [
170
+
"Probability scales default to the standard normal distribution (ote that the formatting is a percentage-based probability)\n",
171
+
"\n",
159
172
"You can even use different probability distributions, though it can be tricky. You have to pass a frozen distribution to the `dist` kwarg in `ax.set_[x|y]scale`.\n",
160
173
"\n",
161
-
"Here's a standard normal scale right next to a beta scale ($\\alpha = 1$ and $\\beta = 1$) for comparison"
174
+
"Here's a standard normal scale right next to two different beta scales for comparison"
0 commit comments