The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Saving the Chart Configurations with the Process or Standakone
How do I save the charts ( or their configurations) I build in the chart wizard ( ie Advanced Charts ) , or that I build in the Charts section. When I saved the process after building a complex chart it did not save the chart with the process. Its rather time consuming to keep rebuilding the same chart for tables with the identical meta data , but different values for different runs.
Can this be achieved?
What about through Templates ?
Regards and Thanks
Graham
Can this be achieved?
What about through Templates ?
Regards and Thanks
Graham
Tagged:
0
Answers
I have tried to use the reporting facility but how do I get the chart into this
Do I first create the chart .
Then how do the report generator and report blocks work together and how do I get the chart into the report.
I tried to retreive a csv file and then place it at the input to the Report block and then connect to the reprt generator but it keeps saying there is no document . I reversed it and get the same result.
Is there any tutorial on this on the Web
Thanks ???
Then you can use the "Report" operator to create charts. One operator instance per chart (or table or I/O object) to be included in the report. Make sure to use the same report title, e.g. "My Report", i.e. to refer to the same report. You can also select the image file format (e.g. PNG, JPG, etc.).
After running your process, you will find the HTML report and all charts (as image files in e.g. PNG, JPG, or any other format you selected) in the target directory.
Thanks
Where do I insert this code
I am a beginner ..is it the HTML Operator
Thanks
Still dont know how to use the code supplied above .
Where do I insert it ?
Would really like to try it
Thanks and Appreciated
Graham
click in the process window, and simply paste the entire XML string into it. Note that this will overwrite your current process so best to do it in a new one. Alternatively, you can open the "XML" view and paste it there.
Regards,
Marco