We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys,
So I have problems reproducing the exact same bar plots as the paper.
My bar plots are here: https://notebook-factory.github.io/NeuralDecoding_book/03/subsection/01-03/sos_notebook3.html
For example, in the paper the figures look something like this (Python2, Matplotlib):
And everything looks similar if I reproduce the figure with Python 3, matplotlib:
But this hatch='///' or pattern on bar charts is not available in Plotly, according to my digging and searching.
hatch='///'
So for now I made the figures with a different color instead of pattern:
The text was updated successfully, but these errors were encountered:
For the possibility of patterns on bar charts I found this links:
https://community.plotly.com/t/applying-textures-to-graphs-possible/3337
Pattern filled bar plots plotly/plotly.js#3815
Sorry, something went wrong.
mathieuboudreau
agahkarakuzu
TommyBoshkovski
zelenkastiot
No branches or pull requests
Hi guys,
So I have problems reproducing the exact same bar plots as the paper.
My bar plots are here:
https://notebook-factory.github.io/NeuralDecoding_book/03/subsection/01-03/sos_notebook3.html
For example, in the paper the figures look something like this (Python2, Matplotlib):
And everything looks similar if I reproduce the figure with Python 3, matplotlib:
But this
hatch='///'
or pattern on bar charts is not available in Plotly, according to my digging and searching.So for now I made the figures with a different color instead of pattern:
The text was updated successfully, but these errors were encountered: