Skip to content

fix: render Julia plots in PlotPane and remove redundant event listen…#24

Open
ak24watch wants to merge 4 commits into
sinisterMage:masterfrom
ak24watch:fix-plotplane
Open

fix: render Julia plots in PlotPane and remove redundant event listen…#24
ak24watch wants to merge 4 commits into
sinisterMage:masterfrom
ak24watch:fix-plotplane

Conversation

@ak24watch

Copy link
Copy Markdown

Summary

This PR adds support for rendering Julia rich MIME output in a dedicated PlotPane.

Changes

  • Added support for PNG, SVG, JPEG, GIF and HTML MIME output.
  • Added Julia MIME display helper to capture rich output.
  • Routed graphical output to the PlotPane.
  • Prevented external GR plot windows by enabling off-screen rendering.
  • Removed duplicate frontend event listeners causing duplicate output.
  • Separated graphical output from the Output Panel.
  • Added plot history navigation (previous/next).

Tested

  • PNG plots
  • SVG plots
  • HTML plots
  • Multiple plots
  • No duplicate output
  • No external GR popup

…er in OutputPanel, removed plots showing in OutputPanel and openning new window instead opens on plopane when used display
@ak24watch

Copy link
Copy Markdown
Author

@sinisterMage i was facing these problems i have solved this. please merge

@ak24watch

ak24watch commented Jul 9, 2026

Copy link
Copy Markdown
Author

i have done build checks for ubuntu26.04 using.deb file it worked. other os you may check build working

@sinisterMage

Copy link
Copy Markdown
Owner

looks good! i have just one question, why in the tauri config did you change the target to just .deb instead of all?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants