Philipp Schlegel

Results 75 issues of Philipp Schlegel

These would bundle a bunch of existing functions such as `.plot`, `.untangle` and `.entanglement` while also providing a platform for future additions like similarity metrics. Internally, they would make it...

enhancement

Hi @Vannghia69. I just now had a chance to test your new implementation of the dendrogram optimization on a more realistic and larger dataset: depending on the size and the...

Hi! Reading `date` columns throws multiple warnings. Consider the following table with a couple empty (`None`) rows: ``` my_date 0 2021-12-01T00:00:00Z 1 2021-12-01T00:00:00Z 2 None 3 None 4 None ```...

When trying to query a view that (I assume) did not yet exist at a given materialization we get a rather cryptic error: ```python >>> public = cv.CAVEclient('flywire_fafb_public') >>> client.materialize.query_view('valid_synapses_nt_np_v5',...

Hi! I ran into this error when trying to get the annotation count for a reference table: ```Python >>> client = CAVEclient('flywire_fafb_production') >>> client.annotation.get_annotation_count('fly_synapses_neuropil_v5') --------------------------------------------------------------------------- HTTPError Traceback (most recent call...

Hi. I've been trying to fetch synapses for `864691138134948293` (via `minnie35_public_v0`) and ran into the following error: ```Python >>> client = CAVEclient('minnie35_public_v0') >>> pre = client.materialize.synapse_query(pre_ids=864691138134948293) ~/.pyenv/versions/3.7.5/lib/python3.7/site-packages/caveclient/frameworkclient.py in materialize(self) 290...

![capture](https://cloud.githubusercontent.com/assets/7161148/14634271/7ff04c20-0621-11e6-8536-9d9d4f86d3ea.PNG)

![seaborn_tips](https://user-images.githubusercontent.com/7161148/34643797-af6b040a-f322-11e7-98ad-db562cfa9951.png)

This is a pain in the neck but I think migrating to `mkdocs` would pay off in the long run: 1. The build process is so much smoother and faster...

enhancement

Add a gizmo to indicate the x/y/z axes. Alternatively, add text labels (+colors?) to the scene bounding box.

enhancement