Bug 339161 - inline plotting of wxMaxima doesn't work in Fc7.
Summary: inline plotting of wxMaxima doesn't work in Fc7.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: wxMaxima
Version: 7
Hardware: All
OS: Linux
low
high
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-19 04:11 UTC by Feng Yu
Modified: 2007-11-30 22:12 UTC (History)
1 user (show)

Fixed In Version: 0.7.2-4.fc7.1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-11-01 21:20:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Feng Yu 2007-10-19 04:11:06 UTC
Description of problem:
inline plotting doesn't work.

Version-Release number of selected component (if applicable):
wxMaxima-0.7.2-2.fc7

How reproducible:
Always.

Steps to Reproduce:
1. from 'Plotting' menu, choose Plot 2d
2. input sin(x) in expressions
3. choose inline as format
4. click OK

  
Actual results:
One line of reply:
"Output file "/home/rainwoodman/maxout.png"."
and below it, 
a BIG X in a box.

Expected results:
the plotting of sin(x)

Additional info:
/home/rainwoodman/maxout.png doenot exist.
if I run 
$ gnuplot /home/rainwoodman/maxout.gnuplot
the output is
-------
gnuplot> set terminal png picsize 400 250; set zeroaxis;; 
                          ^
         "/home/rainwoodman/maxout.gnuplot", line 3: invalid color spec, must be
xRRGGBB
--------

It should be related to the old_gnuplot patch of wxMaxima.fc6 235155.

Reverting the patch should solve the problem.

Comment 1 Rex Dieter 2007-10-19 17:23:03 UTC
Yep,
edit 
/usr/share/wxMaxima/wxmathml.lisp
change
(defmvar $wxplot_old_gnuplot 1)
to
(defmvar $wxplot_old_gnuplot nil)


Comment 2 Rex Dieter 2007-11-01 13:07:30 UTC
%changelog
* Fri Oct 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.7.3-4.1
- inline plotting of wxMaxima doesn't work in f7 (#339161)

Comment 3 Rex Dieter 2007-11-01 13:19:11 UTC
Test build to try (an update is pending, coming soon):
http://koji.fedoraproject.org/koji/buildinfo?buildID=21679

Comment 4 Feng Yu 2007-11-01 14:04:20 UTC
The problem is solved in the test build. Thank you Rex!



Comment 5 Fedora Update System 2007-11-01 21:20:33 UTC
wxMaxima-0.7.2-4.fc7.1 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.