Display plots from different URIs#55
Conversation
Documentation build overview
48 files changed ·
|
|
Hi @jwasikpsnc, I am implementing the feature to display several plots from different URIs using your interpolation functionality. I have encountered a bug with the interpolation calling data/plot_data (Code 500). There are my params:
I share you a screenshot of the error, it looks that string type is not handle by the interpolation: Can you please do some investigations and fix it? |
|
Hi @jwasikpsnc, Is it possible to also have the |
|
Not at the moment. What do you need it for? |
|
Ok, at the moment I can use I would like to call a first time the interpolation with I will then have to update the other plot(s) of the graph to also interpolate them. I would like to do it by calling I think it would perform a little better since less data will be send. But we can discuss of that later if it's a lot of works for an imperceptible improves. |
|
After all, AFAIR you use |
|
Hi @jwasikpsnc, Here is an example where I want to get an
The same problem occurs for The error received is (466 Code): It looks that the interpolation is only working for same paths so Can you do some investigations and fix it ? |
|
Hi @mfiaudrin-epsyl |
|
@jwasikpsnc Thank you for your feedback, it should works when all URIs have error band data. Do you think we can Add a BE rule to allow to interpolate with a different path only when the difference is at the end with "_error_upper" or "_error_lower" since coordinates should be the same between the plotted data and his |
|
Ok, now i understand |
|
Hello @olivhoenen, To remind, this feature allow the user to plot several plots from different URIs in a same graph and compare them in a scientific way thanks to the union of coordinates to have a common ones.
NB: This feature include interpolation in plus of combination of coordinates. It has been asked by ITER to remove it. It should be done from BE in an other branch. No changes are expected from FE. |
260df2f to
5925c1d
Compare
|
Hello @olivhoenen, |
|
Thanks @mfiaudrin-epsyl @jwasikpsnc . As discussed, here are the remaining issues:
|
|
@olivhoenen @jwasikpsnc, I have done some tests from my side and it looks that we can plot from different URIs with error bands. However, there is a strange behavior where error bands aren't the same if we compare 2 ways to plot the data:
I will do some investiong in FE side and will let you know if it cames from me. |
|
Hello @olivhoenen,
About allowing users to update x and y titles, it will be done in a futur PR. This PR is ready to be reviewed. |
|
Thanks @mfiaudrin-epsyl. It looks like you tackled all the points from #55 (comment) except the central point, which is an important one as it stops us using the feature in many cases. I've added a new config compare-testIbexState.json this time trying to plot (175,21) seems to be the valid shape in both cases, no idea where the (175,3327) comes from in the backend, @jwasikpsnc ? |

This PR aims to use interpolation in order to allow users to display several plots from diffent URIs in a same graph.