LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-05-2012, 08:05 PM   #4771
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043

Quote:
Originally Posted by irneb View Post
I don't follow. There's no "internal" language for Calc.
I was referring to sBasic. At the time I tried to write something, Python was not there yet. I haven't seen any examples, but if it is standard Python and there is a documented API, it would be great.

However, I am still pulling the hairs out of my head when I have to create a graph in Calc or have to do something even more complicated. Hence awk/GNUPlot.

And Latex is really superior to MsWord or Writer, it just has a bit of a learning curve. But only 10-6 % of the world population agrees with me on that, and makes me as incompatible as hell.

jlinkels
 
Old 06-06-2012, 02:23 AM   #4772
irneb
Member
 
Registered: Apr 2010
Location: Jo'burg SA
Distribution: Kubuntu, Lubuntu, Fedora, FreeBSD
Posts: 201

Rep: Reputation: 66
Quote:
Originally Posted by jlinkels View Post
I was referring to sBasic. At the time I tried to write something, Python was not there yet. I haven't seen any examples, but if it is standard Python and there is a documented API, it would be great.
Yes it's the standard Python, with a built-in editor/IDE inside LO (allows for debugging as well) - unfortunately autocomplete / intellisense is something alien to this. Though the API is just as badly documented as was for sBasic, perhaps even more so since the examples are mostly in sBasic/JavaScript, so you need to translate into Python and not simply copy-n-paste.

Quote:
Originally Posted by jlinkels View Post
And Latex is really superior to MsWord or Writer, it just has a bit of a learning curve. But only 10-6 % of the world population agrees with me on that, and makes me as incompatible as hell.
+1 on that score. I find Writer ever so slightly better than Word, especially on combined documents and styles based editing ... but it's a far cry from Latex or even just Word Perfect. It really depends on what you want to use it for, if all you do is write memos / letters / perhaps the odd office protocol document, then you should have ample features with Writer/Word, well perhaps not "ample" but enough. However if you have to do stuff like specification documents, I'd hate to do them in Word - Writer is about minimum for these. If you want to go write a product manual / handbook, then you absolutely need Word Perfect or preferably Latex.

To me the only thing where Excel shines head & shoulders over Calc is in Table Formatting ... but then only Excel 2007+, earlier is much on par with Calc. I don't do many graphs so I can't say much about that.
 
Old 06-06-2012, 09:03 AM   #4773
Stephen R. Besch
LQ Newbie
 
Registered: Apr 2008
Distribution: Linux Mint
Posts: 20

Rep: Reputation: 4
Comments on Graphical software vs Spreadsheets

Quote:
Originally Posted by jlinkels View Post
However, I am still pulling the hairs out of my head when I have to create a graph in Calc or have to do something even more complicated. Hence awk/GNUPlot.jlinkels
.

This is more of a generic reply about graphs. I do a lot of them. I've used Excel, Calc, Origin and QTIPlot. I gave up on graphs in spreadsheets almost immediately. It's just too limited, both in terms of analytic tools and in terms of formatting tools. Nothing ever seems to work quite like you'd expect - and sometimes a feature doesn't work at all. I've never tried AWK but have dabbled a bit with gnuPlot. In the final analysis, QTIPlot comes out on top by an enormous margin. Don't take that as a vote against the other graphing programs (except perhaps the spreadsheets). Origin is good, it's just to expenesive, licensing terms are too restrictive and there is no Linux port. gnuPlot does a good job, it's just too obscure for me. I had to study QTIPlot a bit, but in the end, (IMO) it is the hands down winner. In fact, I was so impressed that I pretty much re-wrote the documentation a while back.

If the problem is that the Data is in Excel/Calc already then just export a copy into QTIPlot and use its much more flexible and extensive graphing/curve fitting capabilities. It really is worth a try:

1) Native Linux code.
2) Not that it's much of an issue here, but there is a Windows port available (roll your own for free or inexpensive pre-compiled binary.)
2) Nearly complete documentation.
3) Fully open source.
4) Versions are available from various repositories.
5) Actively developed.
6) Author is responsive and accepts reasonable suggestions (but don't expect hand-holding or extra features unless you have a support contract).
7) Very reasonable support contracts are available.
8) Roll your own from svn possible for the intrepid.

It really doesn't get much better than this.
 
Old 06-06-2012, 01:31 PM   #4774
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
What I have seen on the QtiPlot website it certainly looks like it is worth the effort to take a look at it. I like the Python scriptability and Latex output.

BTW, AWK is a text record processor. I use it to preprocess data files to something which can be read by GnuPLot. It is not a graphics package.

jlinkels
 
Old 06-06-2012, 05:18 PM   #4775
FG WAFFLE
LQ Newbie
 
Registered: May 2012
Posts: 16

Rep: Reputation: Disabled
I would like to see photoshop ported. I have used photoshop forever and if you actually apply yourself its simple, im doing graphic design and its a pain getting on windows and to be honest, gimp is so unprofessional.
 
Old 06-06-2012, 07:53 PM   #4776
mreff555
Member
 
Registered: Sep 2011
Location: Philly
Distribution: Gentoo
Posts: 473

Rep: Reputation: Disabled
You really think so?
It's funny. I always prefered photoshop until I lost my license and had to go with Gimp. I'm so used to it now, I don't think I could go back.
 
Old 06-07-2012, 08:29 AM   #4777
irneb
Member
 
Registered: Apr 2010
Location: Jo'burg SA
Distribution: Kubuntu, Lubuntu, Fedora, FreeBSD
Posts: 201

Rep: Reputation: 66
Quote:
Originally Posted by mreff555 View Post
You really think so?
It's funny. I always prefered photoshop until I lost my license and had to go with Gimp. I'm so used to it now, I don't think I could go back.
+1 from me ... after I worked in Gimp and learned to do it the "gimp"-way I actually find PhotoShop's methods tedious. My biggest gripe is that in PS you usually need to click 3 to 5 buttons/tab bars/menus/etc. to get the same tool which is available in Gimp immediately with one click.
 
Old 06-08-2012, 02:14 AM   #4778
ggallozz
Member
 
Registered: May 2011
Posts: 34

Rep: Reputation: Disabled
when will organized by SW type ?!?

... as several times asked by several people, when this topic will finally organized in sub-topics like as per softwware typology (graphics, network, productivity/office, internet.. etc..) ?!?
 
Old 06-08-2012, 05:33 AM   #4779
PrinceCruise
Member
 
Registered: Aug 2009
Location: /Universe/Earth/India/Pune
Distribution: Slackware64 -Current
Posts: 890

Rep: Reputation: 186Reputation: 186
Quote:
Originally Posted by mreff555 View Post
You really think so?
It's funny. I always prefered photoshop until I lost my license and had to go with Gimp. I'm so used to it now, I don't think I could go back.
You may wish to check out latest Gimp version 2.8, with single window mode. I'm no graphic artist but this looks and works as professional as any paid software out there.

Regards.
 
Old 06-08-2012, 05:50 AM   #4780
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by ggallozz View Post
... as several times asked by several people, when this topic will finally organized in sub-topics like as per softwware typology (graphics, network, productivity/office, internet.. etc..) ?!?
You should ask this question in Suggestions & Feedback, really, since only Jeremy or the mods can answer it. I don't think it's likely to happen, though, as someone would have to go through the entire thread by hand :/.
 
Old 06-09-2012, 02:19 PM   #4781
kareempharmacist
Member
 
Registered: Jan 2012
Location: Cairo, Egypt
Distribution: MX Linux, Ubuntu 18.04
Posts: 336

Rep: Reputation: 42
Quote:
Originally Posted by donlinux View Post
I'd also like to see some type of a gui relational database.Open office doesn't have one that I know of and SQL is not my cup of tea. I hate to admit that I still use Access but it's the best game in town right now. Tried it with Crossover and it does have some limitations
I agree with you nothing can beat MSAccess now but we are waiting ..
 
Old 06-10-2012, 02:38 PM   #4782
deltabravo
LQ Newbie
 
Registered: Nov 2007
Location: The birthplace of the Industrial Revolution
Distribution: Puppy, Suse, Mepis, Ubuntu, DSL, Tinycore, Microcore, Slitaz(almost)
Posts: 26

Rep: Reputation: 1
MS Access

Kareem I remember when linux had no m.s. type programmes that were really a fit replacement for m.s. originals. Nowadays we have so many we are spoilt for choice. There are no M.S.programmes I need anymore with some far better bloatless offerings in Linux to choose from. Everyday a new one appears and they are all gratis and updated, just wait awhile and someone will come up with a worthwile replacement for Access, keep watching the repo's, cheers Bob.
 
Old 06-11-2012, 02:16 AM   #4783
cmb271
LQ Newbie
 
Registered: May 2012
Location: Atlanta, Georgia
Distribution: Linux Mint 17
Posts: 25

Rep: Reputation: Disabled
Itunes

I would love to see Itunes ported to Linux so I can add music to my Ipod without using my mothers laptop, or if a Linux company released a device that is like or better then the Ipod that was open source would be amazing
 
Old 06-11-2012, 02:48 AM   #4784
irneb
Member
 
Registered: Apr 2010
Location: Jo'burg SA
Distribution: Kubuntu, Lubuntu, Fedora, FreeBSD
Posts: 201

Rep: Reputation: 66
Quote:
Originally Posted by donlinux View Post
I'd also like to see some type of a gui relational database. Open office doesn't have one that I know of and SQL is not my cup of tea.
That post was from 2003, since then Open Office and LibreOffice has what's called Base. In most Linux distro's it's not installed by default - but you should be able to get at it through your software / package manager.

I'm the first to admit it's no full replacement for Access, but at least it's better than having nothing but SQL to fall to. It does have a reasonable form / report designer - though not as awesome as Access's. The Query builder is about on par with Access's (IMO), and the table creation wizard is also about the same.

One nice thing is that it can link to nearly every type of database you can throw a stick at (including Access mdb files and even MS SQL server), but usually you'd use it either on its own for small DB's or in conjunction with MySQL/PostGre. Though don't expect it to import the forms/reports you created in your MDB file .

My biggest gripe with Base is the inability to link to more than one database source in a single ODB file. That was as easy as pie in Access: right-click --> Link --> Browse --> voila. In Base there's no such possibility, if the backbone you're using doesn't have some form of linking to different datasources then there's no way for you to extract data from more than one database at a time. By "database" I mean something like a MDB file with multiple tables inside, and linking between db's is linking between 2 or more MDB files.
 
Old 06-12-2012, 02:45 AM   #4785
ggallozz
Member
 
Registered: May 2011
Posts: 34

Rep: Reputation: Disabled
Quote:
Originally Posted by cmb271 View Post
I would love to see Itunes ported to Linux so I can add music to my Ipod without using my mothers laptop, or if a Linux company released a device that is like or better then the Ipod that was open source would be amazing
Try this: http://en.wikipedia.org/wiki/IPodLinux ;-)
 
  


Reply

Tags
cad, clone, debian, dreamweaver, drivers, editing, editor, education, eeepc, elite, etch, flash, future, gimp, itunes, keyboard, kppp, linux, lotus, macro, macromedia, mandriva2007, modem, music, news, newsreader, nntp, office, open, openoffice.org, pdf, photoshop, pim, port, porting, poster, printing, program, programs, quicken, recognition, shockwave, sled, software, softwares, sound, source, speech, suse, usenet, video, wvdial, xandros



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What games would you like to see ported to Linux? jeremy Linux - Games 1553 04-08-2020 01:00 AM
Linux Programs Ported to Windoze ddpicard General 15 08-05-2010 06:59 PM
Has Winamp been ported to Linux? neilcpp Linux - Software 48 05-31-2010 03:00 PM
Exeem to be ported to linux cadj Linux - Networking 0 01-26-2005 11:02 PM
New Forums! Want a game ported to Linux? Jimbobbob Linux - Games 5 10-04-2003 01:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration