"Graph view export bug"

AmirJamez
AmirJamez New Altair Community Member
edited November 5 in Community Q&A
Dear All,

I have noticed no matter what type of extensions we use for getting  export (.pdf, .ps .jpg , etc), the export engine do like a screenshot of the current view instead of the whole output space, this has caused lots of issues for me exporting gigantic decision trees of my research.

Please someone advise me on this issue.

Best,

Amir

Answers

  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    Hi,

    that is unfortunately a known issue :(
    Did you try the Reporting Extension? It should work that way.

    Regards,
    Marco
  • AmirJamez
    AmirJamez New Altair Community Member
    Thanks for the confirmation.

    Yes, Unfortunately all I checked (.ps, jpg, .bmp) were exporting the same image frame.

    Best,

    Amir
    Marco Boeck wrote:

    Hi,

    that is unfortunately a known issue :(
    Did you try the Reporting Extension? It should work that way.

    Regards,
    Marco
  • Marco_Boeck
    Marco_Boeck New Altair Community Member
    Hi,

    I was talking about the "Reporting Extension" (see marketplace).
    See here for an example process:

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <process version="5.3.006">
      <context>
        <input/>
        <output/>
        <macros/>
      </context>
      <operator activated="true" class="process" compatibility="5.3.006" expanded="true" name="Process">
        <process expanded="true">
          <operator activated="true" class="retrieve" compatibility="5.3.006" expanded="true" height="60" name="Retrieve Golf" width="90" x="45" y="30">
            <parameter key="repository_entry" value="//Samples/data/Golf"/>
          </operator>
          <operator activated="true" class="decision_tree" compatibility="5.3.006" expanded="true" height="76" name="Decision Tree" width="90" x="179" y="30"/>
          <operator activated="true" class="reporting:generate_report" compatibility="5.1.000" expanded="true" height="76" name="Generate Report" width="90" x="313" y="30">
            <parameter key="report_name" value="Cool Report"/>
            <parameter key="pdf_output_file" value="C:\Users\yourUsername\Desktop\report.pdf"/>
          </operator>
          <operator activated="true" class="reporting:report" compatibility="5.1.000" expanded="true" height="60" name="Report" width="90" x="447" y="30">
            <parameter key="report_name" value="Cool Report"/>
            <parameter key="report_item_header" value="Cool Decision Tree"/>
            <parameter key="specified" value="true"/>
            <parameter key="reportable_type" value="Decision Tree"/>
            <parameter key="renderer_name" value="Graph View"/>
            <list key="parameters">
              <parameter key="layout" value="Tree"/>
              <parameter key="show_node_labels" value="true"/>
              <parameter key="show_edge_labels" value="true"/>
            </list>
          </operator>
          <connect from_op="Retrieve Golf" from_port="output" to_op="Decision Tree" to_port="training set"/>
          <connect from_op="Decision Tree" from_port="model" to_op="Generate Report" to_port="through 1"/>
          <connect from_op="Generate Report" from_port="through 1" to_op="Report" to_port="reportable in"/>
          <connect from_op="Report" from_port="reportable out" to_port="result 1"/>
          <portSpacing port="source_input 1" spacing="0"/>
          <portSpacing port="sink_result 1" spacing="0"/>
          <portSpacing port="sink_result 2" spacing="0"/>
        </process>
      </operator>
    </process>
    Regards,
    Marco