Multiple subplots with batch --gnuplot

Asked by Jérôme Duriez

Hi,

I'm trying to use gnuplot with batch simulations. Defining subplots in my python script (plot.plots={'x1':'y1','x2':'y2'....}), my "merged gnuplot script" lets me get only one figure with the merged graphs y1(x1). (But not other figures with other kinds of merged graphs, e.g. the different y2(x2) ).

For what concerns gnuplot scripts of individual jobs (or for a stand-alone script launched in non-batch), I can get through gnuplot all the figures of all graphs.

Does someone face the same issue ? Thanks,

Jerome

Question information

Language:
English Edit question
Status:
Expired
For:
Yade Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Eduardo Martín (martin-eduardoluis) said :
#1

Hi Jerome:
I had the same problem a few months ago, but I didn't report it. At that moment, I had 6 different jobs running in batch mode, with 4 subplots each. The "merged gnuplot script" only combined the first subplot of all the jobs.
In my case, I changed manually the gnuplot output file to combine the subplots I needed, but, of course, it's not an option if you have too many jobs running (takes time).

Eduardo

Revision history for this message
Jérôme Duriez (jduriez) said :
#2

Ok, thanks for info, at least I'm not alone.. This is not critical, but changing manually the gnuplot script reduces obviously the interest of yade-batch --gnuplot..

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.