Tim Hoffmann
Tim Hoffmann
> I would like to know more about the review process. How does a PR get approved? The formal process is written in https://matplotlib.org/devdocs/devel/pr_guide.html. The PR needs two approvals from...
As a status update: This is in a quite good state now 🎉. The API public has landed and responsibilities are mostly sorted. I have two points that I'm still...
Update on the datalim topic: We actually have an API for that on collections. https://github.com/matplotlib/matplotlib/blob/c56c4047b56b5eaacc4751f13b569584f399602c/lib/matplotlib/collections.py#L239 @cmp0xff could you please have a look wether the base implementation can be used as...
When `get_datalim` is properly implemented on a collection. You can let `add_collection` handle the update_datalim by setting `self.add_collection(collection, autolim=True)` and be done with it; i.e. you don't need the `#...
To move forward or close this, it would be good to recreate the initial tables on what works and what not with the current version of matplotlib. I'm marking this...
As good first issue: It would be good to recreate the initial tables on what works and what not with the current version of matplotlib.
As the author of #9967, I feel obliged to give my thoughts. Since I currently don't have the time to go into this topic, please take or leave my comments...
> What other general scientific visualization frameworks are you referring to here? bokeh and plotly to name two popular examples. But basically you could take any javascipt or d3js based...
Better web/HTML integration is certainly on the wishlist. But IMHO it’s on the larger side of changes (write a new backend / improve ipympl). Additionally, serialization is partly orthogonal. It...
Sure, documentation helps to discover what is available. However, „how to hook the wires up“ sounds like low-Level plumbing. Personally, my focus is out-of-the-box or simple configuration (e.g. add (static)...