-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hvplot (timeseries) #198
base: main
Are you sure you want to change the base?
Hvplot (timeseries) #198
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
||
Title: | ||
text_color: black | ||
text_font: DejaVu Sans |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the title doesn't look like DejaVu Sans... It looks like only the legend use the right font, the rest looks like times new roman or another serif font.
Arguments to pass to the `holoviews/hvplot.opts()` function. Changes figure options and access to hooks. | ||
If 'data' is a dictionary, must be a nested dictionary with the same keys as 'data' to pass nested to each | ||
individual figure or key 'overlay' to pass to overlayed figures. | ||
legend : str (default 'lines') or dict |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
legend='none' is not working
@@ -0,0 +1,194 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,194 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line #1. from figanos.hvplot import timeseries
suggestion: au top mettre import figanos.hvplot as fgh
et import figanos.matplotlig as fgm
et ensuite faire fgh.timeseries et fgm.timeseries
pour montrer que le call est presque pareil.
Reply via ReviewNB
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bonne idée! Seulement dans la doc hvplot ou toutes les docs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
je dirais juste hvplot
@@ -0,0 +1,194 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line #1. timeseries(data2, legend='in_plot', show_lat_lon='lower left')
pourquoi quand c'est in_plot
la legend est "realisation:0", mais lines
est seulement "0"
Reply via ReviewNB
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lines est fait automatiquement par hvplot; je n'ai pas modifier comment il créait les légendes. Alors, que in_plot j'ai ajouté la fonction et j'ai essayé de mettre les mêmes options que pour matplotlib, mais peut-être que c'est incohérent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je pense que ce serait plus beau avec juste "0", sans le nom de la dimension. Il me semble qu'on ne voit jamais le nom de la dim dans matplolib ?
@@ -0,0 +1,194 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je mettrais chaque arg sur une ligne différente pour que ça soit plus facile à lire.
Reply via ReviewNB
Pull Request Checklist:
number
) and pull request (:pull:number
) has been added.What kind of change does this PR introduce?
Adding a wraper around hvplot in figanos
Does this PR introduce a breaking change?
No
Other information:
Improvements:
To be added/done: