Drawing stripped and dodged barplot #3868
Unanswered
harrysw1729
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Could you post the full error, including the stacktrace, along with which versions of Makie and Julia you're running? You can get the versions by: versioninfo() and using Pkg
Pkg.status(["CairoMakie", "Makie"]) |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think you're running into two issues:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is just a repeat of my unanswered question at Discourse. :(
In short, I tried to create a dodged barplot where the dodged bar would have different hatch patterns. Below is a short example of my attempt:
The code was based on the documentation about dodged bars and stripped bars. However, the code ran into the following error:
The individual line patterns defined in my codes seemed to be fine in that the code would run without any issue I fix the line pattern, such as the one below.
Below is the version information:
And Makie info:
Beta Was this translation helpful? Give feedback.
All reactions