| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Will review this week. |
Sorry, something went wrong.
|
@ChakriCherukuri issue seems to be upstream with traittypes: The dType is defined there in the constructor. |
Sorry, something went wrong.
|
Please unsubscribe me from this Thx |
Sorry, something went wrong.
Hi there, no one subscribed you - only you can subscribe yourself to updates. Check if you're following the repo or something like that. There's nothing we can do for you on our end. Thanks! |
Sorry, something went wrong.
|
Ok I’ve unsubscribed from anything I’m connected to. All I can do I guess
is delete my GitHub account 🙁. Thx for responding.
On Thu, Jul 21, 2022 at 2:30 PM Itay Dafna ***@***.***> wrote:
Please unsubscribe me from this Thx
Hi there, no one subscribed you - only you can subscribe yourself to
updates. Check if you're following the repo or something like that. There's
nothing we can do for you on our end. Thanks!
—
Reply to this email directly, view it on GitHub
<#1505 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADCNFJORYFEFETBAP3742E3VVGJLPANCNFSM52XMT7BQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Lcleary
|
Sorry, something went wrong.
|
@martinRenou can you please advise how to fix the traittypes warnings? thx |
Sorry, something went wrong.
This sounds a bit radical ahah. You have an "unsubscribe" link in the email you received, maybe clicking it could help: https://github.com/notifications/unsubscribe-auth/ADCNFJORYFEFETBAP3742E3VVGJLPANCNFSM52XMT7BQ @ChakriCherukuri Sure I'll try to find time to have a look |
Sorry, something went wrong.
|
@chakri I pointed out where the issue is above. We'll need an upstream PR
to traittypes
…On Wed, Jul 27, 2022, 16:35 martinRenou ***@***.***> wrote:
All I can do I guess is delete my GitHub account 🙁
This sounds a bit radical ahah. You have an "unsubscribe" link in the
email you received, maybe clicking it could help:
https://github.com/notifications/unsubscribe-auth/ADCNFJORYFEFETBAP3742E3VVGJLPANCNFSM52XMT7BQ
@ChakriCherukuri <https://github.com/ChakriCherukuri> Sure I'll try to
find time to have a look
—
Reply to this email directly, view it on GitHub
<#1505 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZICWPZON33GW2H6XOPWV3VWFCLLANCNFSM52XMT7BQ>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
Sorry, something went wrong.
So @ibdafna can you merge it then? |
Sorry, something went wrong.
| t = np.linspace(0, 2 * np.pi, 1000) | ||
| band_data_x, band_data_y = ( | ||
| self.scaled_band_data * np.cos(t), | ||
| self.scaled_band_data * np.sin(t), | ||
| ) |
There was a problem hiding this comment.
It would be nice to have a Circle primitive (similar to the Lines one), so we don't need to create a circle based on a thousand segments.
This would be more efficient as it would mean sending 3 float values (center + radius) instead of 2000 float values to the front-end.
Just adding this as a note, I don't think we should block this PR waiting for such a primitive.
Sorry, something went wrong.
|
@ibdafna @martinRenou can we please merge this if we are OK with the warnings? |
Sorry, something went wrong.
|
@martinRenou I reverted the code to use an empty DataFrame constructor. Can you please review? Thx |
Sorry, something went wrong.
|
@martinRenou can you please merge if this looks good? |
Sorry, something went wrong.
|
Thanks! We should get the CI green before merging |
Sorry, something went wrong.
|
meeseeksdev please backport to 0.12.x |
Sorry, something went wrong.
…5-on-0.12.x Backport PR #1505 on branch 0.12.x (Plotting Widgets)
| Back | FazBrowse Home | New Git URL |
Added plotting widgets module which contains compound plotting widgets which subclass Figure