-
-
Couldn't load subscription status.
- Fork 2.7k
added function create_annotated_heatmap_of_categorical_data to create... #3146
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
Conversation
... annotated heatmap of categorical data from DateFrame and individual series objects
Thanks for this PR! I'll try to find time to review it in the next couple of weeks :)
OK, I'm finally reviewing this :)
Can you provide a bit of context around the need for this new factory? Is what you're trying to do not possible with any of the existing functions we have? I'm not sure about the use-case here...
@nicolaskruchten first sorry for this late replay to you, by coming on main point what this function do is that when given two
columns having unique values less than 20, it plots count of unique values of first column with respect to unique values of second column, it is little bit hard for me to explain to you but i have written an example in that factory file from line 43, plz
check and run code with that example, i know you will definately understand from that, so plz run that code.
@Tejas-Gosavi thank you again for submitting this - I'm very sorry it's taken us so long to get to it, but we are no longer enhancing figure factory, so I'm going to close this one as stale. Best regards - @gvwilson
... annotated heatmap of categorical data from DateFrame and individual series objects
This is my first PR request, that's why i am little bit of nervous and afraid.
If there are any mistakes then tell me i will definately clear those mistakes.
Please uncomment this block and take a look at this checklist if your PR is making substantial changes to documentation/impacts files in the
docdirectory. Check all that apply to your PR, and leave the rest unchecked to discuss with your reviewer! Not all boxes must be checked for every PR :)If your PR modifies code of the
plotlypackage, we have a different checklistbelow :-).
Documentation PR
doc/README.mdfiledoc-prodbranch OR it targets themasterbranchpxexample if at all possibleplotly.graph_objects as go/plotly.express as px/plotly.io as piodffig = <something>call is high up in each new/modified example (eitherpx.<something>ormake_subplotsorgo.Figure)fig.add_*andfig.update_*rather thango.Figure(data=..., layout=...)in every new/modified examplefig.add_shapeandfig.update_xaxesare used instead of bigfig.update_layoutcalls in every new/modified examplefig.show()is at the end of each new/modified exampleplotly.plot()andplotly.iplot()are not used in any new/modified exampleCode PR
plotly.graph_objects, my modifications concern thecodegenfiles and not generated files.modified existing tests.
new tutorial notebook (please see the doc checklist as well).