Sarina
Sarina
## Description Regarding issue #2076 : * Move CSS out of `gallery_generator.py` (all custom CSS should go in `custom.css`) * Convert template `CONTENTS_ENTRY_TEMPLATE` from raw HTML to RST, so it...
## Tell us about it **Current State:** The [ArviZ example gallery](https://python.arviz.org/en/latest/examples/index.html) currently lists plots in alphabetical order (based on API name), but there are a few critiques: 1. It gets...
## Tell us about it I only have visual critique and less about the content of this chart: 1. Legend should be listed in correct order. In this [example](https://python.arviz.org/en/latest/examples/plot_forest.html) (left...
## Tell us about it The [posterior plot example](https://python.arviz.org/en/latest/examples/plot_posterior.html) has a lot going on, and it takes a while to figure out where all the numbers (`text` objects) refer to....
PR for #2098 (update homepage and layout) The `index.rst` file divides the content into the following sections: * Section: h1 Overview (note that I had to section it this way...
While `plot_separation` works fine, it looks clearer when using certain styles and not others. See screenshot below for example: #### Critique * `y_hat_line` and `expected_events` are set to black, which...
## Tell us about it Bokeh should plot radial chart for circular variables now that it supports polar coordinates. ## Example From Example Gallery: https://python.arviz.org/en/latest/examples/plot_trace_circ.html **Matplotlib (expected look)** **Bokeh** ```...