Some graphics (Work in progress) - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: HP Prime Software Library (/forum-15.html) +--- Thread: Some graphics (Work in progress) (/thread-257.html) |
Some graphics (Work in progress) - ArielPalazzesi - 12-27-2013 08:18 PM Hello! As part of my learning in programming HP Prime, I'm writing some programs that draw simple or complex graphics. I have several, I'll be publishing in the next few hours. This is the first one: Code: EXPORT grafico1() [/code] RE: Some graphics (Work in progress) - ArielPalazzesi - 12-27-2013 09:09 PM Another one: Code: EXPORT grafico2() |