Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2861 > unrolled thread
| Started by | marsault6@gmail.com |
|---|---|
| First post | 2015-04-03 01:45 -0700 |
| Last post | 2015-04-03 07:10 -0700 |
| Articles | 4 — 3 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
underscore in title ... difference between 4.6 and 5.0 marsault6@gmail.com - 2015-04-03 01:45 -0700
Re: underscore in title ... difference between 4.6 and 5.0 Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2015-04-03 11:17 +0200
Re: underscore in title ... difference between 4.6 and 5.0 marsault6@gmail.com - 2015-04-03 04:24 -0700
Re: underscore in title ... difference between 4.6 and 5.0 SyntaxErrorX00 <samirmath01@gmail.com> - 2015-04-03 07:10 -0700
| From | marsault6@gmail.com |
|---|---|
| Date | 2015-04-03 01:45 -0700 |
| Subject | underscore in title ... difference between 4.6 and 5.0 |
| Message-ID | <52d1769e-616d-480e-9376-50ec32eb53c4@googlegroups.com> |
Hello, with this very simple example : set dummy t plot t/sin(t) title « 1_2 » that work well in gnuplot 4.6, we obtain 1_2 as title (!) but with gnuplot 5.0 the title is plotted as 1 indice 2 for any terminal ... Strange, not ? Thank you in advance for your help ! Philippe
[toc] | [next] | [standalone]
| From | Hans-Bernhard Bröker <HBBroeker@t-online.de> |
|---|---|
| Date | 2015-04-03 11:17 +0200 |
| Message-ID | <co7451Fs40mU1@mid.dfncis.de> |
| In reply to | #2861 |
Am 03.04.2015 um 10:45 schrieb marsault6@gmail.com: > Strange, not ? Not. Version 5.0 is a major update, and as such it does introduce some incompatibilities. See "help new-features", particularly the second paragraph.
[toc] | [prev] | [next] | [standalone]
| From | marsault6@gmail.com |
|---|---|
| Date | 2015-04-03 04:24 -0700 |
| Message-ID | <13329b64-579d-4ec0-b124-30278242ae65@googlegroups.com> |
| In reply to | #2862 |
Thank you !!! Sorry, I miss to read all changes, I am usually very confident with tis tool ! Good WE
[toc] | [prev] | [next] | [standalone]
| From | SyntaxErrorX00 <samirmath01@gmail.com> |
|---|---|
| Date | 2015-04-03 07:10 -0700 |
| Message-ID | <112cb2e4-3241-46f9-9888-75c6b5a5ee18@googlegroups.com> |
| In reply to | #2861 |
just diable the enhanced text mode: set terminal <terminal> noenhanced
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web