docs: Adding extra charts and customisations to Plotly cookbook.#150
Conversation
Edited plotly and matplotlib cookbooks to better align with each other.
|
tagging @mylsklaark to review the matplotlib edits |
|
@rodriguesfred Why are there so many changes to the matplotlib cookbook in this PR? Have you got Black or some other formatter running? I'm not a fan of the formatting changes it's made. A lot of the code is now crammed into single lines, which makes it way harder to read in the rendered cookbook. |
sorry did not notice that. I do have formater. Most of the changes were meant to be order only to match the plotly one exactly. so they were easier to compare. |
I've now reverted the formater changes but kept the order changes so they match. |
nickhenden
left a comment
There was a problem hiding this comment.
Looks good, thanks @rodriguesfred :) A few minor comments.
|
@nickhenden ready for rereview |
Adding extra charts and customisations to Plotly cookbook.
Edited plotly and matplotlib cookbooks to better align with each other.
Description
Summary
Adding histogram Plotly cookbook.
Adding customisations to Plotly cookbook.
Changes Made
Edited plotly and matplotlib cookbooks to better align with each other.
Related Issues