-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pattern filled bar plots #3815
Comments
Heh, there are still places that publish in black and white? I suppose so. Sure, pattern fills seem like the way to go. We should make our own though, rather than using a package like |
Even if the original paper isn't in black and white, the printed version might be. This is also an important feature for colorblind people :) . Note that up to 10% of men are red-green color blind. |
Patterns can be used to represent relationships between traces also. |
I agree - pattern filled bar and area charts would be great! |
Will this be implemented anytime soon? |
I am also trying to reproduce a figure from a paper that needs this feature. Hope this is still been worked on, thanks! |
I would really appreciate having access to this feature as well; sometimes pattern fills are useful for distinguishing between closely-related items in plots, so those items can have a similar colour but a different pattern. This feature isn't available (yet) through other Julia plotting tools. Thank you. |
It's a good feature and we'd love to have it in the library but it's not on anyone's roadmap at the moment as far as I know. That said, we as maintainers would be happy to help someone from the community to implement it in Plotly.js, or to accept sponsorship to get it on to our short-term roadmap :) |
This issue has been tagged with A community PR for this feature would certainly be welcome, but our experience is deeper features like this are difficult to complete without the Plotly maintainers leading the effort. Sponsorship range: $10k-$15k What Sponsorship includes:
Please include the link to this issue when contacting us to discuss. |
Which release is expected to have this feature? |
The upcoming 2.0 release. |
2.0 was released this morning :) |
I don't find any documentation regarding the use of this feature. Is it available for all graphing libraries already (python?). Thank you :) |
This feature isn't released in Plotly.py just yet... stay tuned, it should be available in a week or so. |
Any link to the documentation of this feature on plotlyjs ? |
@swafsarl Looks like https://plotly.com/javascript/reference/bar/#bar-marker-pattern details the feature for bar traces at least. |
Originally requested in plotly/plotly.py#1538
This is something that's come up before as a publication requirement. Could this be done with SVG pattern fills? https://iros.github.io/patternfills/sample_svg.html
The text was updated successfully, but these errors were encountered: