Mathplot update

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
lr83
Knows some wx things
Knows some wx things
Posts: 34
Joined: Sat Nov 28, 2020 2:15 pm
Location: France

Mathplot update

Post by lr83 »

Hi,

I have updated the mathplot component for wxWidgets 3.1.4.
I have made some improvements like :
- corrected some bugs (and probably add others :lol: )
- rewrote some methods
- added a config window (that you can have access with the right click)
- lot of things ...
I keep the philosophy and the structure so it was easy to update existing project (I hope !).

Enjoy :D
Lionel
Attachments
mathplot.zip
(78.86 KiB) Downloaded 291 times
ollydbg23
Super wx Problem Solver
Super wx Problem Solver
Posts: 438
Joined: Fri Dec 12, 2008 10:31 am

Re: Mathplot update

Post by ollydbg23 »

Good work! I used this control in my work a lot.

Here are some suggestions:

1, I see you have MathPlotConfig.h/cpp, would you mind to also upload the wxSmith file? Because Those files are automatically generated from the wxSmith designer.

2, There are many wxMathPlot project hosted in github,

Code: Select all

https://github.com/mkarmona/wxMathPlot

https://github.com/GCY/wxSignalProcess

https://github.com/R1kk3r/wxMathPlot

https://github.com/woollybah/gppanel
I'm not sure which git source did you fork and modified from, so people can compare and see your modifications.

Thanks.
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2408
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

Re: Mathplot update

Post by evstevemd »

Hi,
lr83 wrote: Thu Feb 04, 2021 2:34 pm Hi,

I have updated the mathplot component for wxWidgets 3.1.4.
I have made some improvements like :
- corrected some bugs (and probably add others :lol: )
- rewrote some methods
- added a config window (that you can have access with the right click)
- lot of things ...
I keep the philosophy and the structure so it was easy to update existing project (I hope !).

Enjoy :D
Lionel
Your work is appreciated. However it is very likely going to be lost being an attachment. If you can open a git repo, will render easy for someone to contribute or continue where you ends when you loose interest in the project!
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
lr83
Knows some wx things
Knows some wx things
Posts: 34
Joined: Sat Nov 28, 2020 2:15 pm
Location: France

Re: Mathplot update

Post by lr83 »

Hi,

Sorry for late, I don't be advertised about your comments :(
I create a quick git for my version of wxMathPlot
Regards,
Lionel
ollydbg23
Super wx Problem Solver
Super wx Problem Solver
Posts: 438
Joined: Fri Dec 12, 2008 10:31 am

Re: Mathplot update

Post by ollydbg23 »

lr83 wrote: Mon Sep 06, 2021 4:17 pm Hi,

Sorry for late, I don't be advertised about your comments :(
I create a quick git for my version of wxMathPlot
Regards,
Lionel
Hi, I just tested this git repo, and I can directly replace my old mathplot.h and mathplot.cpp file, and put your 4 files in my projects.

This works OK, I don't need to change any code, also, I notice the context menu has many options to tweak the line properties. Great!
ollydbg23
Super wx Problem Solver
Super wx Problem Solver
Posts: 438
Joined: Fri Dec 12, 2008 10:31 am

Re: Mathplot update

Post by ollydbg23 »

I found a nice wxMathPlot fork in github, which implement the "TrackBox" feature.

naiche/wxMathPlot: Fork of wxMathPlot based on sourceforge

In the github page, it said:
Displays the coordinates of the nearest datapoint on mpXYVector, mpFX, mpFY and mpFXY layers
So, this is a good feature.
Post Reply