I am making a small graph program using wxPython. In this program, printing utility is required to print the graph. Therefore, I use the wxPython classes of print.
However, when I print the graph, dotted and dashed lines are not printed properly. They are printed as solid lines. (Width of line is all 1). When I saw the preview of the graph, it shows the proper plot.