calculix / CalculiX-Examples

CalculiX examples by Prof. Martin Kraska from Brandenburg University of Applied Sciences. Excellent starting point to master parametric modelling with CGX and CCX.
MIT License
308 stars 95 forks source link

CGX graph enhancement #23

Open 3rav opened 7 years ago

3rav commented 7 years ago

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

graph set vs STRES SXX STRAIN EXX

mkraska commented 7 years ago

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