>From a user:
How do you "see" FieldData variables created in the ProgrammableFilter in the PlotGlobalVariablesOverTime filter? I'm creating a FieldData variable in the ProgrammableFilter. Now I'd like to plot it over time. It isn't available as an option for me to plot, though. I see other global variables, just not this one. disp_y = inputs[0].PointData["displ_"][:,1] mean_disp = mean(disp_y) output.FieldData.append(mean_disp, "MEAN_DISP") Am I doing something wrong here? Thanks, Alan
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
