I want to plot a tabulated fonction (say F=cos(t)) using paraview which reads the values of t and F from a csv file then the plot F-t is generated by the "Plot Data" filter. t takes values in the [-1,+1] range.The problem is: - "Left Range Axis Maximum" can hold negative and positive values. - "Left Range Axis Minimum" can not hold only negative values or zero. Thi results in: negative values of the function are not plotted.The only solution I found is to get a plot of the reverse function (-F) by setting "Left Range Axis Maximum" to a (-1) and "Left Range Axis Minimum" to (+1) which is very strange (Maximum < Minimum). The csv data and the plot are in the attached files. So please is there a solution to this problem or is this a bug in paraview?Nota: I get this with paraview 4.4.0 and 5.2 versions on Centos 7.
"t","F" 0.000,1.000 1.000,0.988 2.000,0.951 3.000,0.891 4.000,0.809 5.000,0.707 6.000,0.588 7.000,0.454 8.000,0.309 9.000,0.156 10.000,0.000 11.000,-0.156 12.000,-0.309 13.000,-0.454 14.000,-0.588 15.000,-0.707 16.000,-0.809 17.000,-0.891 18.000,-0.951 19.000,-0.988 20.000,-1.000
_______________________________________________ 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
