Benjamin Root
Benjamin Root
Ok, I have a "fix", in the sense that that attribute will be defined upon initialization. However, for your example, the facecolors returned is completely useless ([[0, 0, 1, 1]]...
The bigger question I have is if regular PolyCollections that are ScalarMappables suffer from the same problem? On Sat, Feb 7, 2015 at 6:42 PM, Thomas A Caswell [email protected] wrote:...
PR #4090 addresses this. Although, it still doesn't return any useful value... it just does the same thing that regular PolyCollections do. On Mon, Feb 9, 2015 at 3:47 PM,...
If I understand your issue right, what we are seeing isn't exactly a bug. The tags are oriented according to the direction of the z vector as projected in the...
.... and I think I misunderstood your report. Yes, the tags are automatically oriented based on which side of the center they are on. This was done in order to...
Speed can be a problem, as reported in the past by users with various adobe editing tools. It was the entire reason why we had specialized code that would put...
Just confirmed this myself in my own CI pipeline. The critical change was between v2.1.2 (works) and v2.2.0 (hangs) of that package. Everything else in my environment was kept the...
Important to note that the hang doesn't happen at moto_server startup, it happens at the first request (in my case, a create_bucket() call). When it hangs, the moto_server process will...
Install basemap from conda-forge channel. On Tue, Apr 24, 2018 at 11:07 AM, IndianaTones wrote: > still not fixed? I tried everyone's advice and then some but the warning >...
Can you confirm that you are importing the correct version (v1.1.0)? You might need to do a `conda update -c conda-forge basemap` On Tue, Apr 24, 2018 at 1:00 PM,...