This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Printing Graph using Dot matrix printer

Hello,

I want to print graph using Dot matrix printer, is there any library or algorithm for this.

Thanks is advance

regards
nix

  • Your post isn't clear if you have a dot matrix printer that you want to print to, or if you want to implement a printer - where you have the mechanics and printer head.

    Another thing is what amount of memory you have available in relation to the amount of graphical data you want to print. If you can generate the full image, or if you need to implement banding support.

  • Surely, as far as algorithms go, it's all just about placing "dots" on a "canvas" - it is irrelevant whether the "dots" are ink placed by a printer mechanism, or "pixels" on a screen...?