The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
19 views

How to structure collaborative notes in HTML

In our CMS system we will add a feature where users can add notes to the existing content. This annotation-like system is to help users each other writing good texts. The system is inspired by the way ...
5
votes
1answer
47 views

Django: how to order_by on a related field of a related field

I'm using annotate to add a property to an object which I can then use for order_by. However, I want to annotate on a field of a relation on a relation. I know I should be able to get to the field ...
-1
votes
0answers
26 views

Carrierwave Rmagick source changing brightness after anotate

Hi got come problems using carrierwave and rmagick, after i do annotate source change brightness or something else. Here is code: def caption_action(source, x, y, width, height, padding, size, color, ...
0
votes
1answer
54 views

Adding annotations to the 2Dplots using R and ggplot2

I wish to specify the regions in this plot by adding boxes with the marked regions and intercepts running through the x and y axes, which I generated using ggplot2 for the data enter link description ...
1
vote
1answer
52 views

How to include a \perp symbol in a ggplot2 annotation?

I would like to put an annotation : E \perp c using ggplot2 annotate("text", label = ...). I searched quite thorougly on the web but only managed to get a lone symbol using annotate("text", label = ...
0
votes
2answers
53 views

Counting objects and showing the results in Django

I have a question regarding counting objects, filtering the results and finally putting them into my template. in Models.py: class Fms(models.Model): department = ...
1
vote
0answers
43 views

query Django for top users

I have to create an algorithm that gets the most popular users of my site. I don't really know how to start. I have to take in consideration : - number of follower - number of comment / topic posted ...
1
vote
1answer
38 views

git blame: correct author after merge

A GIT merge introduces a new commit. This causes problems with "git blame": the merged lines appear to be committed by the developer that did the merge. I can understand this being the case for ...
0
votes
2answers
69 views

Django annotate sum with a condition on a related table

class Inventory(models.Model): ... product = models.ForeignKey('Product') quantity = models.IntegerField(default=0) class Order(models.Model): ... quantity = ...
0
votes
0answers
46 views

cannot create text label with imagemagick label/annotate

Trying to create text label using the following command line: convert -background black -fill white -pointsize 100 -font "fonts/BEWARE_.TTF" / -gravity center -size 1600x1200 label:"Test Yacht 3" ...
0
votes
0answers
78 views

Annox: annotations in XSD

Trying to create annotation in my generated from XSD Java file, like: @Size.... This is a snippet of my XSD file: <?xml version="1.0" encoding="UTF-8"?> <xsd:schema ...
4
votes
1answer
80 views

How to add an asterisk symbol in a mathematical expression?

I'm trying to annotate a plot with R² value and significance coding, but I can't pass * as a symbol and not as the juxtaposition operator. I've tried ?plot.math, here is what I tried ...
1
vote
1answer
48 views

Django complex query to fetch data from groupby and having clause

I want to execute group by clause on MyUser table having CNT.Status exactly one the raw query would be like below. SELECT user_id from user_table GROUP BY user_id HAVING COUNT(status)=1 I tried ...
0
votes
1answer
93 views

Image annotate in Android

Is there any library is available for annotating the image in android. I would like to know how we can annotate the image which is captured from camera. Can any one help on this. Thanks!
4
votes
1answer
127 views

Annotate several points with one text in matplotlib

I want to use single annotation text to annotate several data points with several arrows. I made a simple workaround: ax = plt.gca() ax.plot([1,2,3,4],[1,4,2,6]) an1 = ax.annotate('Test', xy=(2,4), ...
0
votes
1answer
207 views

matplotlib scatter plot with different text at each data point

I am trying to make a scatter plot and annotate data points with different numbers from a list. so for example I want to plot y vs x and annotate with corresponding numbers from n. y=[2.56422, ...
0
votes
0answers
49 views

Django; exclude in front of annotate excludes too much

I have two models class Foo(models.Model): pass class Bar(models.Model): foo = models.ForeignKey(Foo) state = models.CharField() I would like to count all of the Bars grouped by Foo. ...
1
vote
0answers
89 views

Django inner join on same table

Thanks in advance for any help. I have an SQL query that a developer not so keen on Django is asking me to demonstrate working using the framework. SELECT h.cuh_cur_code_inc, h.cuh_cur_code_out, ...
0
votes
0answers
11 views

Is there anyway to make annotate gem work with Padrino?

How can I get the annotate gem to work with Padrino?
0
votes
1answer
35 views

Django annotate weird behavior

I am using django annotate to display to users the rating and number of reviews for a certain place. I have three models to do this: class Descriptions(models.Model): ...
1
vote
2answers
67 views

ClearCase SCM Adapter support for annotate

I wanted to annotate some code with version history. This is easy in Eclipse when using SVN, but the Rational ClearCase SCM Adapter plugin doesn't appear to support it. I quick Google search reveals ...
4
votes
1answer
251 views

How to annotate ggplot2 qplot outside of legend and plotarea? (similar to mtext())

I would like to annotate my plots with a filename. With plot() I used mtext: plot(1:10) mtext("File xy-12-34-56.csv", 4) How can I do that with ggplot2 and qplot or ggplot? It should not collide ...
1
vote
0answers
73 views

Label 3Dplot points + update

I'm quite new with python and matplotlib and this website helped me a lot. but I couldn't find a complete answer about this subject. I would like to annotate the point of a 3d plot using matplotlib, ...
0
votes
1answer
77 views

Django: Ordering Queryset with a specific filtered field

I need to sort the items queryset, introducing the obsolescence of content. (Content is ManytoMany related with Item class). Is it possible to filter the contents by pub_date within an annotation? My ...
1
vote
0answers
47 views

Django annotate with defer still uses defer column names in group by

It looks like annotate() does not take defer() (or only()) into account when building the sql query. Is this a bug or was it built like this for a reason? Model: class Item(models.Model): ...
2
votes
1answer
127 views

Merge two annotated results into one dictionary

I have to annotated results: cred_rec = Disponibilidad.objects.values('mac__mac', 'int_mes').annotate(tramites=Count('fuar'), recibidas=Count('fecha_disp_mac') cred14 = ...
0
votes
0answers
28 views

how to annotate a .htm file [closed]

I have saved several web pages as .htm files so that I may review them once the site they were on goes away. I am looking for a way to annotate this .htm file. Essentially I want to mark up the ...
0
votes
0answers
162 views

Annotate method for handling http session timeout (JEE6 / CODI)

How to annotate a method for handling HTTP session timeouts in Java EE? I'd welcome a JEE6 annotation as well as a MyFaces CODI or SEAM 3 annotation. Point is, temporary files are generated on the ...
1
vote
1answer
80 views

In django, is there a way to directly annotate a query with a related object in single query?

Consider this query: query = Novel.objects.< ...some filtering... >.annotate( latest_chapter_id=Max("volume__chapter__id") ) Actually what I need is to annotate each Novel with its latest ...
1
vote
1answer
145 views

multiple annotate Sum terms yields inflated answer

In the following setup, I'd like a QuerySet with a list of projects, each annotated with the sum of all its task durations (as tasks_duration) and the sum of all of its tasks' subtask durations (as ...
3
votes
1answer
171 views

Hg plug-in for Visual Studio to have in editor “Blame” or “Annotate”?

We're using Hg with Visual studio 2010. I'd like to be able to see who has edited the code from the editor with out having to fire up VisualHg or the command prompt. Does anyone know of a plug-in ...
1
vote
1answer
132 views

simpleXML xs:choice element

I have the following: <xs:complexType name="AnswerType"> <xs:choice minOccurs="1" maxOccurs="1"> <xs:element name="Checklist" type="ChecklistType" /> ...
0
votes
0answers
37 views

annotate command “no such load to file” with -R

The annotate command fails when using the -R option to load additional files before loading the models with version 2.4.1.beta. The files appear to be found, but the error still occurs (if I use a ...
4
votes
3answers
622 views

how to use imagick annotateImage for chinese text?

I need to annotate an image with Chinese Text and I am using Imagick library right now. An example of a Chinese Text is 这是中文 The Chinese Font file used is this The file originally is named ...
0
votes
1answer
194 views

Annotating Rails models that have Globalize3 translation tables

Is it possible to use the annotate (2.4.1.beta) gem to output globalize3 (0.2.0) translated properties in the models that they translate? If I have a Post creation migration generated like so class ...
1
vote
1answer
123 views

Django Maximum Value From Merged Table Columns

I am trying to get the maximum value from merging the results from two separate tables. I am trying to get the most updated comment for a Post. I have a model Comment that can be accessed by ...
1
vote
2answers
6k views

Matplotlib: Add strings as custom x-ticks but also keep existing (numeric) tick labels? Alternatives to matplotlib.pyplot.annotate?

I am trying to produce a graph and I am having some issues annotating it. My graph has a log scale on the x-axis, showing time. What I want to be able to do is keep the existing (but not ...
1
vote
1answer
121 views

Connecting a point in an axis and another point in another axis by an arrow in matplotlib

With matplotlib, I am making a figure containing two Axes objects (i.e., two sets of xy-axes). I want to connect two points --- one picked from one of the axes and the other picked from the other axis ...
2
votes
1answer
943 views

Matplotlib: Annotating a 3D scatter plot

I'm trying to generate a 3D scatter plot using Matplotlib and would like to annotate individual points like the 2D case here: Matplotlib: How to put individual tags for a scatter plot I've tried to ...
1
vote
1answer
88 views

How do I get the number of posts on each day with annotation in Django?

I have a Post model that has a datetime.date field for posted_date. I need to find how many posts are made by a user on each day. Creating a query for each day seems silly. I couldn't figure out how ...
3
votes
1answer
2k views

Insert custom annotation in java 'field' using annotate plugin + JAXB (upon xsd -> java)

Use case: Wanna insert custom annotation to fields in java class generated by JAXB Problem: Using Annotate plugin + JAXB [1], am able to successfully insert custom annotations but they are getting ...
6
votes
2answers
1k views

how to annotate rails models in rails version 3.2.1

Im trying to follow some online tutorial on annotating my models in rails. However, it seems all the tutorials are either talking about outdated annotation versions or incorrect installations its a ...
1
vote
1answer
643 views

django annotate count filter

I am trying to count daily records for some model, but I would like the count was made only for records with some fk field = xy so I get list with days where there was a new record created but some ...
2
votes
1answer
331 views

Visual Studio Annotate changing line number in view

I'm using Visual Studio 2010 with VB.NET, in a 4.0 project, with Team Foundation Server. When I annotate, not only do I not see line numbers (which is apparently an unfixed bug with VS 2010 - ...
1
vote
1answer
353 views

Bundle Install Fail- Rails Tutorial

bundle install Fetching source index for http://rubygems.org/ Could not find gem 'annotate-models (= 1.0.4) ruby' in any of the gem sources listed in your Gemfile. But clearly its in my gemfile, ...
1
vote
3answers
243 views

what's a git equivalent to 'p4 annotate -a'?

perforce has a very useful command that prints out all revisions of a file, with annotations indicating what versions contained each line in the file. For example, say I create a file foo, check it ...
1
vote
3answers
2k views

django aggregate or annotate

This is a very stupid thing, I know, but I just don't seem to get the handle on Django aggregate and annotate functions. I have a very simple set of models: Events, Areas and Types. An event has ...
1
vote
1answer
278 views

Annotate gives Nomethod error

I have ruby 1.9.2 and rails 3.1. I am trying to get annotate 2.4.0 to work, but I get nomethod errors. I have tried uninstall and reinstall but it did not help. Please see the spool after the jump. ...
2
votes
1answer
232 views

Django: how to annotate based on another annotation, or perform operations on an annotation

So I am making something that organizes a school schedule. The school in question is organized in a way that the classes stay together in the same room and the teacher moves, the schedule is different ...
0
votes
1answer
196 views

annotate() adding more than needed

I'm having a small issue with my annotate(sum()) function. Now what I want it to do is show a total for all maturities in the given plan, inside the list. Which for the first one it does. Code ...

1 2