Happy !
azazael / RTPDFExporter
Project infos
| License | MIT |
| Tags | roassal2, pdf, exporter |
| Creation date | 2015-02-24 |
| Website | objectprofile.com |
Monticello registration
About RTPDFExporter
Information
This is a project that uses Artifact to export visualizations of Roassal2 to a PDF file.
Example
Execute the next piece of code in a workspace
exporter := RTPDFExporter new.
exporter export: RTGrapherExample new exampleBarAndCurve.
Then open the generated pdf file with the visualization of your code
Download
Execute the next Gofer to download
Gofer new smalltalkhubUser: 'azazael' project: 'RTPDFExporter';
package: 'ConfigurationOfRTPDFExporter'; load.
(Smalltalk at: #ConfigurationOfRTPDFExporter) loadDevelopment
