|
383 | 383 | "Sets start angle for the angular axis, with 0 being due east and 90 being due north.", |
384 | 384 | ], |
385 | 385 | histfunc=[ |
386 | | - "str (default `'count'`)", |
| 386 | + "str (default `'count'` if no arguments are provided, else `'sum'`)", |
387 | 387 | "One of `'count'`, `'sum'`, `'avg'`, `'min'`, or `'max'`." |
388 | 388 | "Function used to aggregate values for summarization (note: can be normalized with `histnorm`).", |
389 | | - "The arguments to this function for `histogram` are the values of `y` if `orientation` is `'v'`,", |
390 | | - "otherwise the arguements are the values of `x`.", |
391 | | - "The arguments to this function for `density_heatmap` and `density_contour` are the values of `z`.", |
392 | 389 | ], |
393 | 390 | histnorm=[ |
394 | 391 | "str (default `None`)", |
|
440 | 437 | ], |
441 | 438 | zoom=["int (default `8`)", "Between 0 and 20.", "Sets map zoom level."], |
442 | 439 | orientation=[ |
443 | | - "str (default `'v'`)", |
444 | | - "One of `'h'` for horizontal or `'v'` for vertical)", |
| 440 | + "str, one of `'h'` for horizontal or `'v'` for vertical. ", |
| 441 | + "(default `'v'` if `x` and `y` are provided and both continous or both categorical, ", |
| 442 | + "otherwise `'v'`(`'h'`) if `x`(`y`) is categorical and `y`(`x`) is continuous, ", |
| 443 | + "otherwise `'v'`(`'h'`) if only `x`(`y`) is provided) ", |
445 | 444 | ], |
446 | 445 | line_close=[ |
447 | 446 | "boolean (default `False`)", |
|
0 commit comments