https://bugs.kde.org/show_bug.cgi?id=389212
--- Comment #5 from Alexander Semke <alexander.se...@web.de> --- (In reply to Orestes Mas from comment #4) > The second. I tried to obtain a live plot update from data coming from > Gnucap circuit simulation software. Give me some days (I'm in the middle > of exam assessements) and perhaps I can provide you an example. This would be really great. > Anyway, Labplot2 is a really great application, and its development > seemed stalled few years ago but with your recent work and the porting > to Frameworks I foresee a bright future for it. thank you for the your kind feedback! > > One suggestion: I used (and still do) Grace to plot my data, mainly > because obtaining a rough graph from command-line is super-easy: simply > "xmgrace <data file>" and you got it. It will be very helpful if Labplot > had such a feature. In principle this is easy to implement in LabPlot, too. The problem is that the different users have different scenarios here. Some people want to get the data automatically imported into a spreadsheet or into a matrix with 'labplot2 <data file> for further editing first, some people want to get the import dialog shown so they can set the settings for the file parsing, some people deal with live data and want our "add live data source" dialog to be shown where they can set the read options, some other users want to directly get the plots generated like in xmgrace. We're thinking about this already, we need to come up with a user-friendly command line interface to cope with all these possible use-cases. For example, xmgrace <data file> on a file with a custom header having the string values for the column names has issues - the error message "Column count incorrect" is shown and nothing is plotted. Also, how to generate one plot with one curve for every y-column in the data and how to add all curves to the same plot? This kind of different scenarios has to be taken care of here. But I agree with you in general, a 'labplot2 <data file>' with all the read, parse and plot parameters set internally to reasonable values so that the user can directly see the plotted data would be great. -- You are receiving this mail because: You are watching all bug changes.