Questions tagged [wxmathplot]

15 questions
4
votes
6 answers

How can I make "real-time" plots with wxMathPlot?

I am thinking of using wxMathPlot for plotting/graphing some data that arrives continuously. I want to draw "Real-time" plot/graph using it. Is that possible? I.E. I don't want just a static graph of a one-time read of a file - I want the…
Tim
  • 20,184
  • 24
  • 117
  • 214
3
votes
1 answer

Maxima: how to plot a 2D and 3D vector?

What is the simplest way to plot and 2D and 3D vectors using wxMaxima? I have searched around, but all the solutions seem too complicated just for a single plot of simple vector, is that possible? I would like to see 3 vectors at the same time in a…
nbro
  • 15,395
  • 32
  • 113
  • 196
2
votes
0 answers

Microsoft SDK compiler errors C2332 and C2011 in wxWidgets linked program

I am having a problem compiling a program in Visual Studio 2010, on a windows 7 computer. I get the below errors when I compile in Release mode, but not in Debug mode. I have carefully checked all the property settings for both modes, and they are…
premes
  • 363
  • 2
  • 8
1
vote
0 answers

wxFrame with Codeblock - unavailable blocks within second wxFrame

I've got one question about wxSmith while worikng with CodeBlock. I've create application that can do simple signal processing. For a while now, I've only been using only one wxFrame called "Naukaframe.wxs", and few mpWindow placed on it, however i…
kaban
  • 13
  • 5
1
vote
1 answer

Using wxMathplot with code::blocks

I am using Code::Blocks with wxWidgets. In general I have a problem similar to that described here. Ok so I copy the mathplot.h and mathplot.cpp in the project directory, add those files to the project and do #include mathplot.h in all automatically…
Pekov
  • 527
  • 1
  • 9
  • 23
1
vote
2 answers

Function plot from points result of other function combinations

I have 2 functions declared in wxmaxima: f1(x, y) and f2(x, y). Both contain if-then-else statements and basic arithmetic operations: addition, subtraction, multiplication and division. For example (just an example, real functions look much more…
haykart
  • 957
  • 5
  • 14
  • 34
0
votes
0 answers

I have a problem with implementing matplotlib into python code

Excuse me for being a green one in using mathplotlib but I got a problem with implementing it in my Game of Life code. I think, that the thing is in printing the array. However I do not know how to solve it. ` import numpy as np import…
0
votes
1 answer

I have two different process each one plot 2d point, I want the two process plot in the same figure?

I have two different process each one plot 2d point, I want the two process plot in the same figure ?
0
votes
0 answers

WxWidget - Problem with wxFrame itself - is it possible to copy an element from one wxFrame to another

The task is simple - Is it possible to copy one element from wxFrame, for example wxButton to another wxFrame that has been created later on ? I've tried from simplest solution like "Ctrl + c", up to cutting the element from one wxFrame to another,…
kaban
  • 13
  • 5
0
votes
1 answer

Highlighting section(s) of surface

I have analytically verified that a local min of x^2+y^2-x*y lies at the point (1,1) on the condition x+y=2. Using wxMaxima, can plot the surface plot3d(x^2+y^2-x*y, [x,-2,2],[y,-2,2],[grid, 100,100], [mesh_lines_color,false]); What I would like…
AlvinL
  • 438
  • 5
  • 24
0
votes
1 answer

How to use Mathplot in wxSmith(Code::Blocks) and wxWidgets

I am using wxSmith in Code::Blocks for a GUI application. Everything is alright for creating basic wxWidgets components but I need to plot something within. Thus, I have downloaded MathPlot, and copied both mathplot.h and mathplot.cpp to my project…
randomGirl
  • 21
  • 7
0
votes
1 answer

wxMathPlot with x-axis in milliseconds?

I'm working with Sensor HID device and wxWidgets host application respectively. Process Flow: 1.Sensor sends float value with time-stamp(in milliseconds) for every few milliseconds to seconds. 2.Host application reads the data and represents it in a…
Rajan_M
  • 11
  • 5
0
votes
1 answer

Putting 2D coordinate system to 3D via matplotlib

I am pretty new to programing in python and I have a question. So I want to draw 2D coordinate space in 3D so I could add points in space and show rotations around (0,0) for (2,1) of 2D space by 90°,120° and 60°. Problem is that I don't know how to…
T0plomj3r
  • 685
  • 1
  • 9
  • 23
0
votes
2 answers

How to build wxmathPlot for win32?

I downloaded the latest wxmathplot but the readme is a bit sparse with instructions on how to build on win32 platform. Has anyone used this library for win32? Can someone point me to the docs or give some hints/advice on how to build for win32…
Tim
  • 20,184
  • 24
  • 117
  • 214
0
votes
1 answer

Errors Compiling wxMathPlot

this is following on from this question posted previously: How to build wxmathPlot for win32? The best answer says to just add the mathplot.h and mathplot.cpp files to your project and then it should work. however, after I add these 2 files to my…
user206631
  • 77
  • 1
  • 2
  • 6