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. |

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