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 would be very helpful if viz.density and even viz.auto had options for log-log and semi-log plots, maybe similar to how ggplot2 does it in R:
log = "x" and log="y" for semi-log, and log = "xy" for log-log
This feature is very important for comparing or evaluating heavy tailed distributions and the likelihood of very-large-but-rare events. Right now my only option is to export the data to R or similar.
The text was updated successfully, but these errors were encountered:
It would be very helpful if viz.density and even viz.auto had options for log-log and semi-log plots, maybe similar to how ggplot2 does it in R:
log = "x"
andlog="y"
for semi-log, andlog = "xy"
for log-logThis feature is very important for comparing or evaluating heavy tailed distributions and the likelihood of very-large-but-rare events. Right now my only option is to export the data to R or similar.
The text was updated successfully, but these errors were encountered: