[Bugzilla] [Bug 2247] Samuel GOUGEON has changed cc, attachments.created
bugzilla.admin at scilab.org
bugzilla.admin at scilab.org
Fri Mar 16 00:12:55 CET 2018
http://bugzilla.scilab.org/show_bug.cgi?id=2247
--------- Bug Summary -----------
Lorsque l'on utilise des donnees horodatees jj/mm/aaaa hh:mm:ss mesures1 mesure
---------- Changed by ------------
sgougeon at free.fr
---------- What changed ----------
cc, attachments.created
Samuel GOUGEON <sgougeon at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sgougeon at free.fr
--- Comment #6 from Samuel GOUGEON <sgougeon at free.fr> ---
Created attachment 4683
--> http://bugzilla.scilab.org/attachment.cgi?id=4683&action=edit
Screenshot => SVG => PNG
>L'affichage de ces valeurs dans un plot sous forme de label est inutilisable horizontalement (faute de place)
>Il est necessaire de les positionner verticalement.
>Cela est impossible on ne peut pas changer l'orientation.
This is now possible by using LaTeX. Here is an example, using "$\rotatebox{angle}{the text ..}$:
clf
i = 0:15;
plot(i,i.^2)
h = "$\rotatebox{90}{"+msprintf("%02d\n",i')+":00:00}$";
a = gca();
a.x_ticks = tlist(["ticks", "locations", "labels"], i', h);
The rendered figure is attached.
This trick would deserve to be documented. I will add an example in the axes_properties page.
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20180316/88b0fc4a/attachment.htm>
More information about the Bugzilla
mailing list