Differences

This shows you the differences between two versions of the page.

Link to this comparison view

forum:data:2025:problem_with_graphics.plot_on_linux_system [2025/03/12 09:50] – Created from the form at forum:start Ruiwen Xieforum:data:2025:problem_with_graphics.plot_on_linux_system [2025/03/12 09:55] (current) Maurits W. Haverkort
Line 8: Line 8:
  
 When I was running the Quanty script regarding the DMFT calculation, in specific, 06_Core_Level_Spectroscopy_DMFT.Quanty, with the lines  When I was running the Quanty script regarding the DMFT calculation, in specific, 06_Core_Level_Spectroscopy_DMFT.Quanty, with the lines 
 +<code>
 Pl  = Graphics.Plot(G, GammaL, GammaG, {{"Negate",true},{"plotRe",false},{"Frame",{{"Ymin",0},{"Ymax",30},{"Xmin",-4},{"Xmax",4},{"dYTick",5},{"dXTick",0.5},{"FontSize",0.03},{"YFormat","%3.0f"},{"XFormat","%3.1f"},{"XLabel","E [t]"},{"YLabel","G"}}}}) Pl  = Graphics.Plot(G, GammaL, GammaG, {{"Negate",true},{"plotRe",false},{"Frame",{{"Ymin",0},{"Ymax",30},{"Xmin",-4},{"Xmax",4},{"dYTick",5},{"dXTick",0.5},{"FontSize",0.03},{"YFormat","%3.0f"},{"XFormat","%3.1f"},{"XLabel","E [t]"},{"YLabel","G"}}}})
 PlSVG = Graphics.ToSVG(Pl) PlSVG = Graphics.ToSVG(Pl)
Line 14: Line 14:
 file:write(PlSVG) file:write(PlSVG)
 file:close() file:close()
 +</code>
  
 I could only see the frame of the figure but there is no data of G plotted. I could only see the frame of the figure but there is no data of G plotted.
Print/export