Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCustom Scale function #1312
Open
Custom Scale function #1312
Labels
Comments
|
This is a cool idea! It's not possible at the moment, but I think such functionality could definately be added. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I want to plot a Weibull Analysis graph using react-vis. The Y axis of Weibull plot has a scale function as follows:
ln(-ln(1-p))
Where p is calculated on certain parameters of input and incremental values of y.
As it is not a normal log scale, how can I define this new scale function with react-vis?