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

"Graph view export bug"

AmirJamezAmirJamez Member Posts: 5 Contributor II
edited June 2019 in Help
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
Tagged:

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 RM Engineering
    Hi,

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

    Regards,
    Marco
  • AmirJamezAmirJamez Member Posts: 5 Contributor II
    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_BoeckMarco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 RM Engineering
    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
Sign In or Register to comment.