CalculiX-Examples icon indicating copy to clipboard operation
CalculiX-Examples copied to clipboard

CGX graph enhancement

Open 3rav opened this issue 8 years ago • 1 comments

Added the ability to create plots datasets vs. datasets (STRES vs. STARIN):

graph set vs STRES SXX STRAIN EXX

3rav avatar Sep 29 '17 11:09 3rav

Yes, that would be convenient. Currently, my preferred workaround is to write the data to the selected results file (DAT) and use the helper script dat2txt to generate text files with space separated columns.

For use with gnuplot you have to join the columns of individual output quantities using the system command join. Maybe there is a direct way in gnuplot to plot columns from different files....

mkraska avatar Sep 29 '17 19:09 mkraska