Renaud Lainé

Results 22 comments of Renaud Lainé

@ragul-n you've got incorrect latitude and longitude values ![image](https://user-images.githubusercontent.com/20662281/186351410-154436c8-7f60-4a88-9d5f-29ea3bb70277.png) This works ```python import pandas as pd import plotly.figure_factory as ff import plotly.express as px df = pd.read_csv("sample_data.csv") fig = ff.create_hexbin_mapbox(...

Any idea why the tests fail to install geopandas?

I'm fine with a different error message, the current one is just really unhelpful to solve the problem :)

A current workaround to avoid the network cost of passing ALL to the callback would be: * to use ALL in a clientside callback, storing the information about the triggered...

Hey @alexcjohnson I agree it would be best to support this natively but it's already been open for 4 years 🙂 https://github.com/plotly/plotly.js/issues/4914 There is a way to do stacked-grouped bars...

Any update on this?

With OIDC the groups should be defined in the identity provider and passed via custom claims on sign-in. The process to do this depends on the IDP, it might also...

I also have a similar use case whereby one of my assets is a directed graph, then some downstream assets will do bottom-up aggregation, while other assets will cascade top-down.

I think this would be superseded by #163

Another idea I had if reading from assets is not advised would be to leverage the dynamic partition store to also store mappings (or create a new dynamic mapping store)....