This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
Rbokeh barplot x-axis reordered by y-axis value #238
Comments
Question 1:
Question 2: |
yiugn
changed the title
Rbokeh barplot reordered by x-axis
Rbokeh barplot x-axis reordered by y-axis value
Feb 6, 2019
I thought my answer would be enough to guide you. Instead of using the levels as above, you just have to provide the order you want. How to compute this order is a general R question.
|
Thank you Atrebas, I've got a solution thanks to your help. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here is a simple example of barplot expressed in Rbokeh.
Result are shown as below
Question 1)
I want to plot bars, reordered on x-axis by yield in descending order
I know that there's simple way of doing this in ggplot with 'reorder' function, but have no idea how to do this in Rbokeh.
How can I do this?
Question 2)
Running the code above, I can see this error message, what does this mean and how can I solve this problem?
The text was updated successfully, but these errors were encountered: