You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be a feature request rather than a bug to fix.
I've just started messing with Dataplotly and am trying to create scatterplots on time series. Basically, I want to visualize the monthly variation in water table levels.
I understand the plugin orders data using order of insertion (I'm guessing it's using $id, since they correlate). The problem is my data isn't necesseraly inserted into the table in chronological order because of logistical reasons. Instead, the level and date of measurement are saved in different fields. I then plot the water level with dates on X axis.
Since the the data is showed in order of insertion in the scatter plot, an issue sometimes occurs when I add a line symbol to the plot:
The obvious solution here would be to hide the problem by removing the line and keep only points but I need the line in my reports.
Would it possible to order data in relation to the X values instead of $id. It would make much more sense in scatter plots anyway.
Thanks a lot.
P.S. I was browsing through the page juste to make sure this issue had not been posted yet and I came across this: #305
In which you can find the following GIF, showing a sorting option:
I am now questioning if I have the latest version of the plugin since I cannot find such an option on my instance:
Currently running QGIS 3.28.0, and Data Plotly 3.9.2.
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
can you help me to show the correct "Order by expression" way in the current version 4 when I need to descending the field "hh_est" and got it sorted in the plot
This might be a feature request rather than a bug to fix.
I've just started messing with Dataplotly and am trying to create scatterplots on time series. Basically, I want to visualize the monthly variation in water table levels.
I understand the plugin orders data using order of insertion (I'm guessing it's using $id, since they correlate). The problem is my data isn't necesseraly inserted into the table in chronological order because of logistical reasons. Instead, the level and date of measurement are saved in different fields. I then plot the water level with dates on X axis.
Since the the data is showed in order of insertion in the scatter plot, an issue sometimes occurs when I add a line symbol to the plot:
The obvious solution here would be to hide the problem by removing the line and keep only points but I need the line in my reports.
Would it possible to order data in relation to the X values instead of $id. It would make much more sense in scatter plots anyway.
Thanks a lot.
P.S. I was browsing through the page juste to make sure this issue had not been posted yet and I came across this:
#305
In which you can find the following GIF, showing a sorting option:
I am now questioning if I have the latest version of the plugin since I cannot find such an option on my instance:
Currently running QGIS 3.28.0, and Data Plotly 3.9.2.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: